<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-24T00:47:11.533448" 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-06-24T00:47:12.296690" level="INFO">Creating Session using : alias=session, url=http://10.30.170.26:8181, headers={'Content-Type': 'application/xml'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x72f7569163d0&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-06-24T00:47:12.296135" elapsed="0.000879"/>
</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-06-24T00:47:12.303504" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:12.303350" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:12.303319" elapsed="0.000276"/>
</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-06-24T00:47:12.303765" elapsed="0.000511"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-24T00:47:12.304757" level="INFO">Logging into '10.30.170.26:8101' as 'karaf'.</msg>
<msg time="2026-06-24T00:47:12.876291" 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-06-24T00:47:12.304469" elapsed="0.572089"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-24T00:47:12.927237" 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-06-24T00:47:12.876987" elapsed="0.050409"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-24T00:47:12.929642" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-24T00:47:12.929814" 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-06-24T00:47:12.927728" elapsed="0.002121"/>
</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-06-24T00:47:12.930038" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T00:47:12.930471" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.931236" 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-06-24T00:47:12.930884" elapsed="0.000407"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-24T00:47:12.931346" elapsed="0.000052"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.26
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-24T00:47:12.302945" elapsed="0.628575"/>
</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-06-24T00:47:12.298717" elapsed="0.632867"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:12.295568" elapsed="0.636082"/>
</kw>
<test id="s1-t1" name="Find Max Switches" line="22">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.932759" 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-06-24T00:47:12.932466" elapsed="0.000323"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.935083" 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-06-24T00:47:12.932997" elapsed="0.002114"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.935608" 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-06-24T00:47:12.935335" elapsed="0.000299"/>
</kw>
<kw name="Convert To Integer" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.936177" 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-06-24T00:47:12.935835" elapsed="0.000370"/>
</kw>
<kw name="Convert To Integer" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.936721" 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-06-24T00:47:12.936405" elapsed="0.000343"/>
</kw>
<kw name="Convert To Integer" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.937301" 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-06-24T00:47:12.936965" elapsed="0.000362"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Workflow Linear Topology" owner="WorkflowsOpenFlow">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.945707" 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-06-24T00:47:12.945389" elapsed="0.000348"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.947654" 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-06-24T00:47:12.945936" elapsed="0.001746"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.948190" level="INFO">${controller_list} = ['10.30.170.26']</msg>
<var>${controller_list}</var>
<arg>${ODL_SYSTEM_IP}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-06-24T00:47:12.947876" elapsed="0.000342"/>
</kw>
<kw name="Convert To Integer" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.948726" 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-06-24T00:47:12.948412" elapsed="0.000340"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.949339" 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-06-24T00:47:12.948939" elapsed="0.000427"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.949886" 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-06-24T00:47:12.949557" elapsed="0.000355"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.950405" 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-06-24T00:47:12.950105" elapsed="0.000326"/>
</kw>
<kw name="Generate New Flow Details" owner="ScaleClient">
<msg time="2026-06-24T00:47:12.972223" level="INFO">${flows} = [(34, 7, 0), (31, 5, 1), (23, 7, 2), (92, 4, 3), (17, 0, 4), (93, 4, 5), (74, 1, 6), (87, 1, 7), (69, 2, 8), (95, 4, 9), (14, 4, 10), (41, 1, 11), (27, 8, 12), (57, 6, 13), (31, 6, 14), (27, 7, 15), (...</msg>
<msg time="2026-06-24T00:47:12.972616" level="INFO">${notes} = {34: {'total': 91, 7: 9, 4: 12, 0: 4, 9: 9, 2: 10, 3: 14, 6: 15, 1: 5, 5: 3, 8: 10}, 31: {'total': 99, 5: 15, 6: 11, 7: 6, 1: 10, 4: 15, 8: 6, 2: 14, 3: 10, 9: 7, 0: 5}, 23: {'total': 108, 7: 9, 3: 10...</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-06-24T00:47:12.950592" elapsed="0.022051"/>
</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-06-24T00:47:12.972910" elapsed="0.000476"/>
</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-06-24T00:47:12.973588" elapsed="0.000313"/>
</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-06-24T00:47:12.977819" 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-06-24T00:47:12.977523" elapsed="0.000347"/>
</kw>
<kw name="Start Mininet Single Controller" owner="MininetKeywords">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.980885" 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-06-24T00:47:12.980662" elapsed="0.000270"/>
</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-06-24T00:47:12.983586" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:12.983276" elapsed="0.000368"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:12.983247" elapsed="0.000426"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:12.984023" 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-06-24T00:47:12.984135" 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-06-24T00:47:12.983830" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.984716" level="INFO">Attempting to execute command "sudo mn -c" on remote system "10.30.171.14" 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-06-24T00:47:12.984334" elapsed="0.000428"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:12.985321" 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-06-24T00:47:12.984923" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T00:47:12.986833" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T00:47:12.986931" 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-06-24T00:47:12.985994" elapsed="0.000963"/>
</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-06-24T00:47:12.987131" elapsed="0.000636"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T00:47:12.989343" level="INFO">Logging into '10.30.171.14:22' as 'jenkins'.</msg>
<msg time="2026-06-24T00:47:13.699384" 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 Wed Jun 24 00:47:13 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.14
  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-319-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-06-24T00:47:12.988738" elapsed="0.710896"/>
</kw>
<msg time="2026-06-24T00:47:13.699815" 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-06-24T00:47:12.987944" elapsed="0.711987"/>
</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-06-24T00:47:12.985570" elapsed="0.714480"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-24T00:47:13.700569" level="INFO">Executing command 'sudo mn -c'.</msg>
<msg time="2026-06-24T00:47:14.900323" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-24T00:47:14.900786" level="INFO">${stdout} = </msg>
<msg time="2026-06-24T00:47:14.900901" 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-06-24T00:47:13.700318" elapsed="1.200645"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T00:47:14.901496" elapsed="0.000565"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:14.903295" 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-06-24T00:47:14.902609" elapsed="0.000815"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:47:14.903914" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:14.903610" elapsed="0.000416"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:14.903550" elapsed="0.000528"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-06-24T00:47:14.904490" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-06-24T00:47:14.904237" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:14.904199" elapsed="0.000577"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:47:14.904860" elapsed="0.000035"/>
</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-06-24T00:47:14.908866" elapsed="0.000775"/>
</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-06-24T00:47:14.909882" elapsed="0.000237"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T00:47:14.910363" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-24T00:47:14.905500" elapsed="0.005083"/>
</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-06-24T00:47:12.982697" elapsed="1.928019"/>
</kw>
<msg time="2026-06-24T00:47:14.910795" 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-06-24T00:47:12.982095" elapsed="1.928784"/>
</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-06-24T00:47:12.981537" elapsed="1.929454"/>
</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-06-24T00:47:14.914113" elapsed="0.000067"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:14.913693" elapsed="0.000540"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:14.913664" elapsed="0.000604"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:14.914689" 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-06-24T00:47:14.914839" 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-06-24T00:47:14.914485" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:14.915674" 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.171.14" 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-06-24T00:47:14.915093" elapsed="0.000725"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:14.916703" 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-06-24T00:47:14.916049" elapsed="0.000699"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T00:47:14.918237" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T00:47:14.918317" 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-06-24T00:47:14.917714" elapsed="0.000627"/>
</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-06-24T00:47:14.918509" elapsed="0.000598"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T00:47:14.920540" level="INFO">Logging into '10.30.171.14:22' as 'jenkins'.</msg>
<msg time="2026-06-24T00:47:15.263902" 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 Wed Jun 24 00:47:13 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.14
  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: Wed Jun 24 00:47:13 2026 from 10.30.170.58
[?2004h[jenkins@releng-51746-319-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-06-24T00:47:14.919944" elapsed="0.344182"/>
</kw>
<msg time="2026-06-24T00:47:15.264402" 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-06-24T00:47:14.919301" elapsed="0.345345"/>
</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-06-24T00:47:14.917065" elapsed="0.347770"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-24T00:47:15.265556" 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-06-24T00:47:15.298760" level="INFO">Command exited with return code -1.</msg>
<msg time="2026-06-24T00:47:15.299118" level="INFO">${stdout} = </msg>
<msg time="2026-06-24T00:47:15.299317" 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-06-24T00:47:15.265254" elapsed="0.034136"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T00:47:15.299928" elapsed="0.000838"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:15.302285" level="INFO"/>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:15.301447" elapsed="0.000903"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:47:15.302732" elapsed="0.000037"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:15.302479" elapsed="0.000352"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:15.302437" elapsed="0.000440"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-06-24T00:47:15.303220" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-06-24T00:47:15.302981" elapsed="0.000367"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:15.302951" elapsed="0.000445"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:47:15.303471" 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">
<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-06-24T00:47:15.308217" elapsed="0.001118"/>
</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-06-24T00:47:15.309681" elapsed="0.000349"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T00:47:15.310335" elapsed="0.000155"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-24T00:47:15.304031" elapsed="0.006545"/>
</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-06-24T00:47:14.912920" elapsed="0.397792"/>
</kw>
<msg time="2026-06-24T00:47:15.310793" 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-06-24T00:47:14.912020" elapsed="0.398854"/>
</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-06-24T00:47:14.911297" elapsed="0.399705"/>
</kw>
<arg>${mininet}</arg>
<status status="PASS" start="2026-06-24T00:47:12.981159" elapsed="2.330105"/>
</kw>
<kw name="Open_Connection_To_Tools_System" owner="SSHKeywords">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:15.318822" 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-06-24T00:47:15.318119" elapsed="0.000741"/>
</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-06-24T00:47:15.321633" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T00:47:15.321710" 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-06-24T00:47:15.321332" elapsed="0.000402"/>
</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-06-24T00:47:15.321898" elapsed="0.000431"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T00:47:15.323541" level="INFO">Logging into '10.30.171.14:22' as 'jenkins'.</msg>
<msg time="2026-06-24T00:47:15.671209" 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 Wed Jun 24 00:47:13 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.14
  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: Wed Jun 24 00:47:15 2026 from 10.30.170.58
[?2004h[jenkins@releng-51746-319-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-06-24T00:47:15.322880" elapsed="0.348604"/>
</kw>
<msg time="2026-06-24T00:47:15.671575" 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-06-24T00:47:15.322509" elapsed="0.349160"/>
</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-06-24T00:47:15.320316" elapsed="0.351470"/>
</kw>
<msg time="2026-06-24T00:47:15.671838" 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-06-24T00:47:15.319717" elapsed="0.352169"/>
</kw>
<doc>Call Flexible SSH Login, but with default values suitable for Mininet machine.</doc>
<status status="PASS" start="2026-06-24T00:47:15.319130" elapsed="0.352831"/>
</kw>
<return>
<value>${tools_connection}</value>
<status status="PASS" start="2026-06-24T00:47:15.672017" elapsed="0.000043"/>
</return>
<msg time="2026-06-24T00:47:15.672288" 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-06-24T00:47:15.317345" elapsed="0.354977"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:15.673109" 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-06-24T00:47:15.672646" elapsed="0.000526"/>
</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-06-24T00:47:15.675386" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:15.673263" elapsed="0.002182"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:15.673235" elapsed="0.002236"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:15.675961" level="INFO">Start mininet --topo linear,100 to 10.30.170.26</msg>
<arg>Start mininet ${options} to ${controller}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:15.675655" elapsed="0.000353"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-24T00:47:15.678945" level="INFO">sudo mn --controller 'remote,ip=10.30.170.26,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-06-24T00:47:15.676200" elapsed="0.002802"/>
</kw>
<kw name="Read Until" owner="SSHLibrary">
<msg time="2026-06-24T00:47:20.757518" 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-06-24T00:47:15.679177" elapsed="5.078778"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:20.758746" 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-06-24T00:47:20.758373" elapsed="0.000422"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-24T00:47:20.760285" 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-06-24T00:47:20.758977" elapsed="0.001376"/>
</kw>
<kw name="Read Until" owner="SSHLibrary">
<msg time="2026-06-24T00:47:21.383806" level="INFO">9a5df812-eb49-4477-a37e-2d464c02791d
    Bridge s24
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6677"
        fail_mode: secure
        Port s24-eth3
            Interface s24-eth3
        Port s24-eth2
            Interface s24-eth2
        Port s24
            Interface s24
                type: internal
        Port s24-eth1
            Interface s24-eth1
    Bridge s29
        Controller "ptcp:6682"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s29-eth3
            Interface s29-eth3
        Port s29
            Interface s29
                type: internal
        Port s29-eth1
            Interface s29-eth1
        Port s29-eth2
            Interface s29-eth2
    Bridge s42
        Controller "ptcp:6695"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s42-eth1
            Interface s42-eth1
        Port s42-eth2
            Interface s42-eth2
        Port s42-eth3
            Interface s42-eth3
        Port s42
            Interface s42
                type: internal
    Bridge s56
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6709"
        fail_mode: secure
        Port s56
            Interface s56
                type: internal
        Port s56-eth1
            Interface s56-eth1
        Port s56-eth2
            Interface s56-eth2
        Port s56-eth3
            Interface s56-eth3
    Bridge s76
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6729"
        fail_mode: secure
        Port s76-eth3
            Interface s76-eth3
        Port s76-eth2
            Interface s76-eth2
        Port s76
            Interface s76
                type: internal
        Port s76-eth1
            Interface s76-eth1
    Bridge s58
        Controller "ptcp:6711"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s58
            Interface s58
                type: internal
        Port s58-eth1
            Interface s58-eth1
        Port s58-eth2
            Interface s58-eth2
        Port s58-eth3
            Interface s58-eth3
    Bridge s22
        Controller "ptcp:6675"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s22-eth2
            Interface s22-eth2
        Port s22-eth1
            Interface s22-eth1
        Port s22-eth3
            Interface s22-eth3
        Port s22
            Interface s22
                type: internal
    Bridge s46
        Controller "ptcp:6699"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s46-eth3
            Interface s46-eth3
        Port s46
            Interface s46
                type: internal
        Port s46-eth2
            Interface s46-eth2
        Port s46-eth1
            Interface s46-eth1
    Bridge s98
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6751"
        fail_mode: secure
        Port s98-eth2
            Interface s98-eth2
        Port s98
            Interface s98
                type: internal
        Port s98-eth3
            Interface s98-eth3
        Port s98-eth1
            Interface s98-eth1
    Bridge s53
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6706"
        fail_mode: secure
        Port s53-eth1
            Interface s53-eth1
        Port s53
            Interface s53
                type: internal
        Port s53-eth3
            Interface s53-eth3
        Port s53-eth2
            Interface s53-eth2
    Bridge s84
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6737"
        fail_mode: secure
        Port s84-eth2
            Interface s84-eth2
        Port s84
            Interface s84
                type: internal
        Port s84-eth1
            Interface s84-eth1
        Port s84-eth3
            Interface s84-eth3
    Bridge s81
        Controller "ptcp:6734"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s81-eth2
            Interface s81-eth2
        Port s81-eth3
            Interface s81-eth3
        Port s81-eth1
            Interface s81-eth1
        Port s81
            Interface s81
                type: internal
    Bridge s69
        Controller "ptcp:6722"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s69-eth3
            Interface s69-eth3
        Port s69
            Interface s69
                type: internal
        Port s69-eth1
            Interface s69-eth1
        Port s69-eth2
            Interface s69-eth2
    Bridge s9
        Controller "ptcp:6662"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s9
            Interface s9
                type: internal
        Port s9-eth1
            Interface s9-eth1
        Port s9-eth3
            Interface s9-eth3
        Port s9-eth2
            Interface s9-eth2
    Bridge s23
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6676"
        fail_mode: secure
        Port s23-eth1
            Interface s23-eth1
        Port s23
            Interface s23
                type: internal
        Port s23-eth3
            Interface s23-eth3
        Port s23-eth2
            Interface s23-eth2
    Bridge s80
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6733"
        fail_mode: secure
        Port s80-eth3
            Interface s80-eth3
        Port s80
            Interface s80
                type: internal
        Port s80-eth1
            Interface s80-eth1
        Port s80-eth2
            Interface s80-eth2
    Bridge s92
        Controller "ptcp:6745"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s92
            Interface s92
                type: internal
        Port s92-eth2
            Interface s92-eth2
        Port s92-eth3
            Interface s92-eth3
        Port s92-eth1
            Interface s92-eth1
    Bridge s79
        Controller "ptcp:6732"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s79-eth2
            Interface s79-eth2
        Port s79-eth1
            Interface s79-eth1
        Port s79
            Interface s79
                type: internal
        Port s79-eth3
            Interface s79-eth3
    Bridge s15
        Controller "ptcp:6668"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s15
            Interface s15
                type: internal
        Port s15-eth1
            Interface s15-eth1
        Port s15-eth3
            Interface s15-eth3
        Port s15-eth2
            Interface s15-eth2
    Bridge s89
        Controller "ptcp:6742"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s89-eth2
            Interface s89-eth2
        Port s89-eth1
            Interface s89-eth1
        Port s89
            Interface s89
                type: internal
        Port s89-eth3
            Interface s89-eth3
    Bridge s34
        Controller "ptcp:6687"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s34
            Interface s34
                type: internal
        Port s34-eth3
            Interface s34-eth3
        Port s34-eth1
            Interface s34-eth1
        Port s34-eth2
            Interface s34-eth2
    Bridge s5
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6658"
        fail_mode: secure
        Port s5-eth2
            Interface s5-eth2
        Port s5
            Interface s5
                type: internal
        Port s5-eth1
            Interface s5-eth1
        Port s5-eth3
            Interface s5-eth3
    Bridge s48
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6701"
        fail_mode: secure
        Port s48-eth1
            Interface s48-eth1
        Port s48-eth2
            Interface s48-eth2
        Port s48-eth3
            Interface s48-eth3
        Port s48
            Interface s48
                type: internal
    Bridge s82
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6735"
        fail_mode: secure
        Port s82-eth1
            Interface s82-eth1
        Port s82
            Interface s82
                type: internal
        Port s82-eth2
            Interface s82-eth2
        Port s82-eth3
            Interface s82-eth3
    Bridge s90
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6743"
        fail_mode: secure
        Port s90-eth3
            Interface s90-eth3
        Port s90-eth1
            Interface s90-eth1
        Port s90-eth2
            Interface s90-eth2
        Port s90
            Interface s90
                type: internal
    Bridge s67
        Controller "ptcp:6720"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s67
            Interface s67
                type: internal
        Port s67-eth2
            Interface s67-eth2
        Port s67-eth1
            Interface s67-eth1
        Port s67-eth3
            Interface s67-eth3
    Bridge s95
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6748"
        fail_mode: secure
        Port s95
            Interface s95
                type: internal
        Port s95-eth3
            Interface s95-eth3
        Port s95-eth2
            Interface s95-eth2
        Port s95-eth1
            Interface s95-eth1
    Bridge s38
        Controller "ptcp:6691"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s38-eth1
            Interface s38-eth1
        Port s38
            Interface s38
                type: internal
        Port s38-eth3
            Interface s38-eth3
        Port s38-eth2
            Interface s38-eth2
    Bridge s39
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6692"
        fail_mode: secure
        Port s39-eth2
            Interface s39-eth2
        Port s39-eth1
            Interface s39-eth1
        Port s39
            Interface s39
                type: internal
        Port s39-eth3
            Interface s39-eth3
    Bridge s94
        Controller "ptcp:6747"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s94-eth3
            Interface s94-eth3
        Port s94-eth2
            Interface s94-eth2
        Port s94
            Interface s94
                type: internal
        Port s94-eth1
            Interface s94-eth1
    Bridge s7
        Controller "ptcp:6660"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s7-eth3
            Interface s7-eth3
        Port s7
            Interface s7
                type: internal
        Port s7-eth1
            Interface s7-eth1
        Port s7-eth2
            Interface s7-eth2
    Bridge s91
        Controller "ptcp:6744"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s91-eth1
            Interface s91-eth1
        Port s91-eth2
            Interface s91-eth2
        Port s91-eth3
            Interface s91-eth3
        Port s91
            Interface s91
                type: internal
    Bridge s36
        Controller "ptcp:6689"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s36
            Interface s36
                type: internal
        Port s36-eth1
            Interface s36-eth1
        Port s36-eth2
            Interface s36-eth2
        Port s36-eth3
            Interface s36-eth3
    Bridge s2
        Controller "ptcp:6655"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s2
            Interface s2
                type: internal
        Port s2-eth2
            Interface s2-eth2
        Port s2-eth3
            Interface s2-eth3
        Port s2-eth1
            Interface s2-eth1
    Bridge s37
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6690"
        fail_mode: secure
        Port s37
            Interface s37
                type: internal
        Port s37-eth1
            Interface s37-eth1
        Port s37-eth2
            Interface s37-eth2
        Port s37-eth3
            Interface s37-eth3
    Bridge s44
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6697"
        fail_mode: secure
        Port s44-eth3
            Interface s44-eth3
        Port s44
            Interface s44
                type: internal
        Port s44-eth1
            Interface s44-eth1
        Port s44-eth2
            Interface s44-eth2
    Bridge s40
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6693"
        fail_mode: secure
        Port s40-eth3
            Interface s40-eth3
        Port s40-eth1
            Interface s40-eth1
        Port s40
            Interface s40
                type: internal
        Port s40-eth2
            Interface s40-eth2
    Bridge s99
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6752"
        fail_mode: secure
        Port s99-eth1
            Interface s99-eth1
        Port s99
            Interface s99
                type: internal
        Port s99-eth2
            Interface s99-eth2
        Port s99-eth3
            Interface s99-eth3
    Bridge s17
        Controller "ptcp:6670"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s17-eth2
            Interface s17-eth2
        Port s17-eth3
            Interface s17-eth3
        Port s17
            Interface s17
                type: internal
        Port s17-eth1
            Interface s17-eth1
    Bridge s19
        Controller "ptcp:6672"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s19-eth2
            Interface s19-eth2
        Port s19-eth3
            Interface s19-eth3
        Port s19-eth1
            Interface s19-eth1
        Port s19
            Interface s19
                type: internal
    Bridge s21
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6674"
        fail_mode: secure
        Port s21-eth1
            Interface s21-eth1
        Port s21-eth2
            Interface s21-eth2
        Port s21
            Interface s21
                type: internal
        Port s21-eth3
            Interface s21-eth3
    Bridge s88
        Controller "ptcp:6741"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s88
            Interface s88
                type: internal
        Port s88-eth2
            Interface s88-eth2
        Port s88-eth1
            Interface s88-eth1
        Port s88-eth3
            Interface s88-eth3
    Bridge s59
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6712"
        fail_mode: secure
        Port s59
            Interface s59
                type: internal
        Port s59-eth2
            Interface s59-eth2
        Port s59-eth1
            Interface s59-eth1
        Port s59-eth3
            Interface s59-eth3
    Bridge s49
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6702"
        fail_mode: secure
        Port s49-eth1
            Interface s49-eth1
        Port s49-eth3
            Interface s49-eth3
        Port s49-eth2
            Interface s49-eth2
        Port s49
            Interface s49
                type: internal
    Bridge s50
        Controller "ptcp:6703"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s50-eth2
            Interface s50-eth2
        Port s50-eth3
            Interface s50-eth3
        Port s50
            Interface s50
                type: internal
        Port s50-eth1
            Interface s50-eth1
    Bridge s73
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6726"
        fail_mode: secure
        Port s73-eth1
            Interface s73-eth1
        Port s73-eth3
            Interface s73-eth3
        Port s73-eth2
            Interface s73-eth2
        Port s73
            Interface s73
                type: internal
    Bridge s64
        Controller "ptcp:6717"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s64-eth3
            Interface s64-eth3
        Port s64-eth1
            Interface s64-eth1
        Port s64
            Interface s64
                type: internal
        Port s64-eth2
            Interface s64-eth2
    Bridge s97
        Controller "ptcp:6750"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s97-eth2
            Interface s97-eth2
        Port s97-eth3
            Interface s97-eth3
        Port s97
            Interface s97
                type: internal
        Port s97-eth1
            Interface s97-eth1
    Bridge s3
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6656"
        fail_mode: secure
        Port s3-eth3
            Interface s3-eth3
        Port s3
            Interface s3
                type: internal
        Port s3-eth1
            Interface s3-eth1
        Port s3-eth2
            Interface s3-eth2
    Bridge s33
        Controller "ptcp:6686"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s33-eth1
            Interface s33-eth1
        Port s33
            Interface s33
                type: internal
        Port s33-eth3
            Interface s33-eth3
        Port s33-eth2
            Interface s33-eth2
    Bridge s25
        Controller "ptcp:6678"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s25-eth2
            Interface s25-eth2
        Port s25-eth3
            Interface s25-eth3
        Port s25-eth1
            Interface s25-eth1
        Port s25
            Interface s25
                type: internal
    Bridge s52
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6705"
        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 s85
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6738"
        fail_mode: secure
        Port s85-eth2
            Interface s85-eth2
        Port s85-eth1
            Interface s85-eth1
        Port s85
            Interface s85
                type: internal
        Port s85-eth3
            Interface s85-eth3
    Bridge s87
        Controller "ptcp:6740"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s87
            Interface s87
                type: internal
        Port s87-eth1
            Interface s87-eth1
        Port s87-eth3
            Interface s87-eth3
        Port s87-eth2
            Interface s87-eth2
    Bridge s77
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6730"
        fail_mode: secure
        Port s77
            Interface s77
                type: internal
        Port s77-eth2
            Interface s77-eth2
        Port s77-eth1
            Interface s77-eth1
        Port s77-eth3
            Interface s77-eth3
    Bridge s12
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6665"
        fail_mode: secure
        Port s12-eth3
            Interface s12-eth3
        Port s12
            Interface s12
                type: internal
        Port s12-eth1
            Interface s12-eth1
        Port s12-eth2
            Interface s12-eth2
    Bridge s27
        Controller "ptcp:6680"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s27-eth2
            Interface s27-eth2
        Port s27
            Interface s27
                type: internal
        Port s27-eth3
            Interface s27-eth3
        Port s27-eth1
            Interface s27-eth1
    Bridge s78
        Controller "ptcp:6731"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s78-eth3
            Interface s78-eth3
        Port s78
            Interface s78
                type: internal
        Port s78-eth2
            Interface s78-eth2
        Port s78-eth1
            Interface s78-eth1
    Bridge s93
        Controller "ptcp:6746"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s93
            Interface s93
                type: internal
        Port s93-eth1
            Interface s93-eth1
        Port s93-eth2
            Interface s93-eth2
        Port s93-eth3
            Interface s93-eth3
    Bridge s71
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6724"
        fail_mode: secure
        Port s71
            Interface s71
                type: internal
        Port s71-eth2
            Interface s71-eth2
        Port s71-eth3
            Interface s71-eth3
        Port s71-eth1
            Interface s71-eth1
    Bridge s68
        Controller "ptcp:6721"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s68-eth1
            Interface s68-eth1
        Port s68-eth3
            Interface s68-eth3
        Port s68-eth2
            Interface s68-eth2
        Port s68
            Interface s68
                type: internal
    Bridge s4
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6657"
        fail_mode: secure
        Port s4-eth3
            Interface s4-eth3
        Port s4-eth1
            Interface s4-eth1
        Port s4-eth2
            Interface s4-eth2
        Port s4
            Interface s4
                type: internal
    Bridge s28
        Controller "ptcp:6681"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s28-eth2
            Interface s28-eth2
        Port s28-eth3
            Interface s28-eth3
        Port s28-eth1
            Interface s28-eth1
        Port s28
            Interface s28
                type: internal
    Bridge s60
        Controller "ptcp:6713"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s60-eth2
            Interface s60-eth2
        Port s60
            Interface s60
                type: internal
        Port s60-eth1
            Interface s60-eth1
        Port s60-eth3
            Interface s60-eth3
    Bridge s51
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6704"
        fail_mode: secure
        Port s51
            Interface s51
                type: internal
        Port s51-eth1
            Interface s51-eth1
        Port s51-eth2
            Interface s51-eth2
        Port s51-eth3
            Interface s51-eth3
    Bridge s14
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6667"
        fail_mode: secure
        Port s14-eth2
            Interface s14-eth2
        Port s14
            Interface s14
                type: internal
        Port s14-eth1
            Interface s14-eth1
        Port s14-eth3
            Interface s14-eth3
    Bridge s13
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6666"
        fail_mode: secure
        Port s13
            Interface s13
                type: internal
        Port s13-eth1
            Interface s13-eth1
        Port s13-eth3
            Interface s13-eth3
        Port s13-eth2
            Interface s13-eth2
    Bridge s63
        Controller "ptcp:6716"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s63-eth1
            Interface s63-eth1
        Port s63
            Interface s63
                type: internal
        Port s63-eth2
            Interface s63-eth2
        Port s63-eth3
            Interface s63-eth3
    Bridge s1
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6654"
        fail_mode: secure
        Port s1-eth2
            Interface s1-eth2
        Port s1-eth1
            Interface s1-eth1
        Port s1
            Interface s1
                type: internal
    Bridge s75
        Controller "ptcp:6728"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s75-eth1
            Interface s75-eth1
        Port s75
            Interface s75
                type: internal
        Port s75-eth2
            Interface s75-eth2
        Port s75-eth3
            Interface s75-eth3
    Bridge s62
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6715"
        fail_mode: secure
        Port s62-eth1
            Interface s62-eth1
        Port s62-eth2
            Interface s62-eth2
        Port s62-eth3
            Interface s62-eth3
        Port s62
            Interface s62
                type: internal
    Bridge s54
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6707"
        fail_mode: secure
        Port s54-eth1
            Interface s54-eth1
        Port s54
            Interface s54
                type: internal
        Port s54-eth2
            Interface s54-eth2
        Port s54-eth3
            Interface s54-eth3
    Bridge s26
        Controller "ptcp:6679"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s26
            Interface s26
                type: internal
        Port s26-eth2
            Interface s26-eth2
        Port s26-eth3
            Interface s26-eth3
        Port s26-eth1
            Interface s26-eth1
    Bridge s70
        Controller "ptcp:6723"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s70
            Interface s70
                type: internal
        Port s70-eth2
            Interface s70-eth2
        Port s70-eth3
            Interface s70-eth3
        Port s70-eth1
            Interface s70-eth1
    Bridge s83
        Controller "ptcp:6736"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s83-eth1
            Interface s83-eth1
        Port s83
            Interface s83
                type: internal
        Port s83-eth3
            Interface s83-eth3
        Port s83-eth2
            Interface s83-eth2
    Bridge s55
        Controller "ptcp:6708"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s55
            Interface s55
                type: internal
        Port s55-eth2
            Interface s55-eth2
        Port s55-eth3
            Interface s55-eth3
        Port s55-eth1
            Interface s55-eth1
    Bridge s96
        Controller "ptcp:6749"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s96-eth2
            Interface s96-eth2
        Port s96-eth3
            Interface s96-eth3
        Port s96
            Interface s96
                type: internal
        Port s96-eth1
            Interface s96-eth1
    Bridge s72
        Controller "ptcp:6725"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s72-eth3
            Interface s72-eth3
        Port s72
            Interface s72
                type: internal
        Port s72-eth2
            Interface s72-eth2
        Port s72-eth1
            Interface s72-eth1
    Bridge s20
        Controller "tcp:10.30.170.26: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 s35
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6688"
        fail_mode: secure
        Port s35-eth1
            Interface s35-eth1
        Port s35
            Interface s35
                type: internal
        Port s35-eth3
            Interface s35-eth3
        Port s35-eth2
            Interface s35-eth2
    Bridge s41
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6694"
        fail_mode: secure
        Port s41-eth2
            Interface s41-eth2
        Port s41-eth1
            Interface s41-eth1
        Port s41-eth3
            Interface s41-eth3
        Port s41
            Interface s41
                type: internal
    Bridge s61
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6714"
        fail_mode: secure
        Port s61-eth3
            Interface s61-eth3
        Port s61-eth1
            Interface s61-eth1
        Port s61
            Interface s61
                type: internal
        Port s61-eth2
            Interface s61-eth2
    Bridge s30
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6683"
        fail_mode: secure
        Port s30-eth2
            Interface s30-eth2
        Port s30
            Interface s30
                type: internal
        Port s30-eth3
            Interface s30-eth3
        Port s30-eth1
            Interface s30-eth1
    Bridge s18
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6671"
        fail_mode: secure
        Port s18-eth1
            Interface s18-eth1
        Port s18-eth3
            Interface s18-eth3
        Port s18-eth2
            Interface s18-eth2
        Port s18
            Interface s18
                type: internal
    Bridge s47
        Controller "ptcp:6700"
        Controller "tcp:10.30.170.26:6633"
        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 s31
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6684"
        fail_mode: secure
        Port s31-eth1
            Interface s31-eth1
        Port s31-eth2
            Interface s31-eth2
        Port s31-eth3
            Interface s31-eth3
        Port s31
            Interface s31
                type: internal
    Bridge s74
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6727"
        fail_mode: secure
        Port s74-eth2
            Interface s74-eth2
        Port s74-eth1
            Interface s74-eth1
        Port s74-eth3
            Interface s74-eth3
        Port s74
            Interface s74
                type: internal
    Bridge s65
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6718"
        fail_mode: secure
        Port s65-eth2
            Interface s65-eth2
        Port s65-eth1
            Interface s65-eth1
        Port s65-eth3
            Interface s65-eth3
        Port s65
            Interface s65
                type: internal
    Bridge s57
        Controller "ptcp:6710"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s57-eth2
            Interface s57-eth2
        Port s57-eth3
            Interface s57-eth3
        Port s57-eth1
            Interface s57-eth1
        Port s57
            Interface s57
                type: internal
    Bridge s32
        Controller "ptcp:6685"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s32-eth1
            Interface s32-eth1
        Port s32-eth2
            Interface s32-eth2
        Port s32
            Interface s32
                type: internal
        Port s32-eth3
            Interface s32-eth3
    Bridge s45
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6698"
        fail_mode: secure
        Port s45-eth2
            Interface s45-eth2
        Port s45
            Interface s45
                type: internal
        Port s45-eth3
            Interface s45-eth3
        Port s45-eth1
            Interface s45-eth1
    Bridge s11
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6664"
        fail_mode: secure
        Port s11-eth3
            Interface s11-eth3
        Port s11
            Interface s11
                type: internal
        Port s11-eth1
            Interface s11-eth1
        Port s11-eth2
            Interface s11-eth2
    Bridge s6
        Controller "ptcp:6659"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s6-eth3
            Interface s6-eth3
        Port s6-eth2
            Interface s6-eth2
        Port s6-eth1
            Interface s6-eth1
        Port s6
            Interface s6
                type: internal
    Bridge s43
        Controller "ptcp:6696"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s43-eth3
            Interface s43-eth3
        Port s43-eth1
            Interface s43-eth1
        Port s43
            Interface s43
                type: internal
        Port s43-eth2
            Interface s43-eth2
    Bridge s16
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6669"
        fail_mode: secure
        Port s16
            Interface s16
                type: internal
        Port s16-eth2
            Interface s16-eth2
        Port s16-eth3
            Interface s16-eth3
        Port s16-eth1
            Interface s16-eth1
    Bridge s8
        Controller "ptcp:6661"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s8-eth3
            Interface s8-eth3
        Port s8-eth2
            Interface s8-eth2
        Port s8
            Interface s8
                type: internal
        Port s8-eth1
            Interface s8-eth1
    Bridge s100
        Controller "tcp:10.30.170.26:6633"
        Controller "ptcp:6753"
        fail_mode: secure
        Port s100-eth1
            Interface s100-eth1
        Port s100
            Interface s100
                type: internal
        Port s100-eth2
            Interface s100-eth2
    Bridge s86
        Controller "ptcp:6739"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s86-eth3
            Interface s86-eth3
        Port s86-eth1
            Interface s86-eth1
        Port s86-eth2
            Interface s86-eth2
        Port s86
            Interface s86
                type: internal
    Bridge s10
        Controller "ptcp:6663"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s10-eth3
            Interface s10-eth3
        Port s10-eth2
            Interface s10-eth2
        Port s10-eth1
            Interface s10-eth1
        Port s10
            Interface s10
                type: internal
    Bridge s66
        Controller "ptcp:6719"
        Controller "tcp:10.30.170.26:6633"
        fail_mode: secure
        Port s66-eth2
            Interface s66-eth2
        Port s66
            Interface s66
                type: internal
        Port s66-eth3
            Interface s66-eth3
        Port s66-eth1
            Interface s66-eth1
    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-06-24T00:47:20.760516" elapsed="0.623949"/>
</kw>
<return>
<value>${mininet_conn_id}</value>
<status status="PASS" start="2026-06-24T00:47:21.384560" elapsed="0.000081"/>
</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-06-24T00:47:12.978223" elapsed="8.406606"/>
</kw>
<arg>${switches}</arg>
<arg>mininet_timeout=${switches*4}</arg>
<doc>Start mininet linear topology with 100 nodes.</doc>
<status status="PASS" start="2026-06-24T00:47:12.974644" elapsed="8.410262"/>
</kw>
<msg time="2026-06-24T00:47:21.385028" level="INFO">${status} = PASS</msg>
<msg time="2026-06-24T00:47:21.385076" 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-06-24T00:47:12.974116" elapsed="8.410984"/>
</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-06-24T00:47:21.385448" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:21.385251" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:21.385223" elapsed="0.000301"/>
</if>
<kw name="Get Current Date" owner="DateTime">
<msg time="2026-06-24T00:47:21.386087" level="INFO">${start_time} = 2026-06-24 00:47:21.386</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-06-24T00:47:21.385750" elapsed="0.000363"/>
</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-06-24T00:47:21.386367" elapsed="0.000504"/>
</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-06-24T00:47:21.397565" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:21.397217" elapsed="0.000408"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:21.397197" elapsed="0.000454"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:21.397960" level="INFO">index=6
host=10.30.171.14
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-06-24T00:47:21.398071" level="INFO">${current_ssh_connection} = index=6
host=10.30.171.14
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-06-24T00:47:21.397804" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:21.398648" level="INFO">Attempting to execute command "grep -c 'java.lang.OutOfMemoryError' /tmp/karaf-0.23.2/data/log/karaf.log" on remote system "10.30.170.26" 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-06-24T00:47:21.398268" elapsed="0.000425"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:21.399300" 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-06-24T00:47:21.398871" elapsed="0.000455"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T00:47:21.400259" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T00:47:21.400340" 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-06-24T00:47:21.399947" elapsed="0.000418"/>
</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-06-24T00:47:21.400527" elapsed="0.000372"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T00:47:21.402117" level="INFO">Logging into '10.30.170.26:22' as 'jenkins'.</msg>
<msg time="2026-06-24T00:47:22.079476" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-173-generic x86_64)

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

 System information as of Wed Jun 24 00:47:10 UTC 2026

  System load:  0.7                Processes:             129
  Usage of /:   11.1% of 77.35GB   Users logged in:       0
  Memory usage: 7%                 IPv4 address for ens3: 10.30.170.26
  Swap usage:   0%


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-319-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-06-24T00:47:21.401487" elapsed="0.678299"/>
</kw>
<msg time="2026-06-24T00:47:22.079882" 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-06-24T00:47:21.401071" elapsed="0.678921"/>
</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-06-24T00:47:21.399553" elapsed="0.680556"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-24T00:47:22.080654" level="INFO">Executing command 'grep -c 'java.lang.OutOfMemoryError' /tmp/karaf-0.23.2/data/log/karaf.log'.</msg>
<msg time="2026-06-24T00:47:22.110323" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-06-24T00:47:22.110739" level="INFO">${stdout} = 0</msg>
<msg time="2026-06-24T00:47:22.110990" 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-06-24T00:47:22.080387" elapsed="0.030653"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T00:47:22.111508" elapsed="0.000537"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:22.113238" level="INFO"/>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:22.112541" elapsed="0.000793"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:47:22.113803" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:22.113509" elapsed="0.000399"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:22.113458" elapsed="0.000500"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-06-24T00:47:22.114348" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-06-24T00:47:22.114077" elapsed="0.000409"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:22.114044" elapsed="0.000496"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:47:22.114617" 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-06-24T00:47:22.121872" elapsed="0.000240"/>
</kw>
<msg time="2026-06-24T00:47:22.122190" 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-06-24T00:47:22.121071" elapsed="0.001196"/>
</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-06-24T00:47:22.122441" elapsed="0.000025"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-06-24T00:47:22.122620" 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-06-24T00:47:22.115389" elapsed="0.007320"/>
</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-06-24T00:47:21.396678" elapsed="0.726129"/>
</kw>
<msg time="2026-06-24T00:47:22.122864" 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-06-24T00:47:21.396087" elapsed="0.726828"/>
</kw>
<msg time="2026-06-24T00:47:22.123029" 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-06-24T00:47:21.395461" elapsed="0.727594"/>
</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-06-24T00:47:22.123283" elapsed="0.000315"/>
</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-06-24T00:47:21.394860" elapsed="0.728799"/>
</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-06-24T00:47:21.387565" elapsed="0.736150"/>
</kw>
<msg time="2026-06-24T00:47:22.123806" level="INFO">${status} = PASS</msg>
<msg time="2026-06-24T00:47:22.123851" 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-06-24T00:47:21.387088" elapsed="0.736785"/>
</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-06-24T00:47:22.124056" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:22.123946" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:22.123928" elapsed="0.000198"/>
</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-06-24T00:47:22.134374" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:22.134054" elapsed="0.000378"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:22.134036" elapsed="0.000420"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:22.134780" level="INFO">index=6
host=10.30.171.14
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-06-24T00:47:22.134892" level="INFO">${current_ssh_connection} = index=6
host=10.30.171.14
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-06-24T00:47:22.134642" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:22.135610" level="INFO">Attempting to execute command "grep -c 'java.lang.NullPointerException' /tmp/karaf-0.23.2/data/log/karaf.log" on remote system "10.30.170.26" 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-06-24T00:47:22.135132" elapsed="0.000527"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:22.136248" 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-06-24T00:47:22.135821" elapsed="0.000454"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T00:47:22.137309" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T00:47:22.137408" 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-06-24T00:47:22.136907" elapsed="0.000530"/>
</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-06-24T00:47:22.137608" elapsed="0.000383"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T00:47:22.139281" level="INFO">Logging into '10.30.170.26:22' as 'jenkins'.</msg>
<msg time="2026-06-24T00:47:22.803394" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-173-generic x86_64)

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

 System information as of Wed Jun 24 00:47:10 UTC 2026

  System load:  0.7                Processes:             129
  Usage of /:   11.1% of 77.35GB   Users logged in:       0
  Memory usage: 7%                 IPv4 address for ens3: 10.30.170.26
  Swap usage:   0%


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: Wed Jun 24 00:47:21 2026 from 10.30.170.58
[?2004h[jenkins@releng-51746-319-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-06-24T00:47:22.138559" elapsed="0.665119"/>
</kw>
<msg time="2026-06-24T00:47:22.803767" 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-06-24T00:47:22.138195" elapsed="0.665656"/>
</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-06-24T00:47:22.136499" elapsed="0.667465"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-24T00:47:22.804484" level="INFO">Executing command 'grep -c 'java.lang.NullPointerException' /tmp/karaf-0.23.2/data/log/karaf.log'.</msg>
<msg time="2026-06-24T00:47:22.817708" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-06-24T00:47:22.817976" level="INFO">${stdout} = 0</msg>
<msg time="2026-06-24T00:47:22.818076" 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-06-24T00:47:22.804239" elapsed="0.013887"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T00:47:22.818564" elapsed="0.000569"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:22.820319" level="INFO"/>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:22.819650" elapsed="0.000764"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:47:22.820922" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:22.820588" elapsed="0.000440"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:22.820537" elapsed="0.000541"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-06-24T00:47:22.821466" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-06-24T00:47:22.821229" elapsed="0.000376"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:22.821193" elapsed="0.000464"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:47:22.821734" elapsed="0.000031"/>
</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-06-24T00:47:22.828973" elapsed="0.000513"/>
</kw>
<msg time="2026-06-24T00:47:22.829546" 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-06-24T00:47:22.827730" elapsed="0.001883"/>
</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-06-24T00:47:22.829782" elapsed="0.000022"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-06-24T00:47:22.829947" 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-06-24T00:47:22.822566" elapsed="0.007463"/>
</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-06-24T00:47:22.133530" elapsed="0.696590"/>
</kw>
<msg time="2026-06-24T00:47:22.830189" 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-06-24T00:47:22.132890" elapsed="0.697412"/>
</kw>
<msg time="2026-06-24T00:47:22.830418" 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-06-24T00:47:22.132269" elapsed="0.698173"/>
</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-06-24T00:47:22.830655" elapsed="0.000310"/>
</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-06-24T00:47:22.131665" elapsed="0.699361"/>
</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-06-24T00:47:22.124738" elapsed="0.706343"/>
</kw>
<msg time="2026-06-24T00:47:22.831194" level="INFO">${status} = PASS</msg>
<msg time="2026-06-24T00:47:22.831240" 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-06-24T00:47:22.124337" elapsed="0.706926"/>
</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-06-24T00:47:22.831453" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:22.831340" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:22.831321" elapsed="0.000202"/>
</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-06-24T00:47:22.842302" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:22.841966" elapsed="0.000406"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:22.841943" elapsed="0.000455"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:22.842713" level="INFO">index=6
host=10.30.171.14
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-06-24T00:47:22.842829" level="INFO">${current_ssh_connection} = index=6
host=10.30.171.14
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-06-24T00:47:22.842557" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:22.843453" level="INFO">Attempting to execute command "grep -c 'java.lang.RuntimeException' /tmp/karaf-0.23.2/data/log/karaf.log" on remote system "10.30.170.26" 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-06-24T00:47:22.843011" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:47:22.844331" 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-06-24T00:47:22.843663" elapsed="0.000695"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T00:47:22.845316" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T00:47:22.845391" 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-06-24T00:47:22.845016" elapsed="0.000399"/>
</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-06-24T00:47:22.845576" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T00:47:22.847213" level="INFO">Logging into '10.30.170.26:22' as 'jenkins'.</msg>
<msg time="2026-06-24T00:47:23.165621" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-173-generic x86_64)

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

 System information as of Wed Jun 24 00:47:10 UTC 2026

  System load:  0.7                Processes:             129
  Usage of /:   11.1% of 77.35GB   Users logged in:       0
  Memory usage: 7%                 IPv4 address for ens3: 10.30.170.26
  Swap usage:   0%


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: Wed Jun 24 00:47:22 2026 from 10.30.170.58
[?2004h[jenkins@releng-51746-319-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-06-24T00:47:22.846552" elapsed="0.319414"/>
</kw>
<msg time="2026-06-24T00:47:23.166073" 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-06-24T00:47:22.846182" elapsed="0.320026"/>
</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-06-24T00:47:22.844581" elapsed="0.321771"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-24T00:47:23.167072" level="INFO">Executing command 'grep -c 'java.lang.RuntimeException' /tmp/karaf-0.23.2/data/log/karaf.log'.</msg>
<msg time="2026-06-24T00:47:23.179649" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-06-24T00:47:23.179906" level="INFO">${stdout} = 0</msg>
<msg time="2026-06-24T00:47:23.180004" 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-06-24T00:47:23.166753" elapsed="0.013301"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T00:47:23.180530" elapsed="0.000495"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:23.182218" level="INFO"/>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:23.181557" elapsed="0.000757"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:47:23.182775" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:23.182485" elapsed="0.000394"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:23.182434" elapsed="0.000494"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-06-24T00:47:23.183312" elapsed="0.000062"/>
</return>
<status status="PASS" start="2026-06-24T00:47:23.183043" elapsed="0.000404"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:23.183010" elapsed="0.000489"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:47:23.183577" 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-06-24T00:47:23.190329" elapsed="0.000299"/>
</kw>
<msg time="2026-06-24T00:47:23.190690" 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-06-24T00:47:23.189624" elapsed="0.001160"/>
</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-06-24T00:47:23.191009" elapsed="0.000032"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-06-24T00:47:23.191269" elapsed="0.000031"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-24T00:47:23.184308" elapsed="0.007079"/>
</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-06-24T00:47:22.841411" elapsed="0.350102"/>
</kw>
<msg time="2026-06-24T00:47:23.191586" 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-06-24T00:47:22.840789" elapsed="0.350864"/>
</kw>
<msg time="2026-06-24T00:47:23.191957" 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-06-24T00:47:22.840078" elapsed="0.351913"/>
</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-06-24T00:47:23.192305" elapsed="0.000594"/>
</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-06-24T00:47:22.839413" elapsed="0.353569"/>
</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-06-24T00:47:22.832117" elapsed="0.360940"/>
</kw>
<msg time="2026-06-24T00:47:23.193208" level="INFO">${status} = PASS</msg>
<msg time="2026-06-24T00:47:23.193274" 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-06-24T00:47:22.831717" elapsed="0.361588"/>
</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-06-24T00:47:23.193575" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:23.193409" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:23.193384" elapsed="0.000288"/>
</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-06-24T00:47:23.193923" elapsed="0.000496"/>
</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-06-24T00:47:24.774688" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:24.776110" level="INFO">GET Response : url=http://10.30.170.26:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 
 status=409, reason=Conflict 
 headers={'Set-Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0; Path=/rests; HttpOnly, rememberMe=deleteMe; Path=/rests; Max-Age=0; Expires=Tue, 23-Jun-2026 00:47:24 GMT; SameSite=lax', 'Expires': 'Thu, 01 Jan 1970 00:00:00 GMT', '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-06-24T00:47:24.776566" level="FAIL">Url: http://10.30.170.26:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 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-06-24T00:47:23.202709" elapsed="1.575226">Url: http://10.30.170.26:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 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-06-24T00:47:24.778370" elapsed="0.000043"/>
</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-06-24T00:47:24.778677" elapsed="0.000031"/>
</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-06-24T00:47:24.778963" elapsed="0.000029"/>
</kw>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:23.202554" elapsed="1.576524">Url: http://10.30.170.26:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 Expected status: 409 != 200</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-06-24T00:47:23.199869" elapsed="1.579327">Url: http://10.30.170.26:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 Expected status: 409 != 200</status>
</for>
<arg>${switches}</arg>
<doc>Check all switches and stats in operational inventory</doc>
<status status="FAIL" start="2026-06-24T00:47:23.199395" elapsed="1.579970">Url: http://10.30.170.26:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 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-06-24T00:47:26.847803" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:26.852318" level="INFO">GET Response : url=http://10.30.170.26: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;38468&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-06-24T00:47:26.853033" 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-06-24T00:47:26.787368" elapsed="0.065730"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:26.859957" 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;38468&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;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-06-24T00:47:25.093Z&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;6a:d6:d0:0e:de: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;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;890000000&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;fa:86:e0:a9:0c: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;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;878000000&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;e2:f1:49:db:b7: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;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;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;890000000&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;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.171.14&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-06-24T00:47:25.124Z&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-06-24T00:47:26.853763" elapsed="0.007396"/>
</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-06-24T00:47:26.861368" elapsed="0.002937"/>
</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-06-24T00:47:26.864509" elapsed="0.002672"/>
</kw>
<var name="${switch}">1</var>
<status status="PASS" start="2026-06-24T00:47:26.786962" elapsed="0.080265"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:26.885247" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:26.887993" level="INFO">GET Response : url=http://10.30.170.26: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;38160&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-06-24T00:47:26.888466" 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-06-24T00:47:26.867526" elapsed="0.020978"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:26.892733" 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;38160&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;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-06-24T00:47:24.378Z&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;66:00:4f:20:e8: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;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;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;717000000&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: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;b6:20:ee:51:c6: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;4&lt;/second&gt;&lt;nanosecond&gt;703000000&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;ea:7d:f3:9d:43: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-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;717000000&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: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;f6:a9:c7:3b:46: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;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;4&lt;/second&gt;&lt;nanosecond&gt;717000000&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.171.14&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-06-24T00:47:24.458Z&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-06-24T00:47:26.888901" elapsed="0.004953"/>
</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-06-24T00:47:26.894093" elapsed="0.002739"/>
</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-06-24T00:47:26.897037" elapsed="0.002683"/>
</kw>
<var name="${switch}">2</var>
<status status="PASS" start="2026-06-24T00:47:26.867365" elapsed="0.032400"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:26.919101" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:26.920846" level="INFO">GET Response : url=http://10.30.170.26: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;38040&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-06-24T00:47:26.921534" 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-06-24T00:47:26.900073" elapsed="0.021526"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:26.928046" 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;38040&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;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-06-24T00:47:25.278Z&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;5e:52:92:19:21: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;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;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;848000000&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: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;d6:44:6e:13:13: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;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;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;848000000&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: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;ca:d8:f8:e5:cf: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;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;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;848000000&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: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:99:3e:73:9e: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;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;5&lt;/second&gt;&lt;nanosecond&gt;833000000&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.171.14&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-06-24T00:47:25.354Z&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-06-24T00:47:26.922223" elapsed="0.007014"/>
</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-06-24T00:47:26.929515" elapsed="0.002878"/>
</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-06-24T00:47:26.932597" elapsed="0.002674"/>
</kw>
<var name="${switch}">3</var>
<status status="PASS" start="2026-06-24T00:47:26.899910" elapsed="0.035405"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:26.951023" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:26.952711" level="INFO">GET Response : url=http://10.30.170.26: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;38068&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-06-24T00:47:26.953410" 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-06-24T00:47:26.935614" elapsed="0.017859"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:26.958675" 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;38068&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;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-06-24T00:47:23.868Z&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;26:03:6e:98:cd: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;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;9&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;516000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;756&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: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:fc:b7:98:bf: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;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;4&lt;/second&gt;&lt;nanosecond&gt;505000000&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;7e:0e:cd:d5:a4: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;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;9&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;516000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;756&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;9e:49:c0:09:16: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;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;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;4&lt;/second&gt;&lt;nanosecond&gt;516000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;756&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;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.171.14&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-06-24T00:47:24.049Z&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-06-24T00:47:26.954094" elapsed="0.006141"/>
</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-06-24T00:47:26.960512" elapsed="0.003936"/>
</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-06-24T00:47:26.964738" elapsed="0.003501"/>
</kw>
<var name="${switch}">4</var>
<status status="PASS" start="2026-06-24T00:47:26.935455" elapsed="0.032827"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:26.982922" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:26.983955" level="INFO">GET Response : url=http://10.30.170.26: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;37892&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-06-24T00:47:26.984383" 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-06-24T00:47:26.968566" elapsed="0.015856"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:26.988555" 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;37892&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;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-06-24T00:47:23.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: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;12:5c:35:6a:a5: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;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;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;276000000&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: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;ee:2b:cd:3b:0c: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;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;4&lt;/second&gt;&lt;nanosecond&gt;263000000&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;4a:c2:b4:eb:84: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;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;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;272000000&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: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;32:58:cd:9e:83:54&lt;/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;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;276000000&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.171.14&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-06-24T00:47:23.494Z&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-06-24T00:47:26.984741" elapsed="0.005312"/>
</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-06-24T00:47:26.990348" elapsed="0.003379"/>
</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-06-24T00:47:26.993994" elapsed="0.002734"/>
</kw>
<var name="${switch}">5</var>
<status status="PASS" start="2026-06-24T00:47:26.968409" elapsed="0.028363"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.009805" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.010946" level="INFO">GET Response : url=http://10.30.170.26: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;38472&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-06-24T00:47:27.011405" 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-06-24T00:47:26.997111" elapsed="0.014335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.015696" 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;38472&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;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-06-24T00:47:22.787Z&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;22:76:11:b2:41: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;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;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;611000000&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: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;52:db:de:7d:1c: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;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;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;614000000&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: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;f6:fd:25:ed:53: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;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;2&lt;/second&gt;&lt;nanosecond&gt;602000000&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;8a:fb:1b:7b:9d:15&lt;/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;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;611000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&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.171.14&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-06-24T00:47:22.868Z&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-06-24T00:47:27.011803" elapsed="0.005545"/>
</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-06-24T00:47:27.017732" elapsed="0.003763"/>
</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-06-24T00:47:27.021779" elapsed="0.003751"/>
</kw>
<var name="${switch}">6</var>
<status status="PASS" start="2026-06-24T00:47:26.996917" elapsed="0.028672"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.039287" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.040890" level="INFO">GET Response : url=http://10.30.170.26: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;38066&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-06-24T00:47:27.041537" 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-06-24T00:47:27.025974" elapsed="0.015625"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.047871" 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;38066&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;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-06-24T00:47:25.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: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;96:ea:34:48:11: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;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;5&lt;/second&gt;&lt;nanosecond&gt;829000000&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;46:7d:ae:18:9c:d2&lt;/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;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;840000000&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: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;32:12:55:e1:59: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;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;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;840000000&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: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;5a:af:a2:34:cb: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;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;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;840000000&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.171.14&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-06-24T00:47:25.360Z&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-06-24T00:47:27.042068" elapsed="0.007325"/>
</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-06-24T00:47:27.049667" elapsed="0.003632"/>
</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-06-24T00:47:27.053573" elapsed="0.003641"/>
</kw>
<var name="${switch}">7</var>
<status status="PASS" start="2026-06-24T00:47:27.025761" elapsed="0.031513"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.074691" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.076484" level="INFO">GET Response : url=http://10.30.170.26: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;38242&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-06-24T00:47:27.077191" 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-06-24T00:47:27.057656" elapsed="0.019603"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.083276" 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;38242&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;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-06-24T00:47:24.717Z&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;3e:70:86:a7:b7:54&lt;/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;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;959000000&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: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;52:11:b1:16:3f: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;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;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;959000000&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: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:b2:41:1c:79: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;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;4&lt;/second&gt;&lt;nanosecond&gt;959000000&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;e2:f2:24:f4:95: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;4&lt;/second&gt;&lt;nanosecond&gt;952000000&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.171.14&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-06-24T00:47:24.787Z&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-06-24T00:47:27.077814" elapsed="0.007108"/>
</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-06-24T00:47:27.085353" elapsed="0.003484"/>
</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-06-24T00:47:27.089051" elapsed="0.002659"/>
</kw>
<var name="${switch}">8</var>
<status status="PASS" start="2026-06-24T00:47:27.057441" elapsed="0.034313"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.105139" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.109600" level="INFO">GET Response : url=http://10.30.170.26: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;37950&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-06-24T00:47:27.110029" 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-06-24T00:47:27.092049" elapsed="0.018016"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.114235" 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;37950&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;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-06-24T00:47:23.390Z&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;d2:ca:15:c7: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;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;4&lt;/second&gt;&lt;nanosecond&gt;106000000&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;c6:5f:c8:ad:43: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;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;4&lt;/second&gt;&lt;nanosecond&gt;107000000&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;56:c8:fe:53:00: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;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;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;106000000&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: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;16:81:f9:1a:34: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;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;4&lt;/second&gt;&lt;nanosecond&gt;96000000&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.171.14&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-06-24T00:47:23.415Z&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-06-24T00:47:27.110445" elapsed="0.005459"/>
</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-06-24T00:47:27.116210" elapsed="0.003765"/>
</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-06-24T00:47:27.120268" elapsed="0.003732"/>
</kw>
<var name="${switch}">9</var>
<status status="PASS" start="2026-06-24T00:47:27.091886" elapsed="0.032166"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.136793" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.140670" level="INFO">GET Response : url=http://10.30.170.26: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;38216&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-06-24T00:47:27.141183" 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-06-24T00:47:27.124442" elapsed="0.016787"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.146191" 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;38216&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-06-24T00:47:23.454Z&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;9e:c6:47:e6:48: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;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;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;679000000&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: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;fa:46:3d:d6:44:0f&lt;/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;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;679000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&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: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;5a:84:9f:4e:88: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;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;3&lt;/second&gt;&lt;nanosecond&gt;679000000&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;ca:90:e3:fd:2e: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;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;3&lt;/second&gt;&lt;nanosecond&gt;672000000&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.171.14&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-06-24T00:47:23.494Z&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-06-24T00:47:27.141680" elapsed="0.006220"/>
</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-06-24T00:47:27.148202" elapsed="0.003403"/>
</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-06-24T00:47:27.151802" elapsed="0.002570"/>
</kw>
<var name="${switch}">10</var>
<status status="PASS" start="2026-06-24T00:47:27.124227" elapsed="0.030186"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.167711" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.169475" level="INFO">GET Response : url=http://10.30.170.26: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;38378&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-06-24T00:47:27.170131" 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-06-24T00:47:27.154732" elapsed="0.015495"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.177083" 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;38378&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-06-24T00:47:24.428Z&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;26:84:24:ed:00: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;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;4&lt;/second&gt;&lt;nanosecond&gt;373000000&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;ba:f3:03:02:f4:e0&lt;/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;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;386000000&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: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;f6:4e:1e:23:66: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;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;4&lt;/second&gt;&lt;nanosecond&gt;386000000&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;fe:84:1f:0d:67: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;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;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;386000000&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.171.14&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-06-24T00:47:24.472Z&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-06-24T00:47:27.170791" elapsed="0.008316"/>
</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-06-24T00:47:27.179321" elapsed="0.002579"/>
</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-06-24T00:47:27.182095" elapsed="0.002590"/>
</kw>
<var name="${switch}">11</var>
<status status="PASS" start="2026-06-24T00:47:27.154566" elapsed="0.030160"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.196178" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.197224" level="INFO">GET Response : url=http://10.30.170.26: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;38334&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-06-24T00:47:27.197823" 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-06-24T00:47:27.184997" elapsed="0.012884"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.204246" 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;38334&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;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-06-24T00:47:24.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: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;1e:ee:e4:0b:25: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;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;4&lt;/second&gt;&lt;nanosecond&gt;125000000&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;ea:da:44:f3:b9:af&lt;/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;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;125000000&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: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:82:f2:87:36: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;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;4&lt;/second&gt;&lt;nanosecond&gt;104000000&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;92:87:4f:39:bf: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;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;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;125000000&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.171.14&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-06-24T00:47:24.075Z&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-06-24T00:47:27.198374" elapsed="0.008460"/>
</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-06-24T00:47:27.207037" elapsed="0.002654"/>
</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-06-24T00:47:27.209886" elapsed="0.002563"/>
</kw>
<var name="${switch}">12</var>
<status status="PASS" start="2026-06-24T00:47:27.184843" elapsed="0.027647"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.231110" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.233038" level="INFO">GET Response : url=http://10.30.170.26: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;38270&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-06-24T00:47:27.233775" 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-06-24T00:47:27.212759" elapsed="0.021083"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.239658" 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;38270&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;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-06-24T00:47:25.134Z&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;ca:02:19:85:8a:d4&lt;/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;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;325000000&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: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;42:f8:a1:a7: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;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;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;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;52:d4:14:c4:90:95&lt;/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;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;325000000&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: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;2a:40:5b:16:f0: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;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;325000000&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.171.14&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-06-24T00:47:25.186Z&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-06-24T00:47:27.234466" elapsed="0.006275"/>
</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-06-24T00:47:27.240940" 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-06-24T00:47:27.243838" elapsed="0.002640"/>
</kw>
<var name="${switch}">13</var>
<status status="PASS" start="2026-06-24T00:47:27.212606" elapsed="0.033915"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.261908" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.263653" level="INFO">GET Response : url=http://10.30.170.26: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;38226&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-06-24T00:47:27.264302" 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-06-24T00:47:27.246797" elapsed="0.017567"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.270810" 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;38226&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;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-06-24T00:47:24.656Z&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;d6:07:e1:a5: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;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;4&lt;/second&gt;&lt;nanosecond&gt;867000000&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;82:8c:80:84:62: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;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;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;874000000&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: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;0e:42:a5:c7:0f: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;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;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;874000000&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: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;ae:99:5f:fe:78: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;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;4&lt;/second&gt;&lt;nanosecond&gt;874000000&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.171.14&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-06-24T00:47:24.696Z&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-06-24T00:47:27.264816" elapsed="0.007112"/>
</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-06-24T00:47:27.272136" elapsed="0.002630"/>
</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-06-24T00:47:27.274962" elapsed="0.002537"/>
</kw>
<var name="${switch}">14</var>
<status status="PASS" start="2026-06-24T00:47:27.246642" elapsed="0.030898"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.320098" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.321770" level="INFO">GET Response : url=http://10.30.170.26: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;38276&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-06-24T00:47:27.322429" 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-06-24T00:47:27.277811" elapsed="0.044683"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.328939" 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;38276&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;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-06-24T00:47:23.275Z&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;ee:4c:87:d6:c7:5a&lt;/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;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;446000000&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: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;2a:3b:74:5f:c5: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;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;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;446000000&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: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;c2:e2:70:35:a1: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;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;3&lt;/second&gt;&lt;nanosecond&gt;431000000&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;22:8c:1e:aa:6a: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;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;3&lt;/second&gt;&lt;nanosecond&gt;446000000&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.171.14&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-06-24T00:47:23.307Z&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-06-24T00:47:27.322986" elapsed="0.007544"/>
</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-06-24T00:47:27.330743" elapsed="0.002670"/>
</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-06-24T00:47:27.333608" elapsed="0.002714"/>
</kw>
<var name="${switch}">15</var>
<status status="PASS" start="2026-06-24T00:47:27.277658" elapsed="0.058705"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.354777" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.358634" level="INFO">GET Response : url=http://10.30.170.26: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;38162&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-06-24T00:47:27.359350" 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-06-24T00:47:27.336630" elapsed="0.022786"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.364751" 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;38162&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;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-06-24T00:47:24.786Z&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;7a:c0:bc:15:50: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;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;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;86000000&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: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;7e:df:4a:f2:10: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;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;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;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;ba:8b:e6:28:0a: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;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;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;86000000&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: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;56:b0:f8:9b:41: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;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;5&lt;/second&gt;&lt;nanosecond&gt;85000000&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.171.14&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-06-24T00:47:24.826Z&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-06-24T00:47:27.359933" elapsed="0.006330"/>
</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-06-24T00:47:27.366583" 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-06-24T00:47:27.370490" elapsed="0.003539"/>
</kw>
<var name="${switch}">16</var>
<status status="PASS" start="2026-06-24T00:47:27.336477" elapsed="0.037608"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.389005" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.391739" level="INFO">GET Response : url=http://10.30.170.26: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;38154&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-06-24T00:47:27.392662" 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-06-24T00:47:27.374533" elapsed="0.018221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.400304" 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;38154&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;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-06-24T00:47:23.869Z&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;ea:ab:ca:40:73: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;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;9&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;344000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;760&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: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;86:af:10:5c:29:65&lt;/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;9&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;344000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;760&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: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;06:78:2a:5c:ff: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&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;330000000&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;d6:e2:bc:e1:31: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;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;9&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;344000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;760&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.171.14&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-06-24T00:47:24.051Z&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-06-24T00:47:27.393480" elapsed="0.008405"/>
</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-06-24T00:47:27.402237" elapsed="0.004112"/>
</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-06-24T00:47:27.406645" elapsed="0.002613"/>
</kw>
<var name="${switch}">17</var>
<status status="PASS" start="2026-06-24T00:47:27.374268" elapsed="0.035033"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.423836" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.425552" level="INFO">GET Response : url=http://10.30.170.26: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;37918&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-06-24T00:47:27.426124" 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-06-24T00:47:27.409576" elapsed="0.016637"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.430416" 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;37918&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;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-06-24T00:47:24.707Z&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;ce:7c:81:ad:f0:b3&lt;/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;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;482000000&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: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;42:8f:e1:6f:06: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;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;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;482000000&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: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;ae:e8:c9:f5:33: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;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;5&lt;/second&gt;&lt;nanosecond&gt;482000000&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;92:15:fd:ce:2b: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;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;5&lt;/second&gt;&lt;nanosecond&gt;465000000&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.171.14&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-06-24T00:47:24.728Z&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-06-24T00:47:27.426727" elapsed="0.005214"/>
</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-06-24T00:47:27.432232" 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-06-24T00:47:27.436177" elapsed="0.003540"/>
</kw>
<var name="${switch}">18</var>
<status status="PASS" start="2026-06-24T00:47:27.409421" elapsed="0.030355"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.454851" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.456518" level="INFO">GET Response : url=http://10.30.170.26: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;38422&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-06-24T00:47:27.457122" 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-06-24T00:47:27.440161" elapsed="0.017072"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.461913" 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;38422&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;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-06-24T00:47:25.103Z&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;da:1e:ba:da:63: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;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;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;964000000&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: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;f6:fa:67:50:db: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;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;4&lt;/second&gt;&lt;nanosecond&gt;964000000&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;4e:13:40:5d:04: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;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;4&lt;/second&gt;&lt;nanosecond&gt;949000000&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;46:9d:73:81:04: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;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;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;965000000&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.171.14&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-06-24T00:47:25.156Z&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-06-24T00:47:27.457697" elapsed="0.005906"/>
</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-06-24T00:47:27.463909" elapsed="0.004017"/>
</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-06-24T00:47:27.468244" elapsed="0.003408"/>
</kw>
<var name="${switch}">19</var>
<status status="PASS" start="2026-06-24T00:47:27.439935" elapsed="0.031760"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.480512" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.481641" level="INFO">GET Response : url=http://10.30.170.26: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;38582&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-06-24T00:47:27.482050" 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-06-24T00:47:27.471973" elapsed="0.010116"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.488760" 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;38582&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;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-06-24T00:47:23.588Z&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;5a:cb:fc:db:a7: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;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;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;303000000&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: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;3e:f7:4a:de:1b: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;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;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;303000000&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: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;1a:c9:7d:ce:9e: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;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;3&lt;/second&gt;&lt;nanosecond&gt;303000000&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;86:ec:19:c0:15: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;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;3&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;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.171.14&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-06-24T00:47:23.670Z&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-06-24T00:47:27.482537" elapsed="0.008723"/>
</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-06-24T00:47:27.491791" elapsed="0.004320"/>
</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-06-24T00:47:27.496329" elapsed="0.002555"/>
</kw>
<var name="${switch}">20</var>
<status status="PASS" start="2026-06-24T00:47:27.471818" elapsed="0.027107"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.511963" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.513813" level="INFO">GET Response : url=http://10.30.170.26: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;38214&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-06-24T00:47:27.514635" 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-06-24T00:47:27.499219" elapsed="0.015465"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.520877" 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;38214&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;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-06-24T00:47:21.699Z&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;02:4f:87:00:76:2c&lt;/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;2&lt;/second&gt;&lt;nanosecond&gt;170000000&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;66:6c:fd:36:c1: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;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;2&lt;/second&gt;&lt;nanosecond&gt;169000000&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;56:ae:1e:49:3b: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;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;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;169000000&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: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:cd:03:5f:44: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;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;2&lt;/second&gt;&lt;nanosecond&gt;162000000&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.171.14&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-06-24T00:47:22.020Z&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-06-24T00:47:27.515080" elapsed="0.007329"/>
</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-06-24T00:47:27.522704" elapsed="0.003684"/>
</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-06-24T00:47:27.526677" elapsed="0.002591"/>
</kw>
<var name="${switch}">21</var>
<status status="PASS" start="2026-06-24T00:47:27.499048" elapsed="0.030262"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.543251" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.544378" level="INFO">GET Response : url=http://10.30.170.26: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;38340&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-06-24T00:47:27.544775" 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-06-24T00:47:27.529596" elapsed="0.015219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.548840" 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;38340&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;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-06-24T00:47:22.186Z&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;56:99:b6:ed:19:63&lt;/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;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;351000000&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: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;ba:70:55:a6:15:70&lt;/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;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;352000000&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: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;de:51:d9:0e:05: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;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;2&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;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;ce:ae:f6:86:a0:e0&lt;/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;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;351000000&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.171.14&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-06-24T00:47:22.351Z&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-06-24T00:47:27.545117" elapsed="0.005271"/>
</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-06-24T00:47:27.550665" elapsed="0.004113"/>
</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-06-24T00:47:27.554978" elapsed="0.002558"/>
</kw>
<var name="${switch}">22</var>
<status status="PASS" start="2026-06-24T00:47:27.529436" elapsed="0.028142"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.573082" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.574910" level="INFO">GET Response : url=http://10.30.170.26: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;38080&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-06-24T00:47:27.575591" 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-06-24T00:47:27.557846" elapsed="0.017810"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.582474" 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;38080&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;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-06-24T00:47:23.332Z&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;82:7e:ce:75:ee: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;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;3&lt;/second&gt;&lt;nanosecond&gt;821000000&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;3e:95:4e:1d:b3: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;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;3&lt;/second&gt;&lt;nanosecond&gt;804000000&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;ea:58:03:de:25: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;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;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;819000000&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: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;5e:9d:1e:b1:e1: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;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;3&lt;/second&gt;&lt;nanosecond&gt;821000000&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.171.14&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-06-24T00:47:23.360Z&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-06-24T00:47:27.576194" elapsed="0.007846"/>
</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-06-24T00:47:27.584331" elapsed="0.003592"/>
</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-06-24T00:47:27.588216" elapsed="0.003592"/>
</kw>
<var name="${switch}">23</var>
<status status="PASS" start="2026-06-24T00:47:27.557695" elapsed="0.034172"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.605094" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.606849" level="INFO">GET Response : url=http://10.30.170.26: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;37938&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-06-24T00:47:27.607467" 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-06-24T00:47:27.592254" elapsed="0.015272"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.613982" 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;37938&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;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-06-24T00:47:24.712Z&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;b2:60:c5:65:18: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;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;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;459000000&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: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;92:44:da:01:ba: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;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;5&lt;/second&gt;&lt;nanosecond&gt;448000000&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;52:80:0c:15:d8:dc&lt;/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;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;461000000&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: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;8a:4e:a3:fc:43: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;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;5&lt;/second&gt;&lt;nanosecond&gt;462000000&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.171.14&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-06-24T00:47:24.782Z&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-06-24T00:47:27.607995" elapsed="0.007518"/>
</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-06-24T00:47:27.615726" elapsed="0.002703"/>
</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-06-24T00:47:27.618632" elapsed="0.002591"/>
</kw>
<var name="${switch}">24</var>
<status status="PASS" start="2026-06-24T00:47:27.592024" elapsed="0.029241"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.635246" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.637039" level="INFO">GET Response : url=http://10.30.170.26: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;38002&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-06-24T00:47:27.637728" 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-06-24T00:47:27.621542" elapsed="0.016253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.644119" 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;38002&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;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-06-24T00:47:22.241Z&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;6e:68:d4:83:00: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;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;2&lt;/second&gt;&lt;nanosecond&gt;914000000&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;aa:63:c4:d1:9c:23&lt;/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;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;926000000&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: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;ee:74:1c:a7:65:d8&lt;/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;2&lt;/second&gt;&lt;nanosecond&gt;926000000&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;d2:3f:2a:cb:88: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;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;2&lt;/second&gt;&lt;nanosecond&gt;926000000&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.171.14&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-06-24T00:47:22.291Z&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-06-24T00:47:27.638394" elapsed="0.007342"/>
</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-06-24T00:47:27.646057" elapsed="0.003952"/>
</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-06-24T00:47:27.650355" elapsed="0.003889"/>
</kw>
<var name="${switch}">25</var>
<status status="PASS" start="2026-06-24T00:47:27.621384" elapsed="0.032923"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.663047" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.663850" level="INFO">GET Response : url=http://10.30.170.26: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;37840&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-06-24T00:47:27.664290" 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-06-24T00:47:27.654696" elapsed="0.009634"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.668535" 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;37840&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;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-06-24T00:47:22.828Z&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;66:bc:4a:0b:49: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;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;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;726000000&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: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;c2:6b:9e:b5:ad: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;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;710000000&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;0a:f4:45:76:93: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;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;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;725000000&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: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;c6:b9:ae:a9:0e: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;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;725000000&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.171.14&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-06-24T00:47:22.879Z&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-06-24T00:47:27.664644" elapsed="0.005610"/>
</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-06-24T00:47:27.670561" elapsed="0.003996"/>
</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-06-24T00:47:27.674805" elapsed="0.031226"/>
</kw>
<var name="${switch}">26</var>
<status status="PASS" start="2026-06-24T00:47:27.654480" elapsed="0.051614"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.720297" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.721408" level="INFO">GET Response : url=http://10.30.170.26: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;38306&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-06-24T00:47:27.721845" 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-06-24T00:47:27.706469" elapsed="0.015415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.726096" 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;38306&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;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-06-24T00:47:21.703Z&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;96:60:47:3d:3c: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;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;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;56000000&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: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;f2:a6:c5:88:aa: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;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;2&lt;/second&gt;&lt;nanosecond&gt;40000000&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;e2:71:5a:49:7f:32&lt;/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;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;56000000&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: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;9e:19:7a:f1:d0: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;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;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;56000000&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.171.14&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-06-24T00:47:22.022Z&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-06-24T00:47:27.722282" elapsed="0.005502"/>
</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-06-24T00:47:27.728091" elapsed="0.004036"/>
</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-06-24T00:47:27.732443" elapsed="0.003908"/>
</kw>
<var name="${switch}">27</var>
<status status="PASS" start="2026-06-24T00:47:27.706274" elapsed="0.030140"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.746935" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.747677" level="INFO">GET Response : url=http://10.30.170.26: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;37844&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-06-24T00:47:27.748168" 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-06-24T00:47:27.736817" elapsed="0.011381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.751163" 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;37844&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;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-06-24T00:47:24.749Z&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;3a:7a:4c:6f:ee: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;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;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;608000000&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: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;7e:0b:f5:e7:2e: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;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;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;608000000&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: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;b2:b5:98:49:ed: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-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;608000000&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: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;a2:a0:79:a1:ee: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;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;5&lt;/second&gt;&lt;nanosecond&gt;600000000&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.171.14&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-06-24T00:47:24.770Z&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-06-24T00:47:27.748437" elapsed="0.003805"/>
</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-06-24T00:47:27.752476" elapsed="0.003949"/>
</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-06-24T00:47:27.756707" elapsed="0.003949"/>
</kw>
<var name="${switch}">28</var>
<status status="PASS" start="2026-06-24T00:47:27.736587" elapsed="0.024120"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.773534" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.774306" level="INFO">GET Response : url=http://10.30.170.26: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;38558&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-06-24T00:47:27.774607" 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-06-24T00:47:27.761103" elapsed="0.013531"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.779828" 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;38558&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;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-06-24T00:47:21.702Z&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;2a:24:f3:ad:66: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;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;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;1&lt;/second&gt;&lt;nanosecond&gt;646000000&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: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;5a:06:70:03:67:33&lt;/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;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;1&lt;/second&gt;&lt;nanosecond&gt;645000000&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: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;92:de:41:7b:19:1a&lt;/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;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;1&lt;/second&gt;&lt;nanosecond&gt;645000000&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: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;fa:8f:11:02:db: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;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;1&lt;/second&gt;&lt;nanosecond&gt;636000000&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.171.14&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-06-24T00:47:22.034Z&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-06-24T00:47:27.774919" elapsed="0.007051"/>
</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-06-24T00:47:27.782499" elapsed="0.005329"/>
</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-06-24T00:47:27.788220" elapsed="0.003986"/>
</kw>
<var name="${switch}">29</var>
<status status="PASS" start="2026-06-24T00:47:27.760872" elapsed="0.031393"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.801462" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.803171" level="INFO">GET Response : url=http://10.30.170.26: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;38420&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-06-24T00:47:27.803738" 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-06-24T00:47:27.792657" elapsed="0.011139"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.809904" 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;38420&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-06-24T00:47:23.869Z&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;c2:c0:ae:c7: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;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;3&lt;/second&gt;&lt;nanosecond&gt;854000000&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;5a:4d:f1:89:33: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;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;9&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;871000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;760&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;82:e0:ca:a3:4c: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;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;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;3&lt;/second&gt;&lt;nanosecond&gt;874000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;760&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;f2:4f:43:2c:cd:e0&lt;/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;3&lt;/second&gt;&lt;nanosecond&gt;876000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;690&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.171.14&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-06-24T00:47:24.061Z&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-06-24T00:47:27.804274" elapsed="0.007944"/>
</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-06-24T00:47:27.812652" elapsed="0.003692"/>
</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-06-24T00:47:27.816546" elapsed="0.002672"/>
</kw>
<var name="${switch}">30</var>
<status status="PASS" start="2026-06-24T00:47:27.792436" elapsed="0.026825"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.828576" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.830266" level="INFO">GET Response : url=http://10.30.170.26: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;38254&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-06-24T00:47:27.830960" 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-06-24T00:47:27.819527" elapsed="0.011506"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.838783" 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;38254&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;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-06-24T00:47:22.417Z&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;d6:e8:25:d0:c8: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;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;2&lt;/second&gt;&lt;nanosecond&gt;611000000&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;02:c0:68:b9:53:0e&lt;/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;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;618000000&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: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;2e:c1:3d:a2:a6:5a&lt;/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;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;617000000&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: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;2a:01:9a:21:63: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;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;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;617000000&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.171.14&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-06-24T00:47:22.471Z&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-06-24T00:47:27.831597" elapsed="0.008273"/>
</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-06-24T00:47:27.840083" elapsed="0.002679"/>
</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-06-24T00:47:27.842960" elapsed="0.002620"/>
</kw>
<var name="${switch}">31</var>
<status status="PASS" start="2026-06-24T00:47:27.819377" elapsed="0.026244"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.854822" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.855566" level="INFO">GET Response : url=http://10.30.170.26: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;38704&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-06-24T00:47:27.855864" 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-06-24T00:47:27.845892" elapsed="0.010000"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.858932" 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;38704&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;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-06-24T00:47:25.315Z&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;6a:01:67:c1:d2: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;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;865000000&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;6e:4b:c9:4b:52: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;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;865000000&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;a6:2e:f1:e1:8e: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;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;854000000&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;8a:fc:2d:eb:fc: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;865000000&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.171.14&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-06-24T00:47:25.361Z&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-06-24T00:47:27.856127" elapsed="0.004309"/>
</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-06-24T00:47:27.860713" elapsed="0.003647"/>
</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-06-24T00:47:27.864639" elapsed="0.004001"/>
</kw>
<var name="${switch}">32</var>
<status status="PASS" start="2026-06-24T00:47:27.845739" elapsed="0.022960"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.882210" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.883227" level="INFO">GET Response : url=http://10.30.170.26: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;38528&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-06-24T00:47:27.883628" 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-06-24T00:47:27.869071" elapsed="0.014596"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.887679" 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;38528&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-06-24T00:47:23.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: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;26:e5:7f:c3:c6: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;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;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;357000000&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: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;d6:02:52:cf:1e:bc&lt;/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;357000000&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;8e:40:e5:7e:cb: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;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;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;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;7e:a8:8f:e0:16: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;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;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;357000000&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.171.14&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-06-24T00:47:23.667Z&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-06-24T00:47:27.883984" elapsed="0.005191"/>
</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-06-24T00:47:27.889454" elapsed="0.003838"/>
</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-06-24T00:47:27.893584" elapsed="0.003987"/>
</kw>
<var name="${switch}">33</var>
<status status="PASS" start="2026-06-24T00:47:27.868859" elapsed="0.028772"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.913803" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.915556" level="INFO">GET Response : url=http://10.30.170.26: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;38288&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-06-24T00:47:27.916253" 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-06-24T00:47:27.898013" elapsed="0.018308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.921351" 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;38288&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;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-06-24T00:47:25.249Z&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;96:bb:f3:7f:49:5e&lt;/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;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;395000000&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: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;4e:7d:5a:3c:7e:74&lt;/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;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;395000000&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: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;86:6b:cc:3b:29: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;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;5&lt;/second&gt;&lt;nanosecond&gt;380000000&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;36:06:7b:bc:4d:03&lt;/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;5&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;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.171.14&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-06-24T00:47:25.274Z&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-06-24T00:47:27.916854" elapsed="0.006036"/>
</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-06-24T00:47:27.923199" 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-06-24T00:47:27.927127" elapsed="0.003683"/>
</kw>
<var name="${switch}">34</var>
<status status="PASS" start="2026-06-24T00:47:27.897795" elapsed="0.033069"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.943918" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.945566" level="INFO">GET Response : url=http://10.30.170.26: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;37854&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-06-24T00:47:27.946285" 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-06-24T00:47:27.931164" elapsed="0.015188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.951999" 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;37854&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-06-24T00:47:21.786Z&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;0a:3c:3b:c5:8e: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;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;2&lt;/second&gt;&lt;nanosecond&gt;821000000&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;32:1d:c0:c2:65: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;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;2&lt;/second&gt;&lt;nanosecond&gt;814000000&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;82:4b:af:73:ed: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;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;2&lt;/second&gt;&lt;nanosecond&gt;821000000&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;ee:a3:48:e3:8b: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;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;2&lt;/second&gt;&lt;nanosecond&gt;821000000&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.171.14&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-06-24T00:47:22.022Z&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-06-24T00:47:27.946852" elapsed="0.006640"/>
</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-06-24T00:47:27.953769" elapsed="0.003981"/>
</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-06-24T00:47:27.958112" elapsed="0.002788"/>
</kw>
<var name="${switch}">35</var>
<status status="PASS" start="2026-06-24T00:47:27.930992" elapsed="0.029951"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.968024" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.969035" level="INFO">GET Response : url=http://10.30.170.26: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;38360&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-06-24T00:47:27.969459" 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-06-24T00:47:27.961228" elapsed="0.008289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:27.973528" 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;38360&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;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-06-24T00:47:22.910Z&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;52:4b:dc:c0:35: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;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;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;938000000&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: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;9e:04:c6:4a:47: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;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;2&lt;/second&gt;&lt;nanosecond&gt;922000000&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;82:d3:37:2c:6a: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;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;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;937000000&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: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;3e:58:93:ee:d6:af&lt;/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;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;937000000&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.171.14&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-06-24T00:47:22.960Z&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-06-24T00:47:27.969815" elapsed="0.005238"/>
</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-06-24T00:47:27.975364" elapsed="0.003758"/>
</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-06-24T00:47:27.979341" elapsed="0.002603"/>
</kw>
<var name="${switch}">36</var>
<status status="PASS" start="2026-06-24T00:47:27.961060" elapsed="0.020927"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:27.993903" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:27.995318" level="INFO">GET Response : url=http://10.30.170.26: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;38202&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-06-24T00:47:27.995992" 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-06-24T00:47:27.982304" elapsed="0.013756"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.003070" 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;38202&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;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-06-24T00:47:22.104Z&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;96:25:1d:ca:34: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;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;2&lt;/second&gt;&lt;nanosecond&gt;535000000&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;66:21:76:18:64: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;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;2&lt;/second&gt;&lt;nanosecond&gt;534000000&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;92:cb:9b:52:fc: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;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;2&lt;/second&gt;&lt;nanosecond&gt;522000000&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;d2:91:81:69:ee:a8&lt;/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;2&lt;/second&gt;&lt;nanosecond&gt;535000000&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.171.14&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-06-24T00:47:22.344Z&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-06-24T00:47:27.996630" elapsed="0.009064"/>
</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-06-24T00:47:28.006247" 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-06-24T00:47:28.009302" elapsed="0.002616"/>
</kw>
<var name="${switch}">37</var>
<status status="PASS" start="2026-06-24T00:47:27.982134" elapsed="0.029826"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.028784" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.030673" level="INFO">GET Response : url=http://10.30.170.26: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;37878&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-06-24T00:47:28.031404" 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-06-24T00:47:28.012246" elapsed="0.019225"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.036781" 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;37878&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;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-06-24T00:47:22.412Z&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;6e:bb:3d:46:3e: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;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;3&lt;/second&gt;&lt;nanosecond&gt;264000000&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;da:e0:c1:b7:6f: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-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;274000000&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: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;46:d4:8b:cc:b2: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;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;3&lt;/second&gt;&lt;nanosecond&gt;274000000&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;3a:20:24:b9:0e: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;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;3&lt;/second&gt;&lt;nanosecond&gt;274000000&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.171.14&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-06-24T00:47:22.480Z&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-06-24T00:47:28.031981" elapsed="0.006355"/>
</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-06-24T00:47:28.038614" elapsed="0.003708"/>
</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-06-24T00:47:28.042602" elapsed="0.003685"/>
</kw>
<var name="${switch}">38</var>
<status status="PASS" start="2026-06-24T00:47:28.012077" elapsed="0.034253"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.058861" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.059881" level="INFO">GET Response : url=http://10.30.170.26: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;38678&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-06-24T00:47:28.060296" 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-06-24T00:47:28.046604" elapsed="0.013743"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.064501" 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;38678&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;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-06-24T00:47:22.714Z&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;c6:90:b6:46:77: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;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;2&lt;/second&gt;&lt;nanosecond&gt;284000000&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;da:68:72:d3:2f: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;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;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;291000000&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: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;a2:92:91:80:57:59&lt;/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;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;291000000&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: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;5a:4b:49:84:a5: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;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;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;291000000&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.171.14&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-06-24T00:47:22.742Z&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-06-24T00:47:28.060692" 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-06-24T00:47:28.066476" elapsed="0.003941"/>
</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-06-24T00:47:28.070750" elapsed="0.003647"/>
</kw>
<var name="${switch}">39</var>
<status status="PASS" start="2026-06-24T00:47:28.046451" elapsed="0.028006"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.087829" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.089558" level="INFO">GET Response : url=http://10.30.170.26: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;37902&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-06-24T00:47:28.090272" 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-06-24T00:47:28.074834" elapsed="0.015505"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.095701" 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;37902&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;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-06-24T00:47:25.161Z&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;1e:42:c8:58:82: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;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;6&lt;/second&gt;&lt;nanosecond&gt;14000000&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;2a:73:e4:be:3b: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;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;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;6&lt;/second&gt;&lt;nanosecond&gt;21000000&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: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;42:66:4c:b4:66: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;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;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;6&lt;/second&gt;&lt;nanosecond&gt;21000000&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: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;1e:42:0e:df:0e: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;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;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;6&lt;/second&gt;&lt;nanosecond&gt;21000000&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.171.14&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-06-24T00:47:25.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-06-24T00:47:28.090862" elapsed="0.005929"/>
</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-06-24T00:47:28.097000" elapsed="0.002682"/>
</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-06-24T00:47:28.099889" elapsed="0.002647"/>
</kw>
<var name="${switch}">40</var>
<status status="PASS" start="2026-06-24T00:47:28.074619" elapsed="0.027961"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.115534" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.117311" level="INFO">GET Response : url=http://10.30.170.26: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;37890&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-06-24T00:47:28.118006" 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-06-24T00:47:28.102860" elapsed="0.015213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.123678" 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;37890&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;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-06-24T00:47:24.784Z&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;ce:33:0e:37:62: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;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;5&lt;/second&gt;&lt;nanosecond&gt;609000000&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;5e:cd:e1:d8:7d:09&lt;/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;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;609000000&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: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:e5:95:5c:7d:3f&lt;/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;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;609000000&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: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;46:ba:c8:c2:f5: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;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;5&lt;/second&gt;&lt;nanosecond&gt;603000000&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.171.14&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-06-24T00:47:24.825Z&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-06-24T00:47:28.118629" elapsed="0.006156"/>
</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-06-24T00:47:28.125041" elapsed="0.002846"/>
</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-06-24T00:47:28.128120" elapsed="0.002900"/>
</kw>
<var name="${switch}">41</var>
<status status="PASS" start="2026-06-24T00:47:28.102700" elapsed="0.028372"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.141422" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.142206" level="INFO">GET Response : url=http://10.30.170.26: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;38588&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-06-24T00:47:28.142506" 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-06-24T00:47:28.131406" elapsed="0.011128"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.145426" 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;38588&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-06-24T00:47:24.655Z&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;ee:17:19:02:2d: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;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;4&lt;/second&gt;&lt;nanosecond&gt;327000000&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;26:0a:47:7f:06: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;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;4&lt;/second&gt;&lt;nanosecond&gt;336000000&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;32:98:2a:39:79:a5&lt;/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;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;336000000&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: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:b0:c1:ba:ee: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;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;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;336000000&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.171.14&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-06-24T00:47:24.698Z&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-06-24T00:47:28.142763" elapsed="0.004805"/>
</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-06-24T00:47:28.148228" elapsed="0.006569"/>
</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-06-24T00:47:28.155374" elapsed="0.004103"/>
</kw>
<var name="${switch}">42</var>
<status status="PASS" start="2026-06-24T00:47:28.131241" elapsed="0.028299"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.169823" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.170847" level="INFO">GET Response : url=http://10.30.170.26: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;38438&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-06-24T00:47:28.171170" 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-06-24T00:47:28.159971" elapsed="0.011228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.174210" 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;38438&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;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-06-24T00:47:22.914Z&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;ea:be:80:86:40:81&lt;/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;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;751000000&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: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;ea:f9:d4:e7:81:a5&lt;/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;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;751000000&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: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;0e:9d:04:f1:a9: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;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;2&lt;/second&gt;&lt;nanosecond&gt;735000000&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;f2:3c:b0:f5:7a:d2&lt;/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;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;751000000&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.171.14&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-06-24T00:47:22.958Z&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-06-24T00:47:28.171415" elapsed="0.004167"/>
</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-06-24T00:47:28.175873" elapsed="0.003952"/>
</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-06-24T00:47:28.180164" elapsed="0.004238"/>
</kw>
<var name="${switch}">43</var>
<status status="PASS" start="2026-06-24T00:47:28.159730" elapsed="0.024735"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.195703" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.197555" level="INFO">GET Response : url=http://10.30.170.26: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;38642&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-06-24T00:47:28.198250" 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-06-24T00:47:28.184887" elapsed="0.013425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.205110" 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;38642&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;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-06-24T00:47:25.261Z&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;7a:76:07:18:f5: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;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;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;877000000&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: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;56:e9:b1:58:1c: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;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;4&lt;/second&gt;&lt;nanosecond&gt;870000000&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;4e:ab:60:1d:b4: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;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;4&lt;/second&gt;&lt;nanosecond&gt;877000000&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;7e:63:f7:1b:c2: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;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;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;877000000&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.171.14&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-06-24T00:47:25.315Z&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-06-24T00:47:28.198954" elapsed="0.008175"/>
</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-06-24T00:47:28.207348" elapsed="0.002639"/>
</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-06-24T00:47:28.210197" elapsed="0.002635"/>
</kw>
<var name="${switch}">44</var>
<status status="PASS" start="2026-06-24T00:47:28.184647" elapsed="0.028229"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.222119" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.223047" level="INFO">GET Response : url=http://10.30.170.26: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;38116&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-06-24T00:47:28.223682" 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-06-24T00:47:28.213200" elapsed="0.010541"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.229985" 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;38116&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;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-06-24T00:47:25.271Z&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;4a:41:c6:45:7b:33&lt;/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;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;741000000&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: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:4d:b4:2f:3f: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;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;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;741000000&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: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;52:bd:06:e7:cb: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;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;5&lt;/second&gt;&lt;nanosecond&gt;729000000&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;6e:fc:60:a4:e4:bb&lt;/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;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;741000000&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.171.14&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-06-24T00:47:25.366Z&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-06-24T00:47:28.224233" elapsed="0.008384"/>
</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-06-24T00:47:28.233054" elapsed="0.003564"/>
</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-06-24T00:47:28.236817" elapsed="0.002625"/>
</kw>
<var name="${switch}">45</var>
<status status="PASS" start="2026-06-24T00:47:28.213004" elapsed="0.026480"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.252447" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.253498" level="INFO">GET Response : url=http://10.30.170.26: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;37962&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-06-24T00:47:28.253867" 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-06-24T00:47:28.239745" elapsed="0.014184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.257841" 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;37962&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;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-06-24T00:47:23.172Z&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;d6:47:74:86:43: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;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;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;887000000&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: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;fe:12:39:0f:ec: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;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;876000000&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;62:f7:f1:d7:41:0f&lt;/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;887000000&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;fa:b6:ec:90:4e:af&lt;/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;887000000&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.171.14&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-06-24T00:47:23.207Z&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-06-24T00:47:28.254245" elapsed="0.005186"/>
</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-06-24T00:47:28.259708" elapsed="0.003923"/>
</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-06-24T00:47:28.263918" elapsed="0.003468"/>
</kw>
<var name="${switch}">46</var>
<status status="PASS" start="2026-06-24T00:47:28.239596" elapsed="0.027831"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.276517" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.277609" level="INFO">GET Response : url=http://10.30.170.26: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;38486&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-06-24T00:47:28.278022" 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-06-24T00:47:28.267680" elapsed="0.010381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.282333" 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;38486&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-06-24T00:47:25.102Z&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;6a:12:d7:fc:dd: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;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;876000000&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;ea:00:17:d0:79: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;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;864000000&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;2e:60:96:13:dc:21&lt;/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;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;876000000&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: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;72:c3:d8:6c:53: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;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;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;876000000&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.171.14&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-06-24T00:47:25.139Z&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-06-24T00:47:28.278424" elapsed="0.005411"/>
</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-06-24T00:47:28.284110" elapsed="0.003400"/>
</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-06-24T00:47:28.287713" elapsed="0.002609"/>
</kw>
<var name="${switch}">47</var>
<status status="PASS" start="2026-06-24T00:47:28.267536" elapsed="0.022827"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.302549" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.304072" level="INFO">GET Response : url=http://10.30.170.26: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;37976&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-06-24T00:47:28.304686" 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-06-24T00:47:28.290630" elapsed="0.014117"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.311299" 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;37976&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;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-06-24T00:47:25.274Z&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;6a:28:3a:b9:3c: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;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;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;6&lt;/second&gt;&lt;nanosecond&gt;21000000&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: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;8e:2d:3d:3d:70: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;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;6&lt;/second&gt;&lt;nanosecond&gt;4000000&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:30:d3:be:0c: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;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;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;6&lt;/second&gt;&lt;nanosecond&gt;21000000&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: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;96:7a:9d:ce:a7: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;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;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;6&lt;/second&gt;&lt;nanosecond&gt;21000000&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.171.14&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-06-24T00:47:25.357Z&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-06-24T00:47:28.305224" elapsed="0.008502"/>
</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-06-24T00:47:28.314351" elapsed="0.002830"/>
</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-06-24T00:47:28.317377" elapsed="0.002630"/>
</kw>
<var name="${switch}">48</var>
<status status="PASS" start="2026-06-24T00:47:28.290480" elapsed="0.029568"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.329305" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.330342" level="INFO">GET Response : url=http://10.30.170.26: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;38544&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-06-24T00:47:28.330834" 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-06-24T00:47:28.320321" elapsed="0.010556"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.334832" 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;38544&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;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-06-24T00:47:24.571Z&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;02:c5:fb:65:cd: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;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;4&lt;/second&gt;&lt;nanosecond&gt;288000000&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;b2:74:3a:b0:9e:a5&lt;/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;4&lt;/second&gt;&lt;nanosecond&gt;294000000&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;be:a4:5a:05:37:2c&lt;/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;4&lt;/second&gt;&lt;nanosecond&gt;295000000&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: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:ee:e6:f3:e8: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;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;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;295000000&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.171.14&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-06-24T00:47:24.616Z&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-06-24T00:47:28.331183" elapsed="0.005144"/>
</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-06-24T00:47:28.336598" elapsed="0.003933"/>
</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-06-24T00:47:28.340805" elapsed="0.003724"/>
</kw>
<var name="${switch}">49</var>
<status status="PASS" start="2026-06-24T00:47:28.320174" elapsed="0.024411"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.358701" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.360699" level="INFO">GET Response : url=http://10.30.170.26: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;38364&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-06-24T00:47:28.361334" 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-06-24T00:47:28.344938" elapsed="0.016456"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.367333" 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;38364&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;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-06-24T00:47:22.648Z&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;d6:b5:4b:64:5f: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;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;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;642000000&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: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:68:46:e7:a7:33&lt;/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;2&lt;/second&gt;&lt;nanosecond&gt;642000000&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;ae:e9:41:a3: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;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;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;642000000&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: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:89:a7:69:4f: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;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;2&lt;/second&gt;&lt;nanosecond&gt;629000000&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.171.14&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-06-24T00:47:22.681Z&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-06-24T00:47:28.361899" elapsed="0.006924"/>
</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-06-24T00:47:28.369092" elapsed="0.003662"/>
</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-06-24T00:47:28.373027" elapsed="0.003763"/>
</kw>
<var name="${switch}">50</var>
<status status="PASS" start="2026-06-24T00:47:28.344736" elapsed="0.032112"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.389740" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.391485" level="INFO">GET Response : url=http://10.30.170.26: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;38052&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-06-24T00:47:28.392071" 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-06-24T00:47:28.377216" elapsed="0.014914"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.398915" 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;38052&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;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-06-24T00:47:24.312Z&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;12:11:34:a4:09: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;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;817000000&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;f2:b7:f8:85:04: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;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;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;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;56:11:21:74:61: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;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;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;829000000&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: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;b6:56:d3:f0:db:0e&lt;/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;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;829000000&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.171.14&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-06-24T00:47:24.333Z&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-06-24T00:47:28.392605" elapsed="0.007804"/>
</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-06-24T00:47:28.400681" elapsed="0.003759"/>
</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-06-24T00:47:28.404714" elapsed="0.003802"/>
</kw>
<var name="${switch}">51</var>
<status status="PASS" start="2026-06-24T00:47:28.376997" elapsed="0.031577"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.422220" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.424032" level="INFO">GET Response : url=http://10.30.170.26: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;38020&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-06-24T00:47:28.424679" 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-06-24T00:47:28.408926" elapsed="0.015818"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.429554" 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;38020&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;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-06-24T00:47:25.151Z&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;62:61:3d:6a:9c: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;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;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;798000000&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: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;66:d6:08:21:4a:f3&lt;/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;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;798000000&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: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;16:85:5f:7b:16: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;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;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;798000000&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: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;b2:0c:56:85:aa: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;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;5&lt;/second&gt;&lt;nanosecond&gt;790000000&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.171.14&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-06-24T00:47:25.184Z&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-06-24T00:47:28.425232" elapsed="0.005929"/>
</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-06-24T00:47:28.431440" 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-06-24T00:47:28.435397" elapsed="0.003580"/>
</kw>
<var name="${switch}">52</var>
<status status="PASS" start="2026-06-24T00:47:28.408727" elapsed="0.030293"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.452573" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.453564" level="INFO">GET Response : url=http://10.30.170.26: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;37874&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-06-24T00:47:28.453951" 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-06-24T00:47:28.439296" elapsed="0.014693"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.458333" 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;37874&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-06-24T00:47:23.172Z&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;f2:88:db:58:4b: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;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;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;38000000&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: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;12:9b:80:c4:e4: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;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;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;38000000&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: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:d0:8f:c8: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;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;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;38000000&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: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:e1:2e:17:b5: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;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;4&lt;/second&gt;&lt;nanosecond&gt;32000000&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.171.14&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-06-24T00:47:23.234Z&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-06-24T00:47:28.454287" elapsed="0.005550"/>
</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-06-24T00:47:28.460107" 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-06-24T00:47:28.464123" elapsed="0.003386"/>
</kw>
<var name="${switch}">53</var>
<status status="PASS" start="2026-06-24T00:47:28.439124" elapsed="0.028427"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.480767" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.481475" level="INFO">GET Response : url=http://10.30.170.26: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;38028&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-06-24T00:47:28.481742" 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-06-24T00:47:28.467798" elapsed="0.013970"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.485271" 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;38028&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;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-06-24T00:47:22.779Z&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;da:80:a7:b4:3e: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;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;3&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;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;86:4a:77:63:94: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;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;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;399000000&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: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;d6:0d:47:ca:74:81&lt;/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;3&lt;/second&gt;&lt;nanosecond&gt;399000000&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;22:bd:ef:a5:48: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;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;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;399000000&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.171.14&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-06-24T00:47:22.818Z&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-06-24T00:47:28.482003" elapsed="0.005349"/>
</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-06-24T00:47:28.487632" elapsed="0.003782"/>
</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-06-24T00:47:28.491692" elapsed="0.003630"/>
</kw>
<var name="${switch}">54</var>
<status status="PASS" start="2026-06-24T00:47:28.467655" elapsed="0.027725"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.510385" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.511961" level="INFO">GET Response : url=http://10.30.170.26: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;38266&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-06-24T00:47:28.512567" 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-06-24T00:47:28.495733" elapsed="0.016896"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.518942" 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;38266&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-06-24T00:47:24.331Z&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;8e:ff:04:a6:fb: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;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;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;542000000&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: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;fe:37:26:bb:33: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;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;535000000&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;5e:3d:4c:f9:37:bc&lt;/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;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;542000000&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: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;22:10:64:10:b4: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;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;542000000&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.171.14&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-06-24T00:47:24.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-06-24T00:47:28.513072" elapsed="0.006948"/>
</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-06-24T00:47:28.520226" elapsed="0.002720"/>
</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-06-24T00:47:28.523157" elapsed="0.002542"/>
</kw>
<var name="${switch}">55</var>
<status status="PASS" start="2026-06-24T00:47:28.495531" elapsed="0.030209"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.538898" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.542860" level="INFO">GET Response : url=http://10.30.170.26: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;38702&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-06-24T00:47:28.543417" 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-06-24T00:47:28.526010" elapsed="0.017451"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.548456" 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;38702&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;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-06-24T00:47:23.456Z&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:b4:69:84:80: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;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;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;1000000&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: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;66:7c:ea:8b:4a:bc&lt;/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;1000000&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;fa:48:38:03:4d: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;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;2&lt;/second&gt;&lt;nanosecond&gt;988000000&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;c2:e3:b8:36:0b:81&lt;/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;1000000&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.171.14&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-06-24T00:47:23.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-06-24T00:47:28.543890" elapsed="0.006302"/>
</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-06-24T00:47:28.550627" elapsed="0.004248"/>
</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-06-24T00:47:28.555207" elapsed="0.002886"/>
</kw>
<var name="${switch}">56</var>
<status status="PASS" start="2026-06-24T00:47:28.525867" elapsed="0.032311"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.570409" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.572167" level="INFO">GET Response : url=http://10.30.170.26: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;38382&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-06-24T00:47:28.572825" 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-06-24T00:47:28.558522" elapsed="0.014363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.579797" 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;38382&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;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-06-24T00:47:25.229Z&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;a6:86:63:d8:a1: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;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;5&lt;/second&gt;&lt;nanosecond&gt;208000000&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;06:ab:52:a3:82: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;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;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;224000000&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: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;ce:05:9b:fa:ad: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;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;5&lt;/second&gt;&lt;nanosecond&gt;224000000&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;8e:9b:0d:66:ce:5a&lt;/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;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;224000000&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.171.14&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-06-24T00:47:25.328Z&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-06-24T00:47:28.573462" elapsed="0.008856"/>
</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-06-24T00:47:28.582813" elapsed="0.002842"/>
</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-06-24T00:47:28.585911" elapsed="0.002707"/>
</kw>
<var name="${switch}">57</var>
<status status="PASS" start="2026-06-24T00:47:28.558327" elapsed="0.030337"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.597816" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.598637" level="INFO">GET Response : url=http://10.30.170.26: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;37908&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-06-24T00:47:28.598992" 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-06-24T00:47:28.588964" elapsed="0.010058"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.602177" 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;37908&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;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-06-24T00:47:22.652Z&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;f6:cc:a9:1e:d0: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;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;487000000&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;5e:7c:ce:ab:bb:03&lt;/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;487000000&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;ae:b1:4c:07:4f: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;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;478000000&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;3e:7e:58:42:5b: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;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;487000000&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.171.14&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-06-24T00:47:22.750Z&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-06-24T00:47:28.599359" elapsed="0.004212"/>
</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-06-24T00:47:28.603934" elapsed="0.004298"/>
</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-06-24T00:47:28.608599" elapsed="0.004192"/>
</kw>
<var name="${switch}">58</var>
<status status="PASS" start="2026-06-24T00:47:28.588794" elapsed="0.024071"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.627051" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.628885" level="INFO">GET Response : url=http://10.30.170.26: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;37986&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-06-24T00:47:28.629656" 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-06-24T00:47:28.613327" elapsed="0.016438"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.636669" 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;37986&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;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-06-24T00:47:23.627Z&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;9e:89:aa:63:56: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;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;310000000&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;32:39:0a:ac:b6:6d&lt;/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;325000000&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;22:65:3f:fe:81: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;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;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;325000000&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: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;ca:92:97:76:3b: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;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;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;325000000&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;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.171.14&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-06-24T00:47:23.675Z&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-06-24T00:47:28.630362" elapsed="0.008011"/>
</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-06-24T00:47:28.638745" elapsed="0.003932"/>
</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-06-24T00:47:28.642960" elapsed="0.003773"/>
</kw>
<var name="${switch}">59</var>
<status status="PASS" start="2026-06-24T00:47:28.613052" elapsed="0.033744"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.660219" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.662027" level="INFO">GET Response : url=http://10.30.170.26: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;38630&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-06-24T00:47:28.662672" 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-06-24T00:47:28.647198" elapsed="0.015533"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.669288" 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;38630&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;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-06-24T00:47:22.116Z&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;e2:1b:d2:0b:66:d2&lt;/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;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;1&lt;/second&gt;&lt;nanosecond&gt;937000000&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: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;2e:96:51:73:7a:74&lt;/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;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;1&lt;/second&gt;&lt;nanosecond&gt;937000000&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: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:4b:56:b4:09: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;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;1&lt;/second&gt;&lt;nanosecond&gt;937000000&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;6a:9f:f0:a3:fe: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;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;1&lt;/second&gt;&lt;nanosecond&gt;928000000&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.171.14&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-06-24T00:47:22.349Z&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-06-24T00:47:28.663252" elapsed="0.008063"/>
</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-06-24T00:47:28.671545" elapsed="0.002794"/>
</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-06-24T00:47:28.674538" elapsed="0.002562"/>
</kw>
<var name="${switch}">60</var>
<status status="PASS" start="2026-06-24T00:47:28.646963" elapsed="0.030180"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.692778" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.694452" level="INFO">GET Response : url=http://10.30.170.26: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;38688&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-06-24T00:47:28.695095" 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-06-24T00:47:28.677449" elapsed="0.017737"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.701478" 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;38688&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;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-06-24T00:47:24.650Z&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;f6:df:23:9a:5f: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;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;226000000&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;72:b4:37:aa:d5: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;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;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;226000000&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: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;6a:25:7f:f2:56: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;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;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;226000000&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: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;4a:f4:dd:c5:94: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;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;211000000&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.171.14&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-06-24T00:47:24.684Z&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-06-24T00:47:28.695666" elapsed="0.007809"/>
</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-06-24T00:47:28.703748" elapsed="0.003709"/>
</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-06-24T00:47:28.707735" elapsed="0.004236"/>
</kw>
<var name="${switch}">61</var>
<status status="PASS" start="2026-06-24T00:47:28.677286" elapsed="0.034743"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.726379" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.727963" level="INFO">GET Response : url=http://10.30.170.26: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;37866&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-06-24T00:47:28.728721" 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-06-24T00:47:28.712414" elapsed="0.016370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.733563" 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;37866&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;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-06-24T00:47:22.094Z&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;9a:28:56:b4:dc: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;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;2&lt;/second&gt;&lt;nanosecond&gt;983000000&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;42:52:d4:f0:e1: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;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;2&lt;/second&gt;&lt;nanosecond&gt;991000000&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;e2:cb:4b:ee:00: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;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;2&lt;/second&gt;&lt;nanosecond&gt;990000000&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;02:4d:12:c3:84:28&lt;/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;2&lt;/second&gt;&lt;nanosecond&gt;991000000&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.171.14&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-06-24T00:47:22.230Z&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-06-24T00:47:28.729290" elapsed="0.005797"/>
</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-06-24T00:47:28.735374" 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-06-24T00:47:28.739314" elapsed="0.003987"/>
</kw>
<var name="${switch}">62</var>
<status status="PASS" start="2026-06-24T00:47:28.712203" elapsed="0.031142"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.756581" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.758373" level="INFO">GET Response : url=http://10.30.170.26: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;38602&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-06-24T00:47:28.758943" 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-06-24T00:47:28.743600" elapsed="0.015402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.764305" 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;38602&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;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-06-24T00:47:24.915Z&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;d6:a9:b4:94:46: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;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;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: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;c2:f9:25:69:e5: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;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;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;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: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;2e:13:31:33:9b: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;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;588000000&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;12:95:d1:a9:1f: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;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;572000000&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.171.14&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-06-24T00:47:24.960Z&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-06-24T00:47:28.759477" elapsed="0.006380"/>
</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-06-24T00:47:28.766162" elapsed="0.003676"/>
</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-06-24T00:47:28.770111" elapsed="0.003665"/>
</kw>
<var name="${switch}">63</var>
<status status="PASS" start="2026-06-24T00:47:28.743452" elapsed="0.030382"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.788482" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.790243" level="INFO">GET Response : url=http://10.30.170.26: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;38404&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-06-24T00:47:28.790826" 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-06-24T00:47:28.774206" elapsed="0.016680"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.796247" 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;38404&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;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-06-24T00:47:25.132Z&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;26:b9:7a:fd:54: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;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;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;36000000&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: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;ba:11:b4:80:27: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;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;5&lt;/second&gt;&lt;nanosecond&gt;36000000&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;a2:ac:25:6c:03: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;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;5&lt;/second&gt;&lt;nanosecond&gt;20000000&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;26:20:b7:e7:cb:ce&lt;/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;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;36000000&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.171.14&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-06-24T00:47:25.171Z&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-06-24T00:47:28.791375" elapsed="0.006390"/>
</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-06-24T00:47:28.798042" 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-06-24T00:47:28.801952" elapsed="0.003703"/>
</kw>
<var name="${switch}">64</var>
<status status="PASS" start="2026-06-24T00:47:28.773979" elapsed="0.031736"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.818638" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.820238" level="INFO">GET Response : url=http://10.30.170.26: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;38520&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-06-24T00:47:28.820824" 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-06-24T00:47:28.806068" elapsed="0.014816"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.827301" 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;38520&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;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-06-24T00:47:25.111Z&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;ce:07:37:d8:17: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;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;4&lt;/second&gt;&lt;nanosecond&gt;863000000&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;6e:8c:d1:69:b2:15&lt;/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;4&lt;/second&gt;&lt;nanosecond&gt;876000000&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;56:66:a6:57:0b: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;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;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;876000000&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: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:90:42:36:f3:52&lt;/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;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;877000000&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.171.14&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-06-24T00:47:25.171Z&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-06-24T00:47:28.821418" elapsed="0.007364"/>
</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-06-24T00:47:28.829055" elapsed="0.003655"/>
</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-06-24T00:47:28.832982" elapsed="0.003635"/>
</kw>
<var name="${switch}">65</var>
<status status="PASS" start="2026-06-24T00:47:28.805868" elapsed="0.030806"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.850306" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.851921" level="INFO">GET Response : url=http://10.30.170.26: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;38626&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-06-24T00:47:28.852607" 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-06-24T00:47:28.837028" elapsed="0.015642"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.859007" 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;38626&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-06-24T00:47:25.170Z&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;76:56:35:85:30:b3&lt;/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;884000000&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;66:9c:ea:fe:45: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;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;877000000&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;ca:0d:01:ad:4c:52&lt;/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;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;884000000&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: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:d4:6b:85:81:af&lt;/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;884000000&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.171.14&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-06-24T00:47:25.318Z&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-06-24T00:47:28.853137" elapsed="0.007402"/>
</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-06-24T00:47:28.860842" 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-06-24T00:47:28.864804" elapsed="0.003377"/>
</kw>
<var name="${switch}">66</var>
<status status="PASS" start="2026-06-24T00:47:28.836826" elapsed="0.031398"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.883741" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.884747" level="INFO">GET Response : url=http://10.30.170.26: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;38658&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-06-24T00:47:28.885121" 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-06-24T00:47:28.868511" elapsed="0.016667"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.889023" 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;38658&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;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-06-24T00:47:24.428Z&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;5a:b6:04:fc:59: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;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;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;43000000&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: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;ee:c2:41:66:ce: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;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;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;43000000&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: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;22:06:6d:41:1f: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;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;4&lt;/second&gt;&lt;nanosecond&gt;37000000&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;2e:67:81:00:9f:3f&lt;/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;4&lt;/second&gt;&lt;nanosecond&gt;43000000&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.171.14&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-06-24T00:47:24.472Z&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-06-24T00:47:28.885461" elapsed="0.005082"/>
</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-06-24T00:47:28.890814" elapsed="0.003806"/>
</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-06-24T00:47:28.894854" elapsed="0.002764"/>
</kw>
<var name="${switch}">67</var>
<status status="PASS" start="2026-06-24T00:47:28.868346" elapsed="0.029314"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.907264" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.908338" level="INFO">GET Response : url=http://10.30.170.26: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;38500&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-06-24T00:47:28.908721" 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-06-24T00:47:28.897918" elapsed="0.010842"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.912704" 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;38500&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-06-24T00:47:24.377Z&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;d2:cc:c9:fd:34: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;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;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;136000000&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: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;3a:ff:79:ef:95:d2&lt;/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;136000000&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;36:c7:c5:95:16: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;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;4&lt;/second&gt;&lt;nanosecond&gt;124000000&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;82:63:e8:f6:fe: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;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;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;136000000&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.171.14&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-06-24T00:47:24.406Z&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-06-24T00:47:28.909048" elapsed="0.005278"/>
</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-06-24T00:47:28.914602" elapsed="0.003770"/>
</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-06-24T00:47:28.918649" elapsed="0.003700"/>
</kw>
<var name="${switch}">68</var>
<status status="PASS" start="2026-06-24T00:47:28.897771" elapsed="0.024635"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.936245" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.937408" level="INFO">GET Response : url=http://10.30.170.26: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;38416&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-06-24T00:47:28.937911" 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-06-24T00:47:28.922758" elapsed="0.015201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.942998" 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;38416&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;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-06-24T00:47:24.049Z&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;52:70:c7:82:2e: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;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;3&lt;/second&gt;&lt;nanosecond&gt;952000000&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;ea:10:e9:93:1e:95&lt;/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;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;952000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;690&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&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;36:0a:24:1a:aa: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;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;3&lt;/second&gt;&lt;nanosecond&gt;938000000&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;a2:d3:90:4a:7f: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;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;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;952000000&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.171.14&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-06-24T00:47:24.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-06-24T00:47:28.939073" elapsed="0.005504"/>
</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-06-24T00:47:28.944861" elapsed="0.003652"/>
</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-06-24T00:47:28.948791" elapsed="0.003634"/>
</kw>
<var name="${switch}">69</var>
<status status="PASS" start="2026-06-24T00:47:28.922556" elapsed="0.029927"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.966252" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:28.968140" level="INFO">GET Response : url=http://10.30.170.26: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;38168&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-06-24T00:47:28.968779" 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-06-24T00:47:28.952854" elapsed="0.015985"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:28.975442" 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;38168&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;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-06-24T00:47:22.519Z&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;6a:73:0d:65:d4: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;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;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;798000000&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: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;ee:4b:aa:ba:d6: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;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;2&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: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;ee:ec:d8:43:52: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;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;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;798000000&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: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;4e:5f:25:01:4e: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;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;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;798000000&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.171.14&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-06-24T00:47:22.562Z&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-06-24T00:47:28.969342" elapsed="0.007891"/>
</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-06-24T00:47:28.977512" elapsed="0.003710"/>
</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-06-24T00:47:28.981502" elapsed="0.003587"/>
</kw>
<var name="${switch}">70</var>
<status status="PASS" start="2026-06-24T00:47:28.952642" elapsed="0.032523"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:28.999005" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.000606" level="INFO">GET Response : url=http://10.30.170.26: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;38104&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-06-24T00:47:29.001212" 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-06-24T00:47:28.985583" elapsed="0.015693"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.007583" 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;38104&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;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-06-24T00:47:24.072Z&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;72:4b:b6:ad:e1: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;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;7&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;542000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&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: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;ce:c2:c4:9d:b5: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;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;4&lt;/second&gt;&lt;nanosecond&gt;542000000&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;9a:95:79:19:70: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;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;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;542000000&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: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:0f:ff:90:d0: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;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;4&lt;/second&gt;&lt;nanosecond&gt;526000000&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.171.14&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-06-24T00:47:24.155Z&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-06-24T00:47:29.001803" elapsed="0.007263"/>
</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-06-24T00:47:29.009355" elapsed="0.003596"/>
</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-06-24T00:47:29.013245" elapsed="0.003642"/>
</kw>
<var name="${switch}">71</var>
<status status="PASS" start="2026-06-24T00:47:28.985323" elapsed="0.031620"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.028669" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.030786" level="INFO">GET Response : url=http://10.30.170.26: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;38030&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-06-24T00:47:29.031414" 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-06-24T00:47:29.017311" elapsed="0.014164"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.037920" 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;38030&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;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-06-24T00:47:24.566Z&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;66:83:6d:3d:87:58&lt;/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;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;187000000&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: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;7a:62:32:41:e3:f3&lt;/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;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;187000000&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: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;fa:52:f5:8d:16:5e&lt;/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;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;187000000&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: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;3e:c8:92:bf:99: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;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;5&lt;/second&gt;&lt;nanosecond&gt;118000000&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.171.14&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-06-24T00:47:24.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-06-24T00:47:29.031919" elapsed="0.007582"/>
</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-06-24T00:47:29.039721" elapsed="0.002688"/>
</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-06-24T00:47:29.042607" elapsed="0.002656"/>
</kw>
<var name="${switch}">72</var>
<status status="PASS" start="2026-06-24T00:47:29.017090" elapsed="0.028216"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.058985" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.060587" level="INFO">GET Response : url=http://10.30.170.26: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;38670&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-06-24T00:47:29.061197" 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-06-24T00:47:29.045641" elapsed="0.015618"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.067974" 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;38670&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;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-06-24T00:47:24.914Z&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;2e:b2:0e:e8:9f:6d&lt;/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;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;520000000&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: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;3a:11:17:03:1e: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;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;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;520000000&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: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;26:e6:24:e6:0e:15&lt;/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;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;520000000&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: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;0e:20:2a:6b: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;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;4&lt;/second&gt;&lt;nanosecond&gt;511000000&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.171.14&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-06-24T00:47:24.962Z&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-06-24T00:47:29.061782" elapsed="0.007894"/>
</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-06-24T00:47:29.070063" elapsed="0.003864"/>
</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-06-24T00:47:29.074226" elapsed="0.003808"/>
</kw>
<var name="${switch}">73</var>
<status status="PASS" start="2026-06-24T00:47:29.045423" elapsed="0.032654"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.089335" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.090405" level="INFO">GET Response : url=http://10.30.170.26: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;38366&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-06-24T00:47:29.090789" 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-06-24T00:47:29.078383" elapsed="0.012444"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.095414" 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;38366&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;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-06-24T00:47:25.106Z&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;0e:5a:03:76:00:15&lt;/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;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;103000000&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: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;c2:81:d7:68:ec: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;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;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;102000000&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: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;ee:42:99:0d:c4: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;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;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;102000000&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: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;6e:35:74:d6:94: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;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;5&lt;/second&gt;&lt;nanosecond&gt;88000000&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.171.14&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-06-24T00:47:25.162Z&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-06-24T00:47:29.091117" elapsed="0.005882"/>
</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-06-24T00:47:29.097298" 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-06-24T00:47:29.101388" elapsed="0.003609"/>
</kw>
<var name="${switch}">74</var>
<status status="PASS" start="2026-06-24T00:47:29.078221" elapsed="0.026835"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.119622" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.121395" level="INFO">GET Response : url=http://10.30.170.26: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;38368&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-06-24T00:47:29.122028" 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-06-24T00:47:29.105509" elapsed="0.016579"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.128594" 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;38368&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;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-06-24T00:47:24.420Z&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;ca:8a:2c:c0:f6: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;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;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;385000000&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: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;3e:11:cd:31:37: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;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;4&lt;/second&gt;&lt;nanosecond&gt;384000000&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;72:fe:9e:ac:d5: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;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;4&lt;/second&gt;&lt;nanosecond&gt;368000000&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;0e:3c:67:a6:b4:08&lt;/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;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;385000000&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.171.14&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-06-24T00:47:24.453Z&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-06-24T00:47:29.122576" elapsed="0.007768"/>
</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-06-24T00:47:29.130544" 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-06-24T00:47:29.133329" elapsed="0.002570"/>
</kw>
<var name="${switch}">75</var>
<status status="PASS" start="2026-06-24T00:47:29.105252" elapsed="0.030687"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.147825" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.149485" level="INFO">GET Response : url=http://10.30.170.26: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;38614&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-06-24T00:47:29.150081" 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-06-24T00:47:29.136215" elapsed="0.013925"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.156496" 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;38614&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;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-06-24T00:47:24.652Z&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;de:fb:28:07:45: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;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;276000000&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;62:bf:9b:bb:da:58&lt;/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;285000000&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;4a:ae:9d:e5:c0: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;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;285000000&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;16:c7:f8:76:43:b3&lt;/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;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;286000000&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.171.14&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-06-24T00:47:24.683Z&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-06-24T00:47:29.150644" elapsed="0.007712"/>
</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-06-24T00:47:29.158576" elapsed="0.002728"/>
</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-06-24T00:47:29.161529" elapsed="0.002580"/>
</kw>
<var name="${switch}">76</var>
<status status="PASS" start="2026-06-24T00:47:29.136052" elapsed="0.028112"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.176652" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.178352" level="INFO">GET Response : url=http://10.30.170.26: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;38666&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-06-24T00:47:29.178934" 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-06-24T00:47:29.164426" elapsed="0.014568"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.185623" 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;38666&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;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-06-24T00:47:24.385Z&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;26:67:b5:5a:44:af&lt;/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;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;13000000&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: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;ba:83:f1:87:f2: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;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;4&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;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;32:d7:33:a9:3d: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;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;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;12000000&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: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;6e:74:b5:88:64: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;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;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;12000000&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.171.14&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-06-24T00:47:24.446Z&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-06-24T00:47:29.179490" elapsed="0.007263"/>
</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-06-24T00:47:29.186947" elapsed="0.002607"/>
</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-06-24T00:47:29.189756" elapsed="0.002620"/>
</kw>
<var name="${switch}">77</var>
<status status="PASS" start="2026-06-24T00:47:29.164279" elapsed="0.028138"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.205532" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.207384" level="INFO">GET Response : url=http://10.30.170.26: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;37932&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-06-24T00:47:29.208004" 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-06-24T00:47:29.192681" elapsed="0.015383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.214035" 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;37932&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;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-06-24T00:47:22.405Z&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;92:e6:d0:e7:cc: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;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;168000000&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;0e:56:6d:c8:92:a8&lt;/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;168000000&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;22:8c:d1:8b:f9: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;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;147000000&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;06:c0:ce:e8:92: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-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;168000000&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.171.14&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-06-24T00:47:22.436Z&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-06-24T00:47:29.208557" elapsed="0.006582"/>
</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-06-24T00:47:29.215357" elapsed="0.002624"/>
</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-06-24T00:47:29.218198" elapsed="0.002548"/>
</kw>
<var name="${switch}">78</var>
<status status="PASS" start="2026-06-24T00:47:29.192530" elapsed="0.028262"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.232992" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.234804" level="INFO">GET Response : url=http://10.30.170.26: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;38344&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-06-24T00:47:29.235415" 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-06-24T00:47:29.221052" elapsed="0.014424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.241715" 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;38344&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;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-06-24T00:47:24.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: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;ee:12:9e:54:c2: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;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;4&lt;/second&gt;&lt;nanosecond&gt;943000000&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;9e:0b:87:a2:79: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;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;4&lt;/second&gt;&lt;nanosecond&gt;943000000&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;f2:2d:bd:29:a5: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;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;4&lt;/second&gt;&lt;nanosecond&gt;925000000&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;fa:ad:39:d1:5c: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;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;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;943000000&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.171.14&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-06-24T00:47:24.949Z&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-06-24T00:47:29.235917" elapsed="0.006895"/>
</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-06-24T00:47:29.243006" elapsed="0.002702"/>
</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-06-24T00:47:29.245905" elapsed="0.002559"/>
</kw>
<var name="${switch}">79</var>
<status status="PASS" start="2026-06-24T00:47:29.220904" elapsed="0.027600"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.260281" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.261921" level="INFO">GET Response : url=http://10.30.170.26: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;38514&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-06-24T00:47:29.262561" 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-06-24T00:47:29.248754" elapsed="0.013870"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.269096" 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;38514&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;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-06-24T00:47:24.424Z&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;b6:c4:6b:44:ef: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;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;196000000&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;96:7c:93:22:51: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;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;184000000&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;22:23:3c:b7:42: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;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;196000000&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;9e:68:be:26:b4:b3&lt;/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;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;196000000&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.171.14&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-06-24T00:47:24.479Z&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-06-24T00:47:29.263108" elapsed="0.007526"/>
</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-06-24T00:47:29.270834" 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-06-24T00:47:29.273636" elapsed="0.002570"/>
</kw>
<var name="${switch}">80</var>
<status status="PASS" start="2026-06-24T00:47:29.248610" elapsed="0.027638"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.289749" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.291391" level="INFO">GET Response : url=http://10.30.170.26: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;38194&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-06-24T00:47:29.291974" 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-06-24T00:47:29.276520" elapsed="0.015515"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.298034" 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;38194&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;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-06-24T00:47:25.183Z&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;c6:b6:11:18:e1: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;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;527000000&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;3e:3f:21:b2:5a:e3&lt;/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;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;537000000&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: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;1e:83:14:92:d0: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;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;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;536000000&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: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:72:07:fd:82: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;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;537000000&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.171.14&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-06-24T00:47:25.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-06-24T00:47:29.292526" elapsed="0.006577"/>
</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-06-24T00:47:29.299312" elapsed="0.002645"/>
</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-06-24T00:47:29.302173" elapsed="0.002572"/>
</kw>
<var name="${switch}">81</var>
<status status="PASS" start="2026-06-24T00:47:29.276366" elapsed="0.028420"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.316949" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.318609" level="INFO">GET Response : url=http://10.30.170.26: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;38574&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-06-24T00:47:29.319213" 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-06-24T00:47:29.305036" elapsed="0.014238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.325791" 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;38574&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;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-06-24T00:47:23.625Z&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;d6:93:98:66:af: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;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;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;340000000&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: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;16:cc:96:e6:34: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;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;3&lt;/second&gt;&lt;nanosecond&gt;340000000&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;12:d1:e1:88:14: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;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;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;340000000&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: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;6a:53:88:3e:39: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;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;3&lt;/second&gt;&lt;nanosecond&gt;332000000&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.171.14&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-06-24T00:47:23.686Z&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-06-24T00:47:29.319715" elapsed="0.007166"/>
</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-06-24T00:47:29.327072" elapsed="0.002614"/>
</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-06-24T00:47:29.329880" elapsed="0.002564"/>
</kw>
<var name="${switch}">82</var>
<status status="PASS" start="2026-06-24T00:47:29.304893" elapsed="0.027592"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.344460" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.346238" level="INFO">GET Response : url=http://10.30.170.26: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;38132&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-06-24T00:47:29.346812" 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-06-24T00:47:29.332731" elapsed="0.014141"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.353650" 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;38132&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;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-06-24T00:47:22.685Z&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:c0:f1:33:60: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;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;3&lt;/second&gt;&lt;nanosecond&gt;119000000&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;1e:89:11:ef:e5:eb&lt;/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;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;119000000&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: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:8d:85:89:26: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;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;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;118000000&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: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:cb:09:bb:e0: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;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;3&lt;/second&gt;&lt;nanosecond&gt;64000000&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.171.14&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-06-24T00:47:22.756Z&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-06-24T00:47:29.347351" elapsed="0.007419"/>
</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-06-24T00:47:29.354963" elapsed="0.002658"/>
</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-06-24T00:47:29.357820" elapsed="0.002611"/>
</kw>
<var name="${switch}">83</var>
<status status="PASS" start="2026-06-24T00:47:29.332591" elapsed="0.027882"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.373017" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.374814" level="INFO">GET Response : url=http://10.30.170.26: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;37934&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-06-24T00:47:29.375438" 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-06-24T00:47:29.360725" elapsed="0.014775"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.381726" 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;37934&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-06-24T00:47:22.973Z&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;3a:c0:14:c1:14: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;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;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: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;02:87:df:10:bf:75&lt;/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;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;711000000&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: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;72:bc:cb:f2:f3: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;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;711000000&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;d2:72:54:17:94: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;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;701000000&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.171.14&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-06-24T00:47:22.996Z&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-06-24T00:47:29.375958" elapsed="0.006842"/>
</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-06-24T00:47:29.382996" elapsed="0.002764"/>
</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-06-24T00:47:29.386017" elapsed="0.002613"/>
</kw>
<var name="${switch}">84</var>
<status status="PASS" start="2026-06-24T00:47:29.360580" elapsed="0.028092"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.411171" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.411965" level="INFO">GET Response : url=http://10.30.170.26: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;38294&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-06-24T00:47:29.412275" 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-06-24T00:47:29.388937" elapsed="0.023366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.415205" 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;38294&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-06-24T00:47:23.337Z&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;8a:d5:b8:fe:01: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;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;3&lt;/second&gt;&lt;nanosecond&gt;473000000&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;62:e7:5a:86:73: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;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;3&lt;/second&gt;&lt;nanosecond&gt;458000000&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;26:67:1a:22:a6: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;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;3&lt;/second&gt;&lt;nanosecond&gt;474000000&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;8e:a0:b1:e6:08:f6&lt;/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;3&lt;/second&gt;&lt;nanosecond&gt;474000000&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.171.14&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-06-24T00:47:23.367Z&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-06-24T00:47:29.412545" elapsed="0.003765"/>
</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-06-24T00:47:29.416508" elapsed="0.003238"/>
</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-06-24T00:47:29.420020" elapsed="0.003891"/>
</kw>
<var name="${switch}">85</var>
<status status="PASS" start="2026-06-24T00:47:29.388791" elapsed="0.035184"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.438353" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.440143" level="INFO">GET Response : url=http://10.30.170.26: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;38096&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-06-24T00:47:29.440791" 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-06-24T00:47:29.424400" elapsed="0.016451"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.446756" 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;38096&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;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-06-24T00:47:23.634Z&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;2e:23:3c:fa:74: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;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;4&lt;/second&gt;&lt;nanosecond&gt;80000000&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;5a:af:05:e5:1e:8f&lt;/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;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;103000000&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: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;d6:50:61:ac:6d:74&lt;/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;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;103000000&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: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;ea:96:5e:c6:b3: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;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;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;106000000&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.171.14&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-06-24T00:47:23.675Z&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-06-24T00:47:29.441467" elapsed="0.006806"/>
</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-06-24T00:47:29.448546" elapsed="0.003700"/>
</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-06-24T00:47:29.452520" elapsed="0.003616"/>
</kw>
<var name="${switch}">86</var>
<status status="PASS" start="2026-06-24T00:47:29.424173" elapsed="0.032043"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.470125" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.471916" level="INFO">GET Response : url=http://10.30.170.26: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;38296&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-06-24T00:47:29.472531" 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-06-24T00:47:29.456594" elapsed="0.015998"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.478453" 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;38296&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;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-06-24T00:47:24.060Z&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;7e:db:65:86:8f: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;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;4&lt;/second&gt;&lt;nanosecond&gt;183000000&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;5e:f5:00:bf:d2:37&lt;/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;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;195000000&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: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;be:a0:53:2d:3e: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;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;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;195000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&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: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;36:d5:e0:4c:ff:03&lt;/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;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;195000000&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.171.14&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-06-24T00:47:24.104Z&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-06-24T00:47:29.473055" elapsed="0.006951"/>
</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-06-24T00:47:29.480314" elapsed="0.003638"/>
</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-06-24T00:47:29.484245" elapsed="0.003584"/>
</kw>
<var name="${switch}">87</var>
<status status="PASS" start="2026-06-24T00:47:29.456381" elapsed="0.031505"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.499673" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.501377" level="INFO">GET Response : url=http://10.30.170.26: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;38012&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-06-24T00:47:29.502007" 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-06-24T00:47:29.488287" elapsed="0.013780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.508541" 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;38012&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-06-24T00:47:23.178Z&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;b2:18:94:97:96: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;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;854000000&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;72:da:b6:60:58: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;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;3&lt;/second&gt;&lt;nanosecond&gt;842000000&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;52:2b:bb:26:f3:f7&lt;/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;854000000&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;06:3a:7c:f1:f2:e7&lt;/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;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;854000000&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.171.14&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-06-24T00:47:23.234Z&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-06-24T00:47:29.502607" elapsed="0.007824"/>
</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-06-24T00:47:29.510634" 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-06-24T00:47:29.513461" elapsed="0.002651"/>
</kw>
<var name="${switch}">88</var>
<status status="PASS" start="2026-06-24T00:47:29.488050" elapsed="0.028125"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.528490" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.530283" level="INFO">GET Response : url=http://10.30.170.26: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;38318&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-06-24T00:47:29.530890" 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-06-24T00:47:29.516460" elapsed="0.014490"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.537818" 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;38318&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;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-06-24T00:47:24.562Z&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;66:1d:72:d5:96: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;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;4&lt;/second&gt;&lt;nanosecond&gt;657000000&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;82:62:ce:36:10: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;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;4&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: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;d2:30:63:46:14: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;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;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;657000000&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: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;62:96:6f:94:bf: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;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;4&lt;/second&gt;&lt;nanosecond&gt;657000000&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.171.14&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-06-24T00:47:24.592Z&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-06-24T00:47:29.531450" elapsed="0.007465"/>
</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-06-24T00:47:29.539173" elapsed="0.002837"/>
</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-06-24T00:47:29.542249" elapsed="0.002681"/>
</kw>
<var name="${switch}">89</var>
<status status="PASS" start="2026-06-24T00:47:29.516301" elapsed="0.028676"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.556912" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.558827" level="INFO">GET Response : url=http://10.30.170.26: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;38454&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-06-24T00:47:29.559525" 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-06-24T00:47:29.545329" elapsed="0.014259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.566129" 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;38454&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;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-06-24T00:47:24.565Z&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;16:0e:99:99:5f:d8&lt;/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;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;390000000&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: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;be:b2:74:40:37: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;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;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: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;de:9b:21:99:53: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;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;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;390000000&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: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;c6:47:d7:3a:b5:b3&lt;/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;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;390000000&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.171.14&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-06-24T00:47:24.610Z&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-06-24T00:47:29.560135" elapsed="0.007181"/>
</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-06-24T00:47:29.567627" elapsed="0.002883"/>
</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-06-24T00:47:29.570761" elapsed="0.002668"/>
</kw>
<var name="${switch}">90</var>
<status status="PASS" start="2026-06-24T00:47:29.545113" elapsed="0.028363"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.585852" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.587732" level="INFO">GET Response : url=http://10.30.170.26: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;38580&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-06-24T00:47:29.588434" 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-06-24T00:47:29.573786" elapsed="0.014712"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.594580" 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;38580&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;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-06-24T00:47:25.315Z&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;ca:c6:70:49:4c: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;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;11000000&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;f2:98:f3:69:65:ee&lt;/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;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;18000000&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: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;8a:0d:eb:49:72: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;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;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: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;6a:24:16:51:d9: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;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;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;18000000&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.171.14&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-06-24T00:47:25.367Z&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-06-24T00:47:29.589043" elapsed="0.006690"/>
</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-06-24T00:47:29.596083" elapsed="0.003290"/>
</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-06-24T00:47:29.599687" elapsed="0.002908"/>
</kw>
<var name="${switch}">91</var>
<status status="PASS" start="2026-06-24T00:47:29.573612" elapsed="0.029040"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.614074" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.615296" level="INFO">GET Response : url=http://10.30.170.26: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;38610&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-06-24T00:47:29.615746" 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-06-24T00:47:29.602978" elapsed="0.012805"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.620229" 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;38610&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-06-24T00:47:24.038Z&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;96:ea:d0:cc:1f: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;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;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;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: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;0a:85:0b:80:f2: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;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;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;707000000&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: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:96:c8:b4:2b: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;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;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: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;aa:4d:69:25:27: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;701000000&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.171.14&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-06-24T00:47:24.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-06-24T00:47:29.616194" elapsed="0.005632"/>
</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-06-24T00:47:29.622167" elapsed="0.003609"/>
</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-06-24T00:47:29.626038" elapsed="0.003473"/>
</kw>
<var name="${switch}">92</var>
<status status="PASS" start="2026-06-24T00:47:29.602792" elapsed="0.026772"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.641183" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.642257" level="INFO">GET Response : url=http://10.30.170.26: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;38338&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-06-24T00:47:29.643019" 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-06-24T00:47:29.629972" elapsed="0.013083"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.646815" 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;38338&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;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-06-24T00:47:25.230Z&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;ca:41:59:9c:8f:1b&lt;/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;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;366000000&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: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:64:22:9f:6e:81&lt;/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;366000000&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;9e:70:3a:5c:04: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;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;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;366000000&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: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;2a:13:81:8c:75: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;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;350000000&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.171.14&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-06-24T00:47:25.359Z&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-06-24T00:47:29.643447" elapsed="0.004812"/>
</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-06-24T00:47:29.648556" elapsed="0.002791"/>
</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-06-24T00:47:29.651552" elapsed="0.002578"/>
</kw>
<var name="${switch}">93</var>
<status status="PASS" start="2026-06-24T00:47:29.629738" elapsed="0.024449"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.670706" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.671446" level="INFO">GET Response : url=http://10.30.170.26: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;38022&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-06-24T00:47:29.671728" 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-06-24T00:47:29.654469" elapsed="0.017286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.674694" 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;38022&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;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-06-24T00:47:24.712Z&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;3e:fb:64:98:ee: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;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;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;366000000&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: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;b6:65:31:7f:99: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;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;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;366000000&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: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;2a:ec:dd:c9:4b: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;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;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;366000000&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: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;e6:ff:3d:47:de: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;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;5&lt;/second&gt;&lt;nanosecond&gt;354000000&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.171.14&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-06-24T00:47:24.787Z&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-06-24T00:47:29.671958" elapsed="0.003822"/>
</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-06-24T00:47:29.675975" elapsed="0.002721"/>
</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-06-24T00:47:29.678896" elapsed="0.002619"/>
</kw>
<var name="${switch}">94</var>
<status status="PASS" start="2026-06-24T00:47:29.654312" elapsed="0.027244"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.701567" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.702268" level="INFO">GET Response : url=http://10.30.170.26: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;37850&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-06-24T00:47:29.702585" 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-06-24T00:47:29.681881" elapsed="0.020739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.706173" 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;37850&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;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-06-24T00:47:22.780Z&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;36:86:0e:00:8d:b2&lt;/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;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;680000000&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: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;1a:79:8a:02:44: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;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;680000000&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;9e:ff:9f:41:ca: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;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;671000000&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;52:d5:aa:6f:5b:d3&lt;/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;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;680000000&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.171.14&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-06-24T00:47:22.868Z&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-06-24T00:47:29.702838" elapsed="0.004394"/>
</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-06-24T00:47:29.707426" elapsed="0.002590"/>
</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-06-24T00:47:29.710224" elapsed="0.002544"/>
</kw>
<var name="${switch}">95</var>
<status status="PASS" start="2026-06-24T00:47:29.681664" elapsed="0.031144"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.719695" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.720526" level="INFO">GET Response : url=http://10.30.170.26: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;38084&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-06-24T00:47:29.720788" 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-06-24T00:47:29.713056" elapsed="0.007759"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.723580" 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;38084&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;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-06-24T00:47:24.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: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;ee:0f:63:8d:54:bb&lt;/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;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;261000000&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: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;2e:3f:7e:bd:6b: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;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;5&lt;/second&gt;&lt;nanosecond&gt;248000000&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;36:6c:af:2a:7a:a5&lt;/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;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;260000000&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: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;ae:29:da:b8:7d:b2&lt;/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;5&lt;/second&gt;&lt;nanosecond&gt;261000000&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.171.14&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-06-24T00:47:24.822Z&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-06-24T00:47:29.721012" elapsed="0.003638"/>
</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-06-24T00:47:29.724853" elapsed="0.002617"/>
</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-06-24T00:47:29.727664" elapsed="0.002582"/>
</kw>
<var name="${switch}">96</var>
<status status="PASS" start="2026-06-24T00:47:29.712913" elapsed="0.017374"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.736749" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.737768" level="INFO">GET Response : url=http://10.30.170.26: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;38148&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-06-24T00:47:29.738129" 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-06-24T00:47:29.730534" elapsed="0.007652"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.742182" 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;38148&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;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-06-24T00:47:25.269Z&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;92:cf:e3:6d:9f: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;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;5&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;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;e2:c9:f8:ee:1d: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;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;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;605000000&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: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;d2:79:80:d3:ef: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;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;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;605000000&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: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;46:9c:2c:5c:4c: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;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;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;605000000&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.171.14&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-06-24T00:47:25.316Z&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-06-24T00:47:29.738520" elapsed="0.005144"/>
</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-06-24T00:47:29.743940" elapsed="0.003123"/>
</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-06-24T00:47:29.747275" elapsed="0.002566"/>
</kw>
<var name="${switch}">97</var>
<status status="PASS" start="2026-06-24T00:47:29.730392" elapsed="0.019490"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.762784" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.764478" level="INFO">GET Response : url=http://10.30.170.26: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;38690&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-06-24T00:47:29.765078" 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-06-24T00:47:29.750128" elapsed="0.015085"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.772568" 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;38690&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;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-06-24T00:47:25.195Z&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;12:98:9e:15:7a: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;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;833000000&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:d7:a4:df:70: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;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;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;844000000&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: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;9a:7a:5a:c9:7d:eb&lt;/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;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;844000000&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: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;b6:c4:3f:b9:97: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;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;844000000&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.171.14&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-06-24T00:47:25.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-06-24T00:47:29.765678" elapsed="0.008728"/>
</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-06-24T00:47:29.774608" elapsed="0.002673"/>
</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-06-24T00:47:29.777482" elapsed="0.002580"/>
</kw>
<var name="${switch}">98</var>
<status status="PASS" start="2026-06-24T00:47:29.749986" elapsed="0.030118"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.786732" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.787450" level="INFO">GET Response : url=http://10.30.170.26: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;38182&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-06-24T00:47:29.787718" 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-06-24T00:47:29.780379" elapsed="0.007369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.790556" 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;38182&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;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-06-24T00:47:24.320Z&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;76:da:00:bb:d8:e7&lt;/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;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;596000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;694&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&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;92:34:d1:5a: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;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;584000000&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;72:0d:43:b4:b2:f3&lt;/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;596000000&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;52:53:a5:c4:a6: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;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;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;596000000&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.171.14&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-06-24T00:47:24.369Z&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-06-24T00:47:29.787958" elapsed="0.003673"/>
</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-06-24T00:47:29.791830" elapsed="0.003028"/>
</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-06-24T00:47:29.795139" elapsed="0.003812"/>
</kw>
<var name="${switch}">99</var>
<status status="PASS" start="2026-06-24T00:47:29.780233" elapsed="0.018776"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-06-24T00:47:29.811220" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:29.815440" level="INFO">GET Response : url=http://10.30.170.26: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;38392&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;tabl... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:29.816045" 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-06-24T00:47:29.799383" elapsed="0.016723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.822173" 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;38392&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;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-06-24T00:47:22.918Z&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;3a:91:18:fa:00: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;2&lt;/second&gt;&lt;nanosecond&gt;819000000&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;96:83:bc:1d:6d: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;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;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;840000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;605&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: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:49:64:ed:8e: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;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;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;841000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;605&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.171.14&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-06-24T00:47:22.954Z&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-06-24T00:47:29.816615" elapsed="0.006685"/>
</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-06-24T00:47:29.823504" elapsed="0.002637"/>
</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-06-24T00:47:29.826372" elapsed="0.002608"/>
</kw>
<var name="${switch}">100</var>
<status status="PASS" start="2026-06-24T00:47:29.799179" elapsed="0.029843"/>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="PASS" start="2026-06-24T00:47:26.781193" elapsed="3.047863"/>
</for>
<arg>${switches}</arg>
<doc>Check all switches and stats in operational inventory</doc>
<status status="PASS" start="2026-06-24T00:47:26.780429" elapsed="3.048747"/>
</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-06-24T00:47:23.195313" elapsed="6.633920"/>
</kw>
<msg time="2026-06-24T00:47:29.829336" level="INFO">${status} = PASS</msg>
<msg time="2026-06-24T00:47:29.829380" 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-06-24T00:47:23.194713" elapsed="6.634690"/>
</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-06-24T00:47:29.829634" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:29.829502" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.829477" 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-06-24T00:47:29.829900" elapsed="0.000282"/>
</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-06-24T00:47:29.831672" 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-06-24T00:47:29.831355" elapsed="0.000344"/>
</kw>
<kw name="Get File" owner="OperatingSystem">
<msg time="2026-06-24T00:47:29.831981" 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-06-24T00:47:29.832175" 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-06-24T00:47:29.831858" elapsed="0.000346"/>
</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-06-24T00:47:29.840503" 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-06-24T00:47:29.840244" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.840949" 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-06-24T00:47:29.840708" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.841444" 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-06-24T00:47:29.841195" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.841877" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:29.841640" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:29.842769" 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-06-24T00:47:29.842554" elapsed="0.000241"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:29.843122" 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-06-24T00:47:29.842951" elapsed="0.000211"/>
</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-06-24T00:47:29.843315" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.844030" 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-06-24T00:47:29.843778" elapsed="0.000295"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:29.844116" elapsed="0.000054"/>
</return>
<msg time="2026-06-24T00:47:29.844301" 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-06-24T00:47:29.842127" 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-06-24T00:47:29.872394" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:29.872642" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:29.872854" 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-06-24T00:47:29.846406" elapsed="0.026509"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.844396" elapsed="0.028852"/>
</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-06-24T00:47:29.873711" elapsed="0.000051"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:29.873345" elapsed="0.000523"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.844378" elapsed="0.029537"/>
</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-06-24T00:47:29.881640" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:29.876087" elapsed="0.005651"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.875573" elapsed="0.006239"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.875533" elapsed="0.006305"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.884281" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:29.882120" elapsed="0.002208"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.881893" elapsed="0.002469"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.881876" elapsed="0.002510"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.890834" 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-06-24T00:47:29.884579" elapsed="0.006283"/>
</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-06-24T00:47:29.891393" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:29.890935" elapsed="0.000517"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.891953" 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-06-24T00:47:29.891654" elapsed="0.000325"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.891475" elapsed="0.000540"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.890917" elapsed="0.001118"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.892593" 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-06-24T00:47:29.892225" 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-06-24T00:47:29.892936" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:29.892688" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.893534" 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-06-24T00:47:29.893239" elapsed="0.000321"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.893016" elapsed="0.000579"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.892670" 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-06-24T00:47:29.893772" elapsed="0.000341"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:29.894995" 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-06-24T00:47:29.894448" elapsed="0.000582"/>
</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-06-24T00:47:29.895220" elapsed="0.002236"/>
</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-06-24T00:47:29.874751" elapsed="0.022785"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:29.897756" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:29.897620" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.897597" elapsed="0.000242"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:29.900263" 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-06-24T00:47:29.897999" elapsed="0.002290"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:29.900337" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:29.900493" 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-06-24T00:47:29.837742" elapsed="0.062775"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:29.900577" 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-06-24T00:47:29.835256" elapsed="0.065479"/>
</kw>
<var name="${switch}">1</var>
<status status="PASS" start="2026-06-24T00:47:29.835014" elapsed="0.065762"/>
</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-06-24T00:47:29.906328" 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-06-24T00:47:29.906041" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.906772" 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-06-24T00:47:29.906533" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.907232" 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-06-24T00:47:29.906974" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.907665" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:29.907428" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:29.908521" 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-06-24T00:47:29.908330" elapsed="0.000216"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:29.908869" 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-06-24T00:47:29.908700" 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-06-24T00:47:29.909044" elapsed="0.000252"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.909723" 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-06-24T00:47:29.909475" elapsed="0.000292"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:29.909809" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:29.909961" 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-06-24T00:47:29.907908" elapsed="0.002082"/>
</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-06-24T00:47:29.919889" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:29.919959" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:29.920066" 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-06-24T00:47:29.912258" elapsed="0.007835"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.910075" elapsed="0.010100"/>
</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-06-24T00:47:29.920394" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:29.920208" elapsed="0.000256"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.910053" elapsed="0.010433"/>
</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-06-24T00:47:29.923957" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:29.921590" elapsed="0.002415"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.921339" elapsed="0.002714"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.921320" elapsed="0.002760"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.927244" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:29.924385" elapsed="0.003006"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.924138" elapsed="0.003302"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.924120" elapsed="0.003353"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.928349" 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-06-24T00:47:29.927748" 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-06-24T00:47:29.928842" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:29.928486" elapsed="0.000437"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.929671" 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-06-24T00:47:29.929251" elapsed="0.000457"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.928955" elapsed="0.000802"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.928460" elapsed="0.001326"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.930564" 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-06-24T00:47:29.930026" 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-06-24T00:47:29.931044" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:29.930696" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.931866" 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-06-24T00:47:29.931450" elapsed="0.000452"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.931176" elapsed="0.000774"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.930672" elapsed="0.001307"/>
</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-06-24T00:47:29.932224" elapsed="0.000481"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:29.933382" 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-06-24T00:47:29.932943" elapsed="0.000475"/>
</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-06-24T00:47:29.933639" elapsed="0.003009"/>
</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-06-24T00:47:29.920884" elapsed="0.015853"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:29.936993" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:29.936830" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.936804" elapsed="0.000326"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:29.939696" 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-06-24T00:47:29.937377" elapsed="0.002345"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:29.939770" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:29.939932" 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-06-24T00:47:29.903551" elapsed="0.036406"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:29.940016" 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-06-24T00:47:29.901136" elapsed="0.038999"/>
</kw>
<var name="${switch}">2</var>
<status status="PASS" start="2026-06-24T00:47:29.900866" elapsed="0.039325"/>
</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-06-24T00:47:29.945835" 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-06-24T00:47:29.945585" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.946298" 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-06-24T00:47:29.946041" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.946786" 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-06-24T00:47:29.946540" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.947285" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:29.946996" elapsed="0.000332"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:29.948162" 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-06-24T00:47:29.947949" elapsed="0.000240"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:29.948515" 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-06-24T00:47:29.948346" 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-06-24T00:47:29.948695" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.949351" 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-06-24T00:47:29.949078" elapsed="0.000316"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:29.949435" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:29.949587" 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-06-24T00:47:29.947534" elapsed="0.002077"/>
</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-06-24T00:47:29.959708" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:29.959785" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:29.959909" 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-06-24T00:47:29.951636" elapsed="0.008309"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.949679" elapsed="0.010328"/>
</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-06-24T00:47:29.960312" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:29.960041" elapsed="0.000369"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.949662" elapsed="0.010778"/>
</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-06-24T00:47:29.965281" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:29.961834" elapsed="0.003508"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.961507" elapsed="0.003883"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.961482" elapsed="0.003944"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.968859" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:29.965816" elapsed="0.003105"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.965502" elapsed="0.003465"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.965479" elapsed="0.003520"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.969856" 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-06-24T00:47:29.969322" 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-06-24T00:47:29.970379" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:29.969988" elapsed="0.000477"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.971183" 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-06-24T00:47:29.970747" elapsed="0.000475"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.970498" elapsed="0.000774"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.969964" elapsed="0.001337"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.972088" 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-06-24T00:47:29.971540" 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-06-24T00:47:29.972655" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:29.972301" elapsed="0.000434"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.973600" 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-06-24T00:47:29.973098" elapsed="0.000539"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.972767" elapsed="0.000920"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.972274" elapsed="0.001442"/>
</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-06-24T00:47:29.973933" elapsed="0.000507"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:29.975059" 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-06-24T00:47:29.974675" 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-06-24T00:47:29.975337" elapsed="0.003062"/>
</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-06-24T00:47:29.960934" elapsed="0.017530"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:29.978637" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:29.978530" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.978511" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:29.981117" 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-06-24T00:47:29.978852" elapsed="0.002306"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:29.981207" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:29.981363" 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-06-24T00:47:29.942975" elapsed="0.038412"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:29.981446" 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-06-24T00:47:29.940508" elapsed="0.041053"/>
</kw>
<var name="${switch}">3</var>
<status status="PASS" start="2026-06-24T00:47:29.940293" elapsed="0.041307"/>
</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-06-24T00:47:29.987117" 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-06-24T00:47:29.986867" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.987576" 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-06-24T00:47:29.987338" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.988017" 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-06-24T00:47:29.987777" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.988467" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:29.988225" elapsed="0.000285"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:29.989357" 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-06-24T00:47:29.989163" elapsed="0.000220"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:29.989704" 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-06-24T00:47:29.989536" 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-06-24T00:47:29.989878" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:29.990527" 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-06-24T00:47:29.990230" elapsed="0.000354"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:29.990630" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:29.990784" 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-06-24T00:47:29.988710" elapsed="0.002138"/>
</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-06-24T00:47:30.001729" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.001811" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.001948" 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-06-24T00:47:29.993077" elapsed="0.008908"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:29.990922" elapsed="0.011129"/>
</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-06-24T00:47:30.002357" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.002089" elapsed="0.000367"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:29.990904" elapsed="0.011582"/>
</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-06-24T00:47:30.007391" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.003862" elapsed="0.003591"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.003534" elapsed="0.003969"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.003508" elapsed="0.004029"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.011659" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.007924" elapsed="0.003824"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.007613" elapsed="0.004195"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.007590" elapsed="0.004267"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.013106" 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-06-24T00:47:30.012264" elapsed="0.000917"/>
</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-06-24T00:47:30.013825" elapsed="0.000047"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.013311" elapsed="0.000633"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.014999" 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-06-24T00:47:30.014384" elapsed="0.000671"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.013995" elapsed="0.001133"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.013274" elapsed="0.001930"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.016318" 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-06-24T00:47:30.015559" elapsed="0.000808"/>
</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-06-24T00:47:30.016882" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.016492" elapsed="0.000474"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.017823" 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-06-24T00:47:30.017334" elapsed="0.000527"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.017000" elapsed="0.000905"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.016460" elapsed="0.001472"/>
</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-06-24T00:47:30.018141" elapsed="0.000455"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.019217" 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-06-24T00:47:30.018817" 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-06-24T00:47:30.019469" elapsed="0.003032"/>
</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-06-24T00:47:30.003001" elapsed="0.019679"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.022950" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.022790" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.022758" elapsed="0.000283"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.025573" 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-06-24T00:47:30.023255" elapsed="0.002344"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.025649" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:30.025811" 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-06-24T00:47:29.984425" elapsed="0.041411"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.025896" 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-06-24T00:47:29.981890" elapsed="0.044124"/>
</kw>
<var name="${switch}">4</var>
<status status="PASS" start="2026-06-24T00:47:29.981690" elapsed="0.044365"/>
</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-06-24T00:47:30.031779" 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-06-24T00:47:30.031503" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.032237" 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-06-24T00:47:30.031982" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.032723" 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-06-24T00:47:30.032448" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.033205" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.032928" elapsed="0.000320"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.034052" 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-06-24T00:47:30.033857" elapsed="0.000220"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.034429" 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-06-24T00:47:30.034259" 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-06-24T00:47:30.034612" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.035217" 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-06-24T00:47:30.034957" elapsed="0.000303"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.035302" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:30.035452" 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-06-24T00:47:30.033452" elapsed="0.002024"/>
</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-06-24T00:47:30.045546" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.045601" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.045746" 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-06-24T00:47:30.037727" elapsed="0.008045"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.035546" elapsed="0.010273"/>
</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-06-24T00:47:30.046001" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.045844" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.035528" elapsed="0.010561"/>
</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-06-24T00:47:30.049336" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.047059" elapsed="0.002321"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.046838" elapsed="0.002576"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.046820" elapsed="0.002618"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.052699" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.049714" elapsed="0.003048"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.049492" elapsed="0.003318"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.049475" elapsed="0.003367"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.053850" 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-06-24T00:47:30.053222" elapsed="0.000667"/>
</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-06-24T00:47:30.054383" elapsed="0.000041"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.053985" elapsed="0.000504"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.055359" 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-06-24T00:47:30.054874" elapsed="0.000522"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.054531" elapsed="0.000915"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.053961" elapsed="0.001514"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.056248" 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-06-24T00:47:30.055720" 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-06-24T00:47:30.056741" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.056381" elapsed="0.000442"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.057625" 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-06-24T00:47:30.057143" elapsed="0.000519"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.056855" elapsed="0.000856"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.056357" elapsed="0.001383"/>
</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-06-24T00:47:30.057962" elapsed="0.000538"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.059123" 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-06-24T00:47:30.058738" elapsed="0.000446"/>
</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-06-24T00:47:30.059406" elapsed="0.003069"/>
</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-06-24T00:47:30.046470" elapsed="0.016095"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.062811" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.062661" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.062634" elapsed="0.000269"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.066287" 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-06-24T00:47:30.063109" elapsed="0.003215"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.066391" elapsed="0.000042"/>
</return>
<msg time="2026-06-24T00:47:30.066607" 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-06-24T00:47:30.028955" elapsed="0.037685"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.066721" 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-06-24T00:47:30.026431" elapsed="0.040452"/>
</kw>
<var name="${switch}">5</var>
<status status="PASS" start="2026-06-24T00:47:30.026173" elapsed="0.040823"/>
</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-06-24T00:47:30.074560" 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-06-24T00:47:30.074299" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.075002" 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-06-24T00:47:30.074764" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.075469" 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-06-24T00:47:30.075222" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.075901" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.075665" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.076809" 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-06-24T00:47:30.076604" elapsed="0.000231"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.077211" 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-06-24T00:47:30.077019" 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-06-24T00:47:30.077389" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.078009" 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-06-24T00:47:30.077759" elapsed="0.000294"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.078095" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:30.078267" 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-06-24T00:47:30.076159" 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-06-24T00:47:30.088625" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.088681" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.088772" 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-06-24T00:47:30.080333" elapsed="0.008464"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.078361" elapsed="0.010484"/>
</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-06-24T00:47:30.089072" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.088870" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.078343" elapsed="0.010862"/>
</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-06-24T00:47:30.092463" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.090186" elapsed="0.002320"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.089941" elapsed="0.002600"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.089923" elapsed="0.002642"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.095626" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.092840" elapsed="0.002850"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.092619" elapsed="0.003175"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.092603" elapsed="0.003226"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.096644" 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-06-24T00:47:30.096090" 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-06-24T00:47:30.097260" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.096810" elapsed="0.000547"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.098314" 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-06-24T00:47:30.097736" elapsed="0.000628"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.097403" elapsed="0.001026"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.096777" elapsed="0.001687"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.099252" 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-06-24T00:47:30.098715" 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-06-24T00:47:30.099733" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.099385" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.100587" 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-06-24T00:47:30.100091" elapsed="0.000533"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.099845" elapsed="0.000829"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.099361" elapsed="0.001343"/>
</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-06-24T00:47:30.100923" elapsed="0.000631"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.102075" 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-06-24T00:47:30.101791" 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-06-24T00:47:30.102305" elapsed="0.002298"/>
</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-06-24T00:47:30.089576" elapsed="0.015095"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.104866" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.104756" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.104732" elapsed="0.000200"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.107367" 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-06-24T00:47:30.105113" elapsed="0.002280"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.107442" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:30.107596" 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-06-24T00:47:30.070823" elapsed="0.036797"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.107680" 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-06-24T00:47:30.067476" elapsed="0.040324"/>
</kw>
<var name="${switch}">6</var>
<status status="PASS" start="2026-06-24T00:47:30.067123" elapsed="0.040719"/>
</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-06-24T00:47:30.113427" 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-06-24T00:47:30.113171" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.113864" 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-06-24T00:47:30.113628" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.114392" 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-06-24T00:47:30.114110" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.114832" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.114589" elapsed="0.000285"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.115716" 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-06-24T00:47:30.115516" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.116066" 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-06-24T00:47:30.115898" 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-06-24T00:47:30.116259" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.116849" 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-06-24T00:47:30.116605" elapsed="0.000287"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.116936" elapsed="0.000060"/>
</return>
<msg time="2026-06-24T00:47:30.117123" 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-06-24T00:47:30.115085" elapsed="0.002076"/>
</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-06-24T00:47:30.126861" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.126915" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.127003" 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-06-24T00:47:30.119300" elapsed="0.007728"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.117234" elapsed="0.009844"/>
</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-06-24T00:47:30.127284" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.127104" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.117216" elapsed="0.010156"/>
</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-06-24T00:47:30.134085" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.128341" elapsed="0.005874"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.128090" elapsed="0.006205"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.128072" elapsed="0.006275"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.139803" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.134965" elapsed="0.004941"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.134466" elapsed="0.005516"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.134430" elapsed="0.005604"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.141385" 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-06-24T00:47:30.140467" elapsed="0.000977"/>
</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-06-24T00:47:30.141937" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.141597" elapsed="0.000399"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.142509" 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-06-24T00:47:30.142210" elapsed="0.000324"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.142019" elapsed="0.000550"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.141559" elapsed="0.001031"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.143121" 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-06-24T00:47:30.142768" 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-06-24T00:47:30.143525" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.143271" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.144072" 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-06-24T00:47:30.143780" elapsed="0.000317"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.143606" elapsed="0.000526"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.143215" elapsed="0.000953"/>
</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-06-24T00:47:30.144322" elapsed="0.000341"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.145122" 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-06-24T00:47:30.144830" 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-06-24T00:47:30.145320" elapsed="0.002136"/>
</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-06-24T00:47:30.127738" elapsed="0.019779"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.147686" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.147582" elapsed="0.000147"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.147564" elapsed="0.000186"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.150136" 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-06-24T00:47:30.147897" elapsed="0.002280"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.150226" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:30.150611" 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-06-24T00:47:30.110621" elapsed="0.040017"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.150699" 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-06-24T00:47:30.108133" elapsed="0.042684"/>
</kw>
<var name="${switch}">7</var>
<status status="PASS" start="2026-06-24T00:47:30.107934" elapsed="0.042922"/>
</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-06-24T00:47:30.156275" 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-06-24T00:47:30.156013" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.156710" 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-06-24T00:47:30.156475" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.157182" 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-06-24T00:47:30.156911" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.157613" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.157378" elapsed="0.000277"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.158458" 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-06-24T00:47:30.158270" elapsed="0.000214"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.158811" 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-06-24T00:47:30.158639" 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-06-24T00:47:30.158986" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.159647" 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-06-24T00:47:30.159357" elapsed="0.000334"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.159732" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:30.159883" 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-06-24T00:47:30.157853" elapsed="0.002088"/>
</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-06-24T00:47:30.172442" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.172497" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.172591" 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-06-24T00:47:30.162165" elapsed="0.010452"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.160013" elapsed="0.012649"/>
</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-06-24T00:47:30.173182" elapsed="0.000063"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.172687" elapsed="0.000663"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.159996" elapsed="0.013401"/>
</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-06-24T00:47:30.180584" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.175519" elapsed="0.005164"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.174988" elapsed="0.005774"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.174948" elapsed="0.005865"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.184053" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.181562" elapsed="0.002536"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.181013" elapsed="0.003118"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.180898" elapsed="0.003272"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.184735" 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-06-24T00:47:30.184357" elapsed="0.000408"/>
</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-06-24T00:47:30.185106" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.184834" elapsed="0.000352"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.185682" 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-06-24T00:47:30.185386" elapsed="0.000322"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.185209" elapsed="0.000534"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.184816" elapsed="0.000947"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.186380" 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-06-24T00:47:30.185936" elapsed="0.000474"/>
</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-06-24T00:47:30.186732" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.186480" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.187295" 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-06-24T00:47:30.186987" elapsed="0.000333"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.186812" elapsed="0.000543"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.186462" 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-06-24T00:47:30.187533" elapsed="0.000347"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.188340" 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-06-24T00:47:30.188046" 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-06-24T00:47:30.188524" 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-06-24T00:47:30.174203" elapsed="0.016714"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.191093" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.190985" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.190967" elapsed="0.000207"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.193548" 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-06-24T00:47:30.191322" elapsed="0.002252"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.193622" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:30.193781" 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-06-24T00:47:30.153555" elapsed="0.040250"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.193865" 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-06-24T00:47:30.151138" elapsed="0.042843"/>
</kw>
<var name="${switch}">8</var>
<status status="PASS" start="2026-06-24T00:47:30.150942" elapsed="0.043079"/>
</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-06-24T00:47:30.199611" 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-06-24T00:47:30.199362" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.200055" 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-06-24T00:47:30.199819" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.200515" 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-06-24T00:47:30.200274" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.200992" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.200710" elapsed="0.000325"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.201849" 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-06-24T00:47:30.201660" elapsed="0.000214"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.202219" 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-06-24T00:47:30.202028" elapsed="0.000215"/>
</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-06-24T00:47:30.202395" elapsed="0.000183"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.202985" 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-06-24T00:47:30.202737" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.203070" elapsed="0.000028"/>
</return>
<msg time="2026-06-24T00:47:30.203237" 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-06-24T00:47:30.201254" elapsed="0.002008"/>
</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-06-24T00:47:30.213029" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.213104" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.213304" 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-06-24T00:47:30.205318" elapsed="0.008022"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.203332" elapsed="0.010072"/>
</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-06-24T00:47:30.213656" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.213439" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.203314" elapsed="0.010463"/>
</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-06-24T00:47:30.218770" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.215512" elapsed="0.003319"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.215197" elapsed="0.003681"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.215169" elapsed="0.003741"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.222424" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.219318" elapsed="0.003170"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.218987" elapsed="0.003549"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.218964" elapsed="0.003604"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.223356" 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-06-24T00:47:30.222818" 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-06-24T00:47:30.223838" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.223489" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.224632" 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-06-24T00:47:30.224217" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.223950" elapsed="0.000767"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.223465" elapsed="0.001280"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.225542" 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-06-24T00:47:30.225015" 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-06-24T00:47:30.226019" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.225673" elapsed="0.000426"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.226807" 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-06-24T00:47:30.226400" elapsed="0.000443"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.226131" elapsed="0.000761"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.225649" elapsed="0.001272"/>
</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-06-24T00:47:30.227133" elapsed="0.000500"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.228269" 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-06-24T00:47:30.227872" elapsed="0.000433"/>
</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-06-24T00:47:30.228524" elapsed="0.002697"/>
</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-06-24T00:47:30.214294" elapsed="0.016990"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.231454" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.231349" elapsed="0.000148"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.231331" elapsed="0.000188"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.233885" 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-06-24T00:47:30.231664" elapsed="0.002246"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.233958" elapsed="0.000028"/>
</return>
<msg time="2026-06-24T00:47:30.234107" 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-06-24T00:47:30.196722" elapsed="0.037409"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.234206" 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-06-24T00:47:30.194324" elapsed="0.040000"/>
</kw>
<var name="${switch}">9</var>
<status status="PASS" start="2026-06-24T00:47:30.194111" elapsed="0.040287"/>
</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-06-24T00:47:30.239745" 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-06-24T00:47:30.239500" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.240198" 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-06-24T00:47:30.239943" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.240650" 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-06-24T00:47:30.240401" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.241118" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.240844" elapsed="0.000331"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.241966" 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-06-24T00:47:30.241780" elapsed="0.000212"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.242327" 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-06-24T00:47:30.242159" 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-06-24T00:47:30.242503" elapsed="0.000183"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.243091" 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-06-24T00:47:30.242848" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.243192" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:30.243344" 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-06-24T00:47:30.241378" 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-06-24T00:47:30.255356" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.255430" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.255550" 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-06-24T00:47:30.245437" elapsed="0.010148"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.243438" elapsed="0.012209"/>
</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-06-24T00:47:30.255897" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.255681" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.243420" elapsed="0.012598"/>
</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-06-24T00:47:30.260686" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.257398" elapsed="0.003348"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.257050" elapsed="0.003744"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.257024" elapsed="0.003803"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.264292" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.261292" elapsed="0.003065"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.260931" elapsed="0.003519"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.260901" elapsed="0.003585"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.265331" 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-06-24T00:47:30.264741" 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-06-24T00:47:30.265837" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.265465" elapsed="0.000472"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.266661" 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-06-24T00:47:30.266246" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.265977" elapsed="0.000770"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.265440" elapsed="0.001337"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.267546" 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-06-24T00:47:30.267022" 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-06-24T00:47:30.268020" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.267678" elapsed="0.000421"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.268816" 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-06-24T00:47:30.268412" elapsed="0.000440"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.268131" elapsed="0.000794"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.267654" elapsed="0.001300"/>
</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-06-24T00:47:30.269187" elapsed="0.000478"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.270339" 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-06-24T00:47:30.269940" 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-06-24T00:47:30.270593" elapsed="0.003133"/>
</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-06-24T00:47:30.256527" elapsed="0.017309"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.274084" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.273938" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.273913" elapsed="0.000283"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.277556" 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-06-24T00:47:30.274403" elapsed="0.003190"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.277660" elapsed="0.000040"/>
</return>
<msg time="2026-06-24T00:47:30.277840" 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-06-24T00:47:30.237075" elapsed="0.040789"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.277923" 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-06-24T00:47:30.234682" elapsed="0.043357"/>
</kw>
<var name="${switch}">10</var>
<status status="PASS" start="2026-06-24T00:47:30.234486" elapsed="0.043592"/>
</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-06-24T00:47:30.283799" 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-06-24T00:47:30.283552" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.284251" 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-06-24T00:47:30.284000" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.284738" 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-06-24T00:47:30.284494" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.285218" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.284962" elapsed="0.000300"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.286057" 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-06-24T00:47:30.285869" elapsed="0.000214"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.286468" 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-06-24T00:47:30.286252" elapsed="0.000242"/>
</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-06-24T00:47:30.286647" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.287325" 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-06-24T00:47:30.286990" elapsed="0.000380"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.287413" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:30.287565" 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-06-24T00:47:30.285464" elapsed="0.002125"/>
</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-06-24T00:47:30.298027" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.298080" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.298186" 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-06-24T00:47:30.289791" elapsed="0.008423"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.287659" elapsed="0.010600"/>
</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-06-24T00:47:30.298440" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.298284" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.287641" elapsed="0.010886"/>
</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-06-24T00:47:30.305370" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.300341" elapsed="0.005126"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.299806" elapsed="0.005737"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.299766" elapsed="0.005829"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.310619" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.306236" elapsed="0.004429"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.305714" elapsed="0.004985"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.305678" elapsed="0.005043"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.311360" 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-06-24T00:47:30.310970" 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-06-24T00:47:30.311704" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.311455" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.312273" 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-06-24T00:47:30.311958" elapsed="0.000341"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.311784" elapsed="0.000550"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.311438" elapsed="0.000916"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.312896" 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-06-24T00:47:30.312527" 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-06-24T00:47:30.313290" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.313027" elapsed="0.000321"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.313836" 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-06-24T00:47:30.313544" elapsed="0.000317"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.313371" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.313008" 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-06-24T00:47:30.314067" elapsed="0.000359"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.314860" 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-06-24T00:47:30.314593" elapsed="0.000292"/>
</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-06-24T00:47:30.315039" 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-06-24T00:47:30.298996" elapsed="0.018291"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.317456" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.317352" elapsed="0.000147"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.317334" elapsed="0.000186"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.319927" 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-06-24T00:47:30.317693" elapsed="0.002260"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.320000" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:30.320167" 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-06-24T00:47:30.281114" elapsed="0.039079"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.320253" 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-06-24T00:47:30.278678" elapsed="0.041692"/>
</kw>
<var name="${switch}">11</var>
<status status="PASS" start="2026-06-24T00:47:30.278178" elapsed="0.042230"/>
</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-06-24T00:47:30.325935" 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-06-24T00:47:30.325689" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.326387" 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-06-24T00:47:30.326136" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.326827" 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-06-24T00:47:30.326589" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.327268" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.327018" elapsed="0.000292"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.328091" 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-06-24T00:47:30.327908" elapsed="0.000208"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.328449" 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-06-24T00:47:30.328284" 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-06-24T00:47:30.328624" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.329237" 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-06-24T00:47:30.328980" elapsed="0.000300"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.329321" elapsed="0.000028"/>
</return>
<msg time="2026-06-24T00:47:30.329470" 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-06-24T00:47:30.327508" elapsed="0.002017"/>
</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-06-24T00:47:30.341451" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.341504" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.341589" 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-06-24T00:47:30.331577" elapsed="0.010037"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.329597" elapsed="0.012061"/>
</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-06-24T00:47:30.341837" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.341682" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.329580" elapsed="0.012343"/>
</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-06-24T00:47:30.345514" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.343257" elapsed="0.002299"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.343021" elapsed="0.002569"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.343002" elapsed="0.002612"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.349072" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.345956" elapsed="0.003179"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.345669" elapsed="0.003533"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.345652" elapsed="0.003584"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.350007" 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-06-24T00:47:30.349489" 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-06-24T00:47:30.350585" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.350138" elapsed="0.000529"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.351375" 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-06-24T00:47:30.350943" elapsed="0.000468"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.350699" elapsed="0.000760"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.350114" elapsed="0.001374"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.352243" 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-06-24T00:47:30.351726" 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-06-24T00:47:30.353024" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.352374" elapsed="0.000738"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.353897" 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-06-24T00:47:30.353489" elapsed="0.000443"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.353236" elapsed="0.000744"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.352350" elapsed="0.001658"/>
</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-06-24T00:47:30.354248" elapsed="0.000472"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.355532" 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-06-24T00:47:30.355134" elapsed="0.000433"/>
</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-06-24T00:47:30.355782" elapsed="0.003278"/>
</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-06-24T00:47:30.342289" elapsed="0.016889"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.359355" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.359247" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.359229" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.361791" 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-06-24T00:47:30.359566" elapsed="0.002251"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.361865" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:30.362020" 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-06-24T00:47:30.323094" elapsed="0.038950"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.362104" 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-06-24T00:47:30.320686" elapsed="0.041554"/>
</kw>
<var name="${switch}">12</var>
<status status="PASS" start="2026-06-24T00:47:30.320493" elapsed="0.041787"/>
</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-06-24T00:47:30.370172" 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-06-24T00:47:30.369802" elapsed="0.000449"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.370801" 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-06-24T00:47:30.370490" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.371477" 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-06-24T00:47:30.371067" elapsed="0.000458"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.372186" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.371813" elapsed="0.000473"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.373479" 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-06-24T00:47:30.373279" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.373836" 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-06-24T00:47:30.373662" 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-06-24T00:47:30.374011" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.374880" 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-06-24T00:47:30.374629" elapsed="0.000294"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.374965" elapsed="0.000028"/>
</return>
<msg time="2026-06-24T00:47:30.375115" 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-06-24T00:47:30.372594" elapsed="0.002545"/>
</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-06-24T00:47:30.390913" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.390968" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.391095" 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-06-24T00:47:30.377259" elapsed="0.013862"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.375225" elapsed="0.015961"/>
</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-06-24T00:47:30.391370" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.391212" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.375207" elapsed="0.016250"/>
</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-06-24T00:47:30.395315" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.392396" elapsed="0.002967"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.392174" elapsed="0.003251"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.392140" elapsed="0.003335"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.398499" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.395874" elapsed="0.002671"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.395531" elapsed="0.003049"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.395515" elapsed="0.003088"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.399180" 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-06-24T00:47:30.398786" 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-06-24T00:47:30.399531" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.399278" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.400081" 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-06-24T00:47:30.399787" elapsed="0.000319"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.399611" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.399260" elapsed="0.000917"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.400707" 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-06-24T00:47:30.400352" elapsed="0.000381"/>
</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-06-24T00:47:30.401077" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.400799" elapsed="0.000334"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.401637" 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-06-24T00:47:30.401350" elapsed="0.000312"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.401173" elapsed="0.000523"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.400782" 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-06-24T00:47:30.401868" elapsed="0.000353"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.402655" 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-06-24T00:47:30.402387" 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-06-24T00:47:30.402836" elapsed="0.002210"/>
</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-06-24T00:47:30.391810" elapsed="0.013297"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.405294" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.405188" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.405169" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.408235" 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-06-24T00:47:30.405504" elapsed="0.002757"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.408308" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:30.408459" 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-06-24T00:47:30.365033" elapsed="0.043450"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.408541" 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-06-24T00:47:30.362568" elapsed="0.046087"/>
</kw>
<var name="${switch}">13</var>
<status status="PASS" start="2026-06-24T00:47:30.362369" elapsed="0.046361"/>
</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-06-24T00:47:30.414127" 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-06-24T00:47:30.413882" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.414578" 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-06-24T00:47:30.414343" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.415022" 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-06-24T00:47:30.414782" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.415470" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.415233" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.416408" 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-06-24T00:47:30.416212" elapsed="0.000221"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.416755" 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-06-24T00:47:30.416588" 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-06-24T00:47:30.416965" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.417570" 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-06-24T00:47:30.417326" elapsed="0.000287"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.417654" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:30.417810" 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-06-24T00:47:30.415787" 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-06-24T00:47:30.428383" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.428462" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.428588" 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-06-24T00:47:30.420165" elapsed="0.008460"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.417903" elapsed="0.010785"/>
</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-06-24T00:47:30.428995" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.428725" elapsed="0.000364"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.417885" elapsed="0.011233"/>
</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-06-24T00:47:30.433629" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.430463" elapsed="0.003227"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.430132" elapsed="0.003606"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.430107" elapsed="0.003664"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.437366" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.434182" elapsed="0.003248"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.433851" elapsed="0.003793"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.433824" elapsed="0.003857"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.439105" 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-06-24T00:47:30.437948" elapsed="0.001216"/>
</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-06-24T00:47:30.439620" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.439264" elapsed="0.000436"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.440422" 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-06-24T00:47:30.439982" elapsed="0.000477"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.439732" elapsed="0.000776"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.439240" elapsed="0.001296"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.441327" 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-06-24T00:47:30.440779" 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-06-24T00:47:30.441802" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.441458" elapsed="0.000424"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.442744" 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-06-24T00:47:30.442177" elapsed="0.000604"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.441914" elapsed="0.000916"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.441434" elapsed="0.001424"/>
</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-06-24T00:47:30.443075" elapsed="0.000539"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.444268" 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-06-24T00:47:30.443853" 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-06-24T00:47:30.444524" elapsed="0.003360"/>
</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-06-24T00:47:30.429631" elapsed="0.018342"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.448240" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.448064" elapsed="0.000238"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.448039" elapsed="0.000292"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.451327" 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-06-24T00:47:30.448538" elapsed="0.002816"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.451402" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:30.451560" 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-06-24T00:47:30.411438" elapsed="0.040146"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.451643" 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-06-24T00:47:30.409036" elapsed="0.042725"/>
</kw>
<var name="${switch}">14</var>
<status status="PASS" start="2026-06-24T00:47:30.408839" elapsed="0.042961"/>
</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-06-24T00:47:30.457449" 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-06-24T00:47:30.457197" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.457886" 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-06-24T00:47:30.457651" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.458397" 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-06-24T00:47:30.458134" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.458835" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.458594" elapsed="0.000283"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.459771" 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-06-24T00:47:30.459578" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.460119" 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-06-24T00:47:30.459952" 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-06-24T00:47:30.460311" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.460929" 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-06-24T00:47:30.460652" elapsed="0.000320"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.461013" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:30.461180" 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-06-24T00:47:30.459078" 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-06-24T00:47:30.471988" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.472064" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.472217" 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-06-24T00:47:30.463353" elapsed="0.008903"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.461275" elapsed="0.011044"/>
</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-06-24T00:47:30.472573" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.472354" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.461258" elapsed="0.011436"/>
</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-06-24T00:47:30.477636" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.474192" elapsed="0.003516"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.473856" elapsed="0.003907"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.473830" elapsed="0.003970"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.481541" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.478300" elapsed="0.003305"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.477889" elapsed="0.003762"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.477863" elapsed="0.003819"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.482308" 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-06-24T00:47:30.481895" 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-06-24T00:47:30.482654" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.482402" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.483239" 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-06-24T00:47:30.482923" elapsed="0.000341"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.482744" elapsed="0.000555"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.482384" elapsed="0.000935"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.483854" 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-06-24T00:47:30.483493" 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-06-24T00:47:30.484268" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.484001" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.484863" 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-06-24T00:47:30.484523" elapsed="0.000367"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.484349" elapsed="0.000576"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.483983" elapsed="0.000962"/>
</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-06-24T00:47:30.485102" elapsed="0.000373"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.485926" 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-06-24T00:47:30.485643" 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-06-24T00:47:30.486108" elapsed="0.002311"/>
</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-06-24T00:47:30.473306" elapsed="0.015178"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.488659" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.488552" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.488534" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.491716" 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-06-24T00:47:30.488936" elapsed="0.002816"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.491820" elapsed="0.000042"/>
</return>
<msg time="2026-06-24T00:47:30.492034" 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-06-24T00:47:30.454538" elapsed="0.037530"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.492170" 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-06-24T00:47:30.452094" elapsed="0.040244"/>
</kw>
<var name="${switch}">15</var>
<status status="PASS" start="2026-06-24T00:47:30.451893" elapsed="0.040500"/>
</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-06-24T00:47:30.499990" 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-06-24T00:47:30.499644" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.500628" 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-06-24T00:47:30.500293" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.501375" 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-06-24T00:47:30.500978" elapsed="0.000472"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.502026" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.501676" elapsed="0.000404"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.503201" 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-06-24T00:47:30.502970" elapsed="0.000257"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.503554" 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-06-24T00:47:30.503384" 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-06-24T00:47:30.503730" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.504340" 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-06-24T00:47:30.504072" elapsed="0.000311"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.504426" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:30.504583" 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-06-24T00:47:30.502521" elapsed="0.002129"/>
</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-06-24T00:47:30.515534" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.515589" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.515678" 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-06-24T00:47:30.506754" elapsed="0.008949"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.504724" elapsed="0.011024"/>
</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-06-24T00:47:30.515932" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.515773" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.504705" elapsed="0.011314"/>
</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-06-24T00:47:30.520865" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.517045" elapsed="0.003868"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.516798" elapsed="0.004151"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.516750" elapsed="0.004223"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.524056" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.521275" elapsed="0.002845"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.521030" elapsed="0.003156"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.521012" elapsed="0.003212"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.525093" 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-06-24T00:47:30.524509" 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-06-24T00:47:30.525605" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.525251" elapsed="0.000435"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.526404" 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-06-24T00:47:30.525966" elapsed="0.000474"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.525718" elapsed="0.000770"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.525225" elapsed="0.001292"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.527345" 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-06-24T00:47:30.526762" elapsed="0.000628"/>
</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-06-24T00:47:30.527848" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.527488" elapsed="0.000441"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.528636" 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-06-24T00:47:30.528228" elapsed="0.000444"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.527961" elapsed="0.000759"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.527463" 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-06-24T00:47:30.528998" elapsed="0.000510"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.530122" 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-06-24T00:47:30.529740" 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-06-24T00:47:30.530400" elapsed="0.004238"/>
</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-06-24T00:47:30.516414" elapsed="0.018577"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.535505" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.535222" elapsed="0.000388"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.535133" elapsed="0.000528"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.540128" 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-06-24T00:47:30.536064" elapsed="0.004151"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.540303" elapsed="0.000056"/>
</return>
<msg time="2026-06-24T00:47:30.540561" 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-06-24T00:47:30.496217" elapsed="0.044381"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.540689" 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-06-24T00:47:30.492825" elapsed="0.048084"/>
</kw>
<var name="${switch}">16</var>
<status status="PASS" start="2026-06-24T00:47:30.492520" elapsed="0.048476"/>
</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-06-24T00:47:30.550360" 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-06-24T00:47:30.549999" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.550839" 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-06-24T00:47:30.550589" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.551378" 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-06-24T00:47:30.551048" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.551836" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.551584" elapsed="0.000296"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.552803" 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-06-24T00:47:30.552564" elapsed="0.000268"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.553188" 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-06-24T00:47:30.552993" 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-06-24T00:47:30.553384" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.554006" 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-06-24T00:47:30.553756" elapsed="0.000296"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.554099" elapsed="0.000042"/>
</return>
<msg time="2026-06-24T00:47:30.554301" 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-06-24T00:47:30.552110" elapsed="0.002223"/>
</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-06-24T00:47:30.564450" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.564536" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.564775" 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-06-24T00:47:30.556806" elapsed="0.008001"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.554427" elapsed="0.010441"/>
</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-06-24T00:47:30.565136" elapsed="0.000042"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.564903" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.554405" elapsed="0.010841"/>
</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-06-24T00:47:30.568762" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.566375" elapsed="0.002437"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.566108" elapsed="0.002738"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.566088" elapsed="0.002782"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.571934" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.569167" elapsed="0.002834"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.568924" elapsed="0.003126"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.568908" elapsed="0.003176"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.573063" 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-06-24T00:47:30.572386" elapsed="0.000718"/>
</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-06-24T00:47:30.573588" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.573226" elapsed="0.000442"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.574387" 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-06-24T00:47:30.573949" elapsed="0.000475"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.573700" elapsed="0.000773"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.573200" elapsed="0.001303"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.575285" 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-06-24T00:47:30.574746" elapsed="0.000577"/>
</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-06-24T00:47:30.575768" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.575419" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.576578" 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-06-24T00:47:30.576126" elapsed="0.000489"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.575881" elapsed="0.000782"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.575394" elapsed="0.001299"/>
</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-06-24T00:47:30.576973" elapsed="0.000559"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.578075" 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-06-24T00:47:30.577772" 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-06-24T00:47:30.578280" elapsed="0.002247"/>
</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-06-24T00:47:30.565688" elapsed="0.014910"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.580810" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.580666" elapsed="0.000196"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.580647" elapsed="0.000238"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.583356" 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-06-24T00:47:30.581040" elapsed="0.002344"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.583433" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:30.583597" 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-06-24T00:47:30.545098" elapsed="0.038524"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.583684" 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-06-24T00:47:30.541527" elapsed="0.042276"/>
</kw>
<var name="${switch}">17</var>
<status status="PASS" start="2026-06-24T00:47:30.541180" elapsed="0.042734"/>
</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-06-24T00:47:30.589658" 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-06-24T00:47:30.589406" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.590108" 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-06-24T00:47:30.589868" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.590578" 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-06-24T00:47:30.590333" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.591013" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.590775" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.591904" 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-06-24T00:47:30.591709" elapsed="0.000221"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.592275" 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-06-24T00:47:30.592087" 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-06-24T00:47:30.592453" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.593083" 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-06-24T00:47:30.592835" elapsed="0.000292"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.593185" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:30.593338" 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-06-24T00:47:30.591301" elapsed="0.002060"/>
</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-06-24T00:47:30.603532" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.603608" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.603732" 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-06-24T00:47:30.595372" elapsed="0.008395"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.593431" elapsed="0.010398"/>
</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-06-24T00:47:30.604083" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.603864" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.593413" elapsed="0.010815"/>
</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-06-24T00:47:30.608696" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.605591" elapsed="0.003208"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.605277" elapsed="0.003572"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.605251" elapsed="0.003630"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.612315" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.609304" elapsed="0.003077"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.608958" elapsed="0.003530"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.608935" elapsed="0.003599"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.613412" 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-06-24T00:47:30.612849" 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-06-24T00:47:30.613908" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.613549" elapsed="0.000441"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.614728" 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-06-24T00:47:30.614307" elapsed="0.000458"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.614022" elapsed="0.000793"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.613524" elapsed="0.001320"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.615623" 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-06-24T00:47:30.615090" 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-06-24T00:47:30.616102" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.615756" elapsed="0.000449"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.616936" 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-06-24T00:47:30.616484" elapsed="0.000491"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.616238" elapsed="0.000788"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.615731" 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-06-24T00:47:30.617330" elapsed="0.000498"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.618470" 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-06-24T00:47:30.618066" elapsed="0.000440"/>
</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-06-24T00:47:30.618727" elapsed="0.003285"/>
</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-06-24T00:47:30.604762" elapsed="0.017342"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.622373" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.622221" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.622193" elapsed="0.000285"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.625968" 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-06-24T00:47:30.622688" elapsed="0.003309"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.626046" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:30.626225" 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-06-24T00:47:30.586712" elapsed="0.039538"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.626309" 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-06-24T00:47:30.584256" elapsed="0.042171"/>
</kw>
<var name="${switch}">18</var>
<status status="PASS" start="2026-06-24T00:47:30.584020" elapsed="0.042447"/>
</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-06-24T00:47:30.632057" 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-06-24T00:47:30.631795" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.632624" 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-06-24T00:47:30.632379" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.633199" 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-06-24T00:47:30.632904" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.633671" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.633421" elapsed="0.000295"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.634583" 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-06-24T00:47:30.634353" elapsed="0.000257"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.634946" 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-06-24T00:47:30.634772" 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-06-24T00:47:30.635127" elapsed="0.000208"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.635752" 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-06-24T00:47:30.635495" elapsed="0.000301"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.635838" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:30.636004" 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-06-24T00:47:30.633923" 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-06-24T00:47:30.645048" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.645113" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.645230" 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-06-24T00:47:30.638211" elapsed="0.007046"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.636101" elapsed="0.009202"/>
</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-06-24T00:47:30.645488" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.645328" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.636083" elapsed="0.009492"/>
</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-06-24T00:47:30.650546" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.646896" elapsed="0.003722"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.646582" elapsed="0.004086"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.646555" elapsed="0.004146"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.654338" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.651115" elapsed="0.003289"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.650777" elapsed="0.003674"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.650754" elapsed="0.003730"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.655322" 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-06-24T00:47:30.654742" 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-06-24T00:47:30.655820" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.655458" elapsed="0.000445"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.656648" 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-06-24T00:47:30.656220" elapsed="0.000511"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.655936" elapsed="0.000849"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.655433" elapsed="0.001382"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.657612" 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-06-24T00:47:30.657063" elapsed="0.000586"/>
</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-06-24T00:47:30.658053" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.657797" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.658655" 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-06-24T00:47:30.658344" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.658160" elapsed="0.000558"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.657779" elapsed="0.000960"/>
</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-06-24T00:47:30.658902" elapsed="0.000377"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.659734" 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-06-24T00:47:30.659451" 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-06-24T00:47:30.659922" 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-06-24T00:47:30.646026" elapsed="0.016275"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.662486" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.662371" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.662350" elapsed="0.000229"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.665317" 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-06-24T00:47:30.662775" elapsed="0.002576"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.665413" elapsed="0.000042"/>
</return>
<msg time="2026-06-24T00:47:30.665609" 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-06-24T00:47:30.629269" elapsed="0.036370"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.665708" 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-06-24T00:47:30.626757" elapsed="0.039098"/>
</kw>
<var name="${switch}">19</var>
<status status="PASS" start="2026-06-24T00:47:30.626557" elapsed="0.039349"/>
</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-06-24T00:47:30.671574" 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-06-24T00:47:30.671308" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.672023" 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-06-24T00:47:30.671783" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.672505" 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-06-24T00:47:30.672244" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.673011" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.672726" elapsed="0.000328"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.673929" 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-06-24T00:47:30.673727" elapsed="0.000229"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.674312" 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-06-24T00:47:30.674113" elapsed="0.000224"/>
</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-06-24T00:47:30.674492" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.675208" 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-06-24T00:47:30.674849" elapsed="0.000426"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.675330" elapsed="0.000039"/>
</return>
<msg time="2026-06-24T00:47:30.675537" 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-06-24T00:47:30.673279" elapsed="0.002362"/>
</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-06-24T00:47:30.689009" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.689200" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.689433" 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-06-24T00:47:30.678874" elapsed="0.010620"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.675753" elapsed="0.013855"/>
</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-06-24T00:47:30.690072" elapsed="0.000069"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.689670" elapsed="0.000617"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.675724" elapsed="0.014613"/>
</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-06-24T00:47:30.696595" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.693007" elapsed="0.003684"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.692292" elapsed="0.004455"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.692235" elapsed="0.004546"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.700327" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.697217" elapsed="0.003177"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.696860" elapsed="0.003584"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.696835" elapsed="0.003642"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.701427" 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-06-24T00:47:30.700813" 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-06-24T00:47:30.701915" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.701568" elapsed="0.000412"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.702549" 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-06-24T00:47:30.702233" elapsed="0.000343"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.702004" elapsed="0.000609"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.701541" elapsed="0.001093"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.703256" 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-06-24T00:47:30.702811" elapsed="0.000472"/>
</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-06-24T00:47:30.703608" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.703355" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.704213" 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-06-24T00:47:30.703872" elapsed="0.000369"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.703690" elapsed="0.000587"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.703337" elapsed="0.000961"/>
</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-06-24T00:47:30.704469" elapsed="0.000395"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.705374" 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-06-24T00:47:30.705038" 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-06-24T00:47:30.705563" elapsed="0.002189"/>
</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-06-24T00:47:30.691278" elapsed="0.016718"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.708227" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.708073" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.708050" elapsed="0.000249"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.710806" 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-06-24T00:47:30.708450" elapsed="0.002384"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.710884" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:30.711065" 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-06-24T00:47:30.668801" elapsed="0.042304"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.711186" 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-06-24T00:47:30.666300" elapsed="0.045012"/>
</kw>
<var name="${switch}">20</var>
<status status="PASS" start="2026-06-24T00:47:30.666021" elapsed="0.045334"/>
</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-06-24T00:47:30.717315" 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-06-24T00:47:30.717036" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.717824" 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-06-24T00:47:30.717557" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.718299" 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-06-24T00:47:30.718033" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.718740" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.718500" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.719636" 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-06-24T00:47:30.719437" elapsed="0.000225"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.719993" 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-06-24T00:47:30.719820" 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-06-24T00:47:30.720189" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.720887" 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-06-24T00:47:30.720540" elapsed="0.000393"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.720976" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:30.721131" 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-06-24T00:47:30.719000" elapsed="0.002171"/>
</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-06-24T00:47:30.731098" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.731208" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.731394" 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-06-24T00:47:30.723241" elapsed="0.008189"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.721243" elapsed="0.010251"/>
</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-06-24T00:47:30.731749" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.731529" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.721225" elapsed="0.010650"/>
</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-06-24T00:47:30.736837" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.733425" elapsed="0.003474"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.733046" elapsed="0.003902"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.733015" elapsed="0.003966"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.740585" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.737476" elapsed="0.003197"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.737095" elapsed="0.003628"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.737063" elapsed="0.003692"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.741638" 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-06-24T00:47:30.741012" 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-06-24T00:47:30.742175" elapsed="0.000064"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.741777" elapsed="0.000519"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.743037" 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-06-24T00:47:30.742613" elapsed="0.000461"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.742332" elapsed="0.000793"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.741752" elapsed="0.001461"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.744039" 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-06-24T00:47:30.743500" 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-06-24T00:47:30.744616" elapsed="0.000081"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.744221" elapsed="0.000531"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.745588" 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-06-24T00:47:30.745072" elapsed="0.000555"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.744790" elapsed="0.000888"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.744183" elapsed="0.001524"/>
</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-06-24T00:47:30.745884" elapsed="0.000400"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.746773" 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-06-24T00:47:30.746479" 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-06-24T00:47:30.746963" elapsed="0.002439"/>
</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-06-24T00:47:30.732458" elapsed="0.017023"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.749674" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.749562" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.749542" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.752207" 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-06-24T00:47:30.749885" elapsed="0.002348"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.752282" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:30.752473" 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-06-24T00:47:30.714377" elapsed="0.038120"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.752581" 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-06-24T00:47:30.711673" elapsed="0.041063"/>
</kw>
<var name="${switch}">21</var>
<status status="PASS" start="2026-06-24T00:47:30.711458" elapsed="0.041362"/>
</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-06-24T00:47:30.758491" 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-06-24T00:47:30.758222" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.758980" 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-06-24T00:47:30.758727" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.759475" 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-06-24T00:47:30.759208" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.759956" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.759705" elapsed="0.000295"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.760898" 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-06-24T00:47:30.760690" elapsed="0.000235"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.761278" 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-06-24T00:47:30.761087" 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-06-24T00:47:30.761458" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.762107" 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-06-24T00:47:30.761855" elapsed="0.000313"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.762213" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:30.762367" 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-06-24T00:47:30.760221" elapsed="0.002170"/>
</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-06-24T00:47:30.773806" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.773886" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.774010" 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-06-24T00:47:30.764499" elapsed="0.009539"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.762462" elapsed="0.011633"/>
</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-06-24T00:47:30.774353" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.774127" elapsed="0.000296"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.762445" elapsed="0.012000"/>
</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-06-24T00:47:30.778280" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.775525" elapsed="0.002820"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.775273" elapsed="0.003121"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.775253" elapsed="0.003173"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.781967" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.778830" elapsed="0.003207"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.778502" elapsed="0.003685"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.778479" elapsed="0.003744"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.783071" 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-06-24T00:47:30.782509" 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-06-24T00:47:30.783594" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.783231" elapsed="0.000447"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.784410" 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-06-24T00:47:30.783962" elapsed="0.000485"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.783710" elapsed="0.000787"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.783206" elapsed="0.001320"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.785349" 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-06-24T00:47:30.784806" 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-06-24T00:47:30.785839" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.785483" elapsed="0.000438"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.786639" 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-06-24T00:47:30.786222" elapsed="0.000455"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.785952" elapsed="0.000774"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.785459" 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-06-24T00:47:30.786979" elapsed="0.000511"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.788134" 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-06-24T00:47:30.787733" 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-06-24T00:47:30.788418" elapsed="0.003096"/>
</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-06-24T00:47:30.774861" elapsed="0.016747"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.791852" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.791701" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.791675" elapsed="0.000269"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.795324" 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-06-24T00:47:30.792170" elapsed="0.003190"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.795427" elapsed="0.000047"/>
</return>
<msg time="2026-06-24T00:47:30.795650" 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-06-24T00:47:30.755681" elapsed="0.040002"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.795774" 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-06-24T00:47:30.753121" elapsed="0.042819"/>
</kw>
<var name="${switch}">22</var>
<status status="PASS" start="2026-06-24T00:47:30.752919" elapsed="0.043078"/>
</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-06-24T00:47:30.803441" 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-06-24T00:47:30.803163" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.803891" 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-06-24T00:47:30.803644" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.804443" 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-06-24T00:47:30.804189" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.804925" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.804672" elapsed="0.000297"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.805824" 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-06-24T00:47:30.805617" elapsed="0.000233"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.806200" 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-06-24T00:47:30.806009" 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-06-24T00:47:30.806379" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.807100" 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-06-24T00:47:30.806785" elapsed="0.000392"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.807233" elapsed="0.000039"/>
</return>
<msg time="2026-06-24T00:47:30.807439" 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-06-24T00:47:30.805198" elapsed="0.002274"/>
</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-06-24T00:47:30.816968" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.817027" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.817123" 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-06-24T00:47:30.810077" elapsed="0.007093"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.807567" elapsed="0.009655"/>
</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-06-24T00:47:30.817422" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.817249" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.807542" elapsed="0.009983"/>
</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-06-24T00:47:30.820881" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.818584" elapsed="0.002341"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.818338" elapsed="0.002622"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.818318" elapsed="0.002665"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.824255" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.821278" elapsed="0.003042"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.821036" elapsed="0.003333"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.821020" elapsed="0.003381"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.825264" 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-06-24T00:47:30.824701" 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-06-24T00:47:30.825801" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.825399" elapsed="0.000497"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.826634" 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-06-24T00:47:30.826208" elapsed="0.000479"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.825929" elapsed="0.000826"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.825375" elapsed="0.001411"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.827580" 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-06-24T00:47:30.827036" 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-06-24T00:47:30.828135" elapsed="0.000053"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.827781" elapsed="0.000459"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.828994" 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-06-24T00:47:30.828523" elapsed="0.000508"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.828273" elapsed="0.000807"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.827755" 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-06-24T00:47:30.829349" elapsed="0.000475"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.830305" 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-06-24T00:47:30.829993" elapsed="0.000339"/>
</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-06-24T00:47:30.830493" 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-06-24T00:47:30.817930" elapsed="0.014905"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.833018" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.832904" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.832885" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.835616" 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-06-24T00:47:30.833254" elapsed="0.002390"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.835695" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:30.835855" 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-06-24T00:47:30.799860" elapsed="0.036020"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.835942" 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-06-24T00:47:30.796443" elapsed="0.039619"/>
</kw>
<var name="${switch}">23</var>
<status status="PASS" start="2026-06-24T00:47:30.796130" elapsed="0.039973"/>
</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-06-24T00:47:30.843462" 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-06-24T00:47:30.843082" elapsed="0.000444"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.844086" 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-06-24T00:47:30.843746" elapsed="0.000438"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.844779" 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-06-24T00:47:30.844404" elapsed="0.000435"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.845415" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.845055" elapsed="0.000421"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.846620" 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-06-24T00:47:30.846353" elapsed="0.000302"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.847115" 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-06-24T00:47:30.846872" elapsed="0.000296"/>
</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-06-24T00:47:30.847395" elapsed="0.000264"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.848238" 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-06-24T00:47:30.847876" elapsed="0.000422"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.848357" elapsed="0.000042"/>
</return>
<msg time="2026-06-24T00:47:30.848571" 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-06-24T00:47:30.845765" elapsed="0.002976"/>
</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-06-24T00:47:30.859614" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.859693" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.859820" 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-06-24T00:47:30.851594" elapsed="0.008261"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.848860" elapsed="0.011059"/>
</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-06-24T00:47:30.860230" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.859955" elapsed="0.000374"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.848833" elapsed="0.011526"/>
</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-06-24T00:47:30.864917" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.861780" elapsed="0.003198"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.861466" elapsed="0.003561"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.861440" elapsed="0.003620"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.868448" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.865472" elapsed="0.003041"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.865137" elapsed="0.003424"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.865113" elapsed="0.003539"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.869499" 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-06-24T00:47:30.868934" elapsed="0.000603"/>
</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-06-24T00:47:30.869962" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.869632" elapsed="0.000388"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.870542" 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-06-24T00:47:30.870243" elapsed="0.000326"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.870043" elapsed="0.000561"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.869607" elapsed="0.001017"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.871184" 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-06-24T00:47:30.870799" elapsed="0.000413"/>
</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-06-24T00:47:30.871530" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.871280" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.872081" 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-06-24T00:47:30.871787" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.871610" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.871263" elapsed="0.000916"/>
</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-06-24T00:47:30.872337" elapsed="0.000372"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.873179" 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-06-24T00:47:30.872880" 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-06-24T00:47:30.873364" elapsed="0.002670"/>
</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-06-24T00:47:30.860940" elapsed="0.015236"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.876366" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.876252" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.876232" elapsed="0.000202"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.878895" 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-06-24T00:47:30.876615" elapsed="0.002307"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.878972" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:30.879135" 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-06-24T00:47:30.839354" elapsed="0.039823"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.879240" 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-06-24T00:47:30.836420" elapsed="0.042938"/>
</kw>
<var name="${switch}">24</var>
<status status="PASS" start="2026-06-24T00:47:30.836217" elapsed="0.043183"/>
</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-06-24T00:47:30.885227" 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-06-24T00:47:30.884891" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.885673" 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-06-24T00:47:30.885433" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.886126" 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-06-24T00:47:30.885879" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.886606" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.886346" elapsed="0.000303"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.887594" 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-06-24T00:47:30.887396" elapsed="0.000224"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.887946" 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-06-24T00:47:30.887777" 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-06-24T00:47:30.888123" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.888791" 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-06-24T00:47:30.888501" elapsed="0.000335"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.888878" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:30.889034" 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-06-24T00:47:30.886967" 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-06-24T00:47:30.898806" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.898864" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.899016" 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-06-24T00:47:30.891236" elapsed="0.007807"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.889131" elapsed="0.009959"/>
</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-06-24T00:47:30.899308" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.899117" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.889112" elapsed="0.010284"/>
</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-06-24T00:47:30.904844" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.900368" elapsed="0.004541"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.900125" elapsed="0.004833"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.900107" elapsed="0.004886"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.908509" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.905413" elapsed="0.003192"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.905071" elapsed="0.003584"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.905048" elapsed="0.003641"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.909519" 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-06-24T00:47:30.908953" elapsed="0.000606"/>
</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-06-24T00:47:30.910009" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.909655" elapsed="0.000436"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.910830" 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-06-24T00:47:30.910404" elapsed="0.000462"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.910123" elapsed="0.000792"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.909630" elapsed="0.001314"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.911718" 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-06-24T00:47:30.911211" 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-06-24T00:47:30.912227" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.911857" elapsed="0.000452"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.912974" 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-06-24T00:47:30.912638" elapsed="0.000361"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.912342" elapsed="0.000692"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.911833" elapsed="0.001222"/>
</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-06-24T00:47:30.913238" elapsed="0.000392"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.914187" 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-06-24T00:47:30.913833" elapsed="0.000382"/>
</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-06-24T00:47:30.914379" elapsed="0.002523"/>
</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-06-24T00:47:30.899766" elapsed="0.017222"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.917208" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.917061" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.917040" elapsed="0.000246"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.920372" 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-06-24T00:47:30.917460" elapsed="0.002943"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.920459" elapsed="0.000043"/>
</return>
<msg time="2026-06-24T00:47:30.920682" 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-06-24T00:47:30.882193" elapsed="0.038518"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.920775" 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-06-24T00:47:30.879713" elapsed="0.041183"/>
</kw>
<var name="${switch}">25</var>
<status status="PASS" start="2026-06-24T00:47:30.879503" elapsed="0.041498"/>
</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-06-24T00:47:30.926631" 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-06-24T00:47:30.926346" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.927073" 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-06-24T00:47:30.926837" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.927542" 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-06-24T00:47:30.927297" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.927980" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.927740" elapsed="0.000283"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.928888" 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-06-24T00:47:30.928686" elapsed="0.000228"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.929259" 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-06-24T00:47:30.929071" 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-06-24T00:47:30.929438" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.930035" 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-06-24T00:47:30.929790" elapsed="0.000290"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.930123" elapsed="0.000046"/>
</return>
<msg time="2026-06-24T00:47:30.930297" 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-06-24T00:47:30.928245" elapsed="0.002077"/>
</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-06-24T00:47:30.939825" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.939882" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.939972" 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-06-24T00:47:30.932537" elapsed="0.007461"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.930405" elapsed="0.009639"/>
</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-06-24T00:47:30.940250" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.940071" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.930380" elapsed="0.009962"/>
</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-06-24T00:47:30.943533" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.941331" elapsed="0.002247"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.941088" elapsed="0.002525"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.941070" elapsed="0.002567"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.946682" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.943924" elapsed="0.002823"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.943692" elapsed="0.003159"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.943676" elapsed="0.003209"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.947703" 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-06-24T00:47:30.947167" elapsed="0.000574"/>
</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-06-24T00:47:30.948210" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.947836" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.949033" 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-06-24T00:47:30.948614" elapsed="0.000455"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.948323" elapsed="0.000795"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.947812" elapsed="0.001357"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.949917" 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-06-24T00:47:30.949418" 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-06-24T00:47:30.950416" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.950047" elapsed="0.000448"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.951201" 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-06-24T00:47:30.950772" elapsed="0.000468"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.950528" elapsed="0.000761"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.950022" 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-06-24T00:47:30.951537" elapsed="0.000480"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:30.952764" 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-06-24T00:47:30.952269" elapsed="0.000528"/>
</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-06-24T00:47:30.952957" 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-06-24T00:47:30.940739" elapsed="0.014513"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:30.955424" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:30.955318" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.955299" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:30.957927" 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-06-24T00:47:30.955636" elapsed="0.002318"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:30.958003" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:30.958180" 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-06-24T00:47:30.923842" elapsed="0.034364"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:30.958266" 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-06-24T00:47:30.921351" elapsed="0.037034"/>
</kw>
<var name="${switch}">26</var>
<status status="PASS" start="2026-06-24T00:47:30.921108" elapsed="0.037317"/>
</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-06-24T00:47:30.964308" 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-06-24T00:47:30.964008" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.964830" 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-06-24T00:47:30.964517" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.965605" 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-06-24T00:47:30.965239" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.966278" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.965903" elapsed="0.000438"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:30.967637" 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-06-24T00:47:30.967272" elapsed="0.000404"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:30.968185" 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-06-24T00:47:30.967910" elapsed="0.000313"/>
</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-06-24T00:47:30.968478" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.969445" 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-06-24T00:47:30.969051" elapsed="0.000459"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:30.969573" elapsed="0.000051"/>
</return>
<msg time="2026-06-24T00:47:30.969814" 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-06-24T00:47:30.966646" elapsed="0.003205"/>
</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-06-24T00:47:30.982913" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:30.983050" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:30.983311" 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-06-24T00:47:30.972988" elapsed="0.010384"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.969964" elapsed="0.013515"/>
</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-06-24T00:47:30.983932" elapsed="0.000050"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.983541" elapsed="0.000540"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.969936" elapsed="0.014192"/>
</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-06-24T00:47:30.990877" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.986690" elapsed="0.004269"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.986080" elapsed="0.004945"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.986034" elapsed="0.005036"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.994670" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:30.991512" elapsed="0.003221"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.991179" elapsed="0.003602"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.991130" elapsed="0.003683"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.995664" 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-06-24T00:47:30.995089" 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-06-24T00:47:30.996173" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.995798" elapsed="0.000460"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.997004" 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-06-24T00:47:30.996576" elapsed="0.000464"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.996291" elapsed="0.000799"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.995773" elapsed="0.001346"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.997896" 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-06-24T00:47:30.997384" 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-06-24T00:47:30.998483" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:30.998107" elapsed="0.000458"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:30.999295" 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-06-24T00:47:30.998857" elapsed="0.000475"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:30.998597" elapsed="0.000786"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:30.998080" 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-06-24T00:47:30.999691" elapsed="0.000572"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.000962" 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-06-24T00:47:31.000611" elapsed="0.000377"/>
</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-06-24T00:47:31.001163" elapsed="0.002334"/>
</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-06-24T00:47:30.985088" elapsed="0.018478"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.003756" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.003642" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.003622" elapsed="0.000203"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.006262" 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-06-24T00:47:31.003977" elapsed="0.002311"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.006338" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:31.006499" 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-06-24T00:47:30.961365" elapsed="0.045158"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.006584" 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-06-24T00:47:30.958730" elapsed="0.047971"/>
</kw>
<var name="${switch}">27</var>
<status status="PASS" start="2026-06-24T00:47:30.958522" elapsed="0.048219"/>
</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-06-24T00:47:31.012252" 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-06-24T00:47:31.011984" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.012787" 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-06-24T00:47:31.012494" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.013261" 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-06-24T00:47:31.012997" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.013722" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.013475" elapsed="0.000290"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.014579" 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-06-24T00:47:31.014386" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.014927" 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-06-24T00:47:31.014761" 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-06-24T00:47:31.015103" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.015707" 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-06-24T00:47:31.015463" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.015790" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:31.015940" 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-06-24T00:47:31.013968" elapsed="0.002037"/>
</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-06-24T00:47:31.026989" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.027120" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.027378" 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-06-24T00:47:31.018223" elapsed="0.009212"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.016079" elapsed="0.011462"/>
</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-06-24T00:47:31.027979" elapsed="0.000051"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.027600" elapsed="0.000564"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.016060" elapsed="0.012156"/>
</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-06-24T00:47:31.036374" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.030628" elapsed="0.005844"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.030050" elapsed="0.006583"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.030006" elapsed="0.006687"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.039200" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.037026" elapsed="0.002237"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.036800" elapsed="0.002499"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.036778" elapsed="0.002545"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.039918" 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-06-24T00:47:31.039517" elapsed="0.000428"/>
</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-06-24T00:47:31.040280" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.040013" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.040891" 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-06-24T00:47:31.040567" elapsed="0.000352"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.040361" elapsed="0.000593"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.039995" elapsed="0.000980"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.041543" 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-06-24T00:47:31.041165" 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-06-24T00:47:31.041926" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.041639" elapsed="0.000348"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.042530" 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-06-24T00:47:31.042204" elapsed="0.000353"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.042011" elapsed="0.000581"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.041621" elapsed="0.000991"/>
</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-06-24T00:47:31.042815" elapsed="0.000379"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.043652" 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-06-24T00:47:31.043364" 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-06-24T00:47:31.043839" elapsed="0.002174"/>
</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-06-24T00:47:31.029170" elapsed="0.016962"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.046328" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.046216" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.046197" elapsed="0.000199"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.048805" 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-06-24T00:47:31.046542" elapsed="0.002290"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.048880" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:31.049037" 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-06-24T00:47:31.009498" elapsed="0.039564"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.049121" elapsed="0.000040"/>
</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-06-24T00:47:31.007050" elapsed="0.042205"/>
</kw>
<var name="${switch}">28</var>
<status status="PASS" start="2026-06-24T00:47:31.006840" elapsed="0.042455"/>
</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-06-24T00:47:31.054853" 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-06-24T00:47:31.054601" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.055313" 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-06-24T00:47:31.055056" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.055754" 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-06-24T00:47:31.055515" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.056200" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.055949" elapsed="0.000293"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.057102" 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-06-24T00:47:31.056907" elapsed="0.000220"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.057469" 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-06-24T00:47:31.057300" 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-06-24T00:47:31.057645" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.058253" 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-06-24T00:47:31.057993" elapsed="0.000303"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.058339" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:31.058527" 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-06-24T00:47:31.056444" elapsed="0.002108"/>
</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-06-24T00:47:31.070107" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.070214" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.070407" 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-06-24T00:47:31.060803" elapsed="0.009642"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.058637" elapsed="0.011874"/>
</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-06-24T00:47:31.070779" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.070549" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.058615" elapsed="0.012289"/>
</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-06-24T00:47:31.075545" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.072328" elapsed="0.003280"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.071928" elapsed="0.003729"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.071901" elapsed="0.003789"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.079272" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.076080" elapsed="0.003257"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.075767" elapsed="0.003618"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.075744" elapsed="0.003674"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.080247" 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-06-24T00:47:31.079681" elapsed="0.000606"/>
</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-06-24T00:47:31.080777" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.080383" elapsed="0.000496"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.081611" 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-06-24T00:47:31.081186" elapsed="0.000461"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.080918" elapsed="0.000779"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.080359" elapsed="0.001367"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.082605" 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-06-24T00:47:31.081969" elapsed="0.000675"/>
</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-06-24T00:47:31.083094" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.082742" elapsed="0.000454"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.083898" 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-06-24T00:47:31.083480" elapsed="0.000453"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.083231" elapsed="0.000750"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.082718" 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-06-24T00:47:31.084247" elapsed="0.000534"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.085261" 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-06-24T00:47:31.084957" 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-06-24T00:47:31.085446" elapsed="0.002169"/>
</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-06-24T00:47:31.071429" elapsed="0.016251"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.087855" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.087747" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.087729" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.090331" 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-06-24T00:47:31.088075" elapsed="0.002283"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.090430" elapsed="0.000040"/>
</return>
<msg time="2026-06-24T00:47:31.090604" 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-06-24T00:47:31.052072" elapsed="0.038556"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.090689" 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-06-24T00:47:31.049594" elapsed="0.041216"/>
</kw>
<var name="${switch}">29</var>
<status status="PASS" start="2026-06-24T00:47:31.049391" elapsed="0.041509"/>
</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-06-24T00:47:31.096576" 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-06-24T00:47:31.096283" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.097019" 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-06-24T00:47:31.096780" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.097484" 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-06-24T00:47:31.097240" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.097917" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.097681" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.098833" 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-06-24T00:47:31.098630" elapsed="0.000228"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.099202" 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-06-24T00:47:31.099013" 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-06-24T00:47:31.099379" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.099973" 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-06-24T00:47:31.099727" elapsed="0.000290"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.100059" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:31.100230" 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-06-24T00:47:31.098179" elapsed="0.002076"/>
</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-06-24T00:47:31.110211" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.110265" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.110354" 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-06-24T00:47:31.102352" elapsed="0.008027"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.100327" elapsed="0.010095"/>
</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-06-24T00:47:31.110602" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.110448" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.100308" 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-06-24T00:47:31.115429" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.111631" elapsed="0.003895"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.111413" elapsed="0.004189"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.111394" elapsed="0.004262"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.121042" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.116310" elapsed="0.004780"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.115777" elapsed="0.005500"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.115740" elapsed="0.005564"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.121875" 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-06-24T00:47:31.121494" elapsed="0.000408"/>
</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-06-24T00:47:31.122247" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.121971" elapsed="0.000336"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.122849" 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-06-24T00:47:31.122544" elapsed="0.000332"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.122331" elapsed="0.000581"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.121953" elapsed="0.000979"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.123485" 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-06-24T00:47:31.123105" 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-06-24T00:47:31.123823" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.123578" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.124382" 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-06-24T00:47:31.124074" elapsed="0.000335"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.123903" elapsed="0.000540"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.123561" elapsed="0.000964"/>
</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-06-24T00:47:31.124683" elapsed="0.000348"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.125486" 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-06-24T00:47:31.125212" 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-06-24T00:47:31.125667" elapsed="0.002269"/>
</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-06-24T00:47:31.111046" elapsed="0.016954"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.128185" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.128066" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.128048" elapsed="0.000202"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.131412" 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-06-24T00:47:31.128398" elapsed="0.003050"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.131515" elapsed="0.000054"/>
</return>
<msg time="2026-06-24T00:47:31.131792" 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-06-24T00:47:31.093680" elapsed="0.038147"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.131912" 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-06-24T00:47:31.091218" elapsed="0.040864"/>
</kw>
<var name="${switch}">30</var>
<status status="PASS" start="2026-06-24T00:47:31.090997" elapsed="0.041140"/>
</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-06-24T00:47:31.138981" 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-06-24T00:47:31.138728" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.139444" 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-06-24T00:47:31.139201" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.139934" 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-06-24T00:47:31.139687" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.140391" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.140134" elapsed="0.000301"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.141294" 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-06-24T00:47:31.141078" elapsed="0.000242"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.141655" 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-06-24T00:47:31.141477" elapsed="0.000220"/>
</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-06-24T00:47:31.141858" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.142475" 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-06-24T00:47:31.142225" elapsed="0.000294"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.142562" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:31.142731" 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-06-24T00:47:31.140666" 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-06-24T00:47:31.153963" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.154025" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.154125" 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-06-24T00:47:31.144807" elapsed="0.009371"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.142831" 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-06-24T00:47:31.154465" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.154257" elapsed="0.000283"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.142813" elapsed="0.011748"/>
</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-06-24T00:47:31.159578" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.155551" elapsed="0.004125"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.155327" elapsed="0.004429"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.155308" elapsed="0.004502"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.165229" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.160513" elapsed="0.004768"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.159934" elapsed="0.005383"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.159897" elapsed="0.005445"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.165968" 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-06-24T00:47:31.165555" elapsed="0.000440"/>
</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-06-24T00:47:31.166338" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.166065" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.166894" 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-06-24T00:47:31.166595" elapsed="0.000325"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.166420" elapsed="0.000535"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.166048" elapsed="0.000928"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.167526" 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-06-24T00:47:31.167163" 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-06-24T00:47:31.167976" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.167708" elapsed="0.000329"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.168590" 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-06-24T00:47:31.168256" elapsed="0.000361"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.168060" elapsed="0.000593"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.167687" elapsed="0.000987"/>
</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-06-24T00:47:31.168848" elapsed="0.000368"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.169680" 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-06-24T00:47:31.169385" 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-06-24T00:47:31.169862" 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-06-24T00:47:31.154941" elapsed="0.017308"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.172475" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.172326" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.172305" elapsed="0.000241"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.175005" 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-06-24T00:47:31.172701" elapsed="0.002331"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.175082" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:31.175261" 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-06-24T00:47:31.135972" elapsed="0.039315"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.175348" 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-06-24T00:47:31.132602" elapsed="0.042865"/>
</kw>
<var name="${switch}">31</var>
<status status="PASS" start="2026-06-24T00:47:31.132286" elapsed="0.043222"/>
</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-06-24T00:47:31.181286" 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-06-24T00:47:31.180962" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.181736" 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-06-24T00:47:31.181494" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.182229" 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-06-24T00:47:31.181946" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.182718" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.182460" elapsed="0.000305"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.183691" 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-06-24T00:47:31.183485" elapsed="0.000233"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.184046" 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-06-24T00:47:31.183874" 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-06-24T00:47:31.184244" elapsed="0.000232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.184902" 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-06-24T00:47:31.184650" elapsed="0.000296"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.184992" elapsed="0.000043"/>
</return>
<msg time="2026-06-24T00:47:31.185183" 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-06-24T00:47:31.183019" elapsed="0.002268"/>
</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-06-24T00:47:31.194656" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.194720" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.194821" 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-06-24T00:47:31.187620" elapsed="0.007226"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.185374" elapsed="0.009523"/>
</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-06-24T00:47:31.195105" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.194926" elapsed="0.000274"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.185351" elapsed="0.009871"/>
</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-06-24T00:47:31.199436" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.196270" elapsed="0.003231"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.195997" elapsed="0.003559"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.195977" elapsed="0.003613"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.203087" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.199980" elapsed="0.003195"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.199668" elapsed="0.003558"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.199644" elapsed="0.003616"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.204086" 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-06-24T00:47:31.203537" 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-06-24T00:47:31.204628" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.204243" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.205421" 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-06-24T00:47:31.204985" elapsed="0.000471"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.204740" elapsed="0.000765"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.204217" elapsed="0.001317"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.206334" 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-06-24T00:47:31.205779" elapsed="0.000592"/>
</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-06-24T00:47:31.206818" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.206469" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.207621" 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-06-24T00:47:31.207210" elapsed="0.000447"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.206931" elapsed="0.000775"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.206445" 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-06-24T00:47:31.207955" elapsed="0.000615"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.209111" 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-06-24T00:47:31.208812" elapsed="0.000325"/>
</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-06-24T00:47:31.209334" elapsed="0.002236"/>
</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-06-24T00:47:31.195613" elapsed="0.016095"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.211893" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.211780" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.211761" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.214385" 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-06-24T00:47:31.212112" elapsed="0.002300"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.214461" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:31.214624" 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-06-24T00:47:31.178330" elapsed="0.036319"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.214710" 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-06-24T00:47:31.175829" elapsed="0.038998"/>
</kw>
<var name="${switch}">32</var>
<status status="PASS" start="2026-06-24T00:47:31.175611" elapsed="0.039257"/>
</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-06-24T00:47:31.221686" 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-06-24T00:47:31.221426" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.222126" 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-06-24T00:47:31.221888" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.222591" 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-06-24T00:47:31.222349" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.223022" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.222787" elapsed="0.000276"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.223875" 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-06-24T00:47:31.223685" elapsed="0.000215"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.224240" 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-06-24T00:47:31.224054" elapsed="0.000211"/>
</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-06-24T00:47:31.224448" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.225050" 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-06-24T00:47:31.224803" elapsed="0.000289"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.225135" elapsed="0.000044"/>
</return>
<msg time="2026-06-24T00:47:31.225306" 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-06-24T00:47:31.223283" 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-06-24T00:47:31.236697" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.236757" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.236912" 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-06-24T00:47:31.227512" elapsed="0.009426"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.225400" elapsed="0.011587"/>
</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-06-24T00:47:31.237212" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.237014" elapsed="0.000266"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.225383" elapsed="0.011918"/>
</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-06-24T00:47:31.240568" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.238302" elapsed="0.002310"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.238046" elapsed="0.002600"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.238028" elapsed="0.002642"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.244081" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.241022" elapsed="0.003139"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.240724" elapsed="0.003488"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.240708" elapsed="0.003536"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.245062" 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-06-24T00:47:31.244532" 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-06-24T00:47:31.245564" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.245216" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.246351" 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-06-24T00:47:31.245919" elapsed="0.000468"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.245677" elapsed="0.000759"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.245190" elapsed="0.001274"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.247219" 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-06-24T00:47:31.246702" elapsed="0.000555"/>
</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-06-24T00:47:31.247699" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.247353" elapsed="0.000426"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.248561" 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-06-24T00:47:31.248057" elapsed="0.000541"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.247816" elapsed="0.000833"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.247329" elapsed="0.001349"/>
</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-06-24T00:47:31.248874" elapsed="0.000366"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.249690" 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-06-24T00:47:31.249409" elapsed="0.000307"/>
</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-06-24T00:47:31.249874" elapsed="0.002384"/>
</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-06-24T00:47:31.237683" elapsed="0.014644"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.252537" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.252427" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.252376" elapsed="0.000230"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.254998" 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-06-24T00:47:31.252757" elapsed="0.002269"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.255081" elapsed="0.000043"/>
</return>
<msg time="2026-06-24T00:47:31.255278" 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-06-24T00:47:31.217644" elapsed="0.037660"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.255366" 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-06-24T00:47:31.215199" elapsed="0.040323"/>
</kw>
<var name="${switch}">33</var>
<status status="PASS" start="2026-06-24T00:47:31.214972" elapsed="0.040652"/>
</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-06-24T00:47:31.261364" 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-06-24T00:47:31.261045" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.261815" 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-06-24T00:47:31.261573" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.262283" 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-06-24T00:47:31.262022" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.262759" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.262482" elapsed="0.000320"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.263640" 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-06-24T00:47:31.263441" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.263994" 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-06-24T00:47:31.263824" 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-06-24T00:47:31.264188" elapsed="0.000231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.264937" 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-06-24T00:47:31.264648" elapsed="0.000341"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.265040" elapsed="0.000043"/>
</return>
<msg time="2026-06-24T00:47:31.265250" 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-06-24T00:47:31.263014" elapsed="0.002265"/>
</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-06-24T00:47:31.275643" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.275709" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.275810" 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-06-24T00:47:31.267378" elapsed="0.008458"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.265373" elapsed="0.010513"/>
</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-06-24T00:47:31.276104" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.275915" elapsed="0.000282"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.265347" elapsed="0.010872"/>
</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-06-24T00:47:31.281516" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.277314" elapsed="0.004282"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.277050" elapsed="0.004611"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.277031" elapsed="0.004671"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.285515" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.282202" elapsed="0.003386"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.281799" elapsed="0.003918"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.281770" elapsed="0.003983"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.286733" 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-06-24T00:47:31.286046" elapsed="0.000726"/>
</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-06-24T00:47:31.287256" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.286872" elapsed="0.000475"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.288073" 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-06-24T00:47:31.287648" elapsed="0.000464"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.287390" elapsed="0.000796"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.286846" elapsed="0.001372"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.289006" 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-06-24T00:47:31.288500" 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-06-24T00:47:31.289527" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.289170" elapsed="0.000439"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.290310" 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-06-24T00:47:31.289883" elapsed="0.000465"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.289640" elapsed="0.000756"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.289123" elapsed="0.001301"/>
</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-06-24T00:47:31.290649" elapsed="0.000482"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.291899" 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-06-24T00:47:31.291416" elapsed="0.000525"/>
</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-06-24T00:47:31.292235" elapsed="0.002513"/>
</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-06-24T00:47:31.276666" elapsed="0.018154"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.295005" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.294892" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.294872" elapsed="0.000211"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.297573" 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-06-24T00:47:31.295262" elapsed="0.002338"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.297648" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:31.297812" 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-06-24T00:47:31.258525" elapsed="0.039311"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.297897" 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-06-24T00:47:31.255970" elapsed="0.042044"/>
</kw>
<var name="${switch}">34</var>
<status status="PASS" start="2026-06-24T00:47:31.255725" elapsed="0.042330"/>
</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-06-24T00:47:31.303774" 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-06-24T00:47:31.303500" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.304246" 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-06-24T00:47:31.303977" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.304830" 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-06-24T00:47:31.304572" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.305373" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.305074" elapsed="0.000349"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.306296" 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-06-24T00:47:31.306074" elapsed="0.000249"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.306667" 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-06-24T00:47:31.306490" elapsed="0.000209"/>
</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-06-24T00:47:31.306885" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.307523" 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-06-24T00:47:31.307271" elapsed="0.000298"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.307614" elapsed="0.000038"/>
</return>
<msg time="2026-06-24T00:47:31.307781" 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-06-24T00:47:31.305645" elapsed="0.002162"/>
</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-06-24T00:47:31.317336" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.317406" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.317514" 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-06-24T00:47:31.310180" elapsed="0.007362"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.307885" elapsed="0.009712"/>
</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-06-24T00:47:31.317829" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.317628" elapsed="0.000273"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.307865" elapsed="0.010059"/>
</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-06-24T00:47:31.321391" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.319024" elapsed="0.002414"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.318776" elapsed="0.002698"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.318756" elapsed="0.002742"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.323962" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.321779" elapsed="0.002232"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.321554" elapsed="0.002492"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.321536" elapsed="0.002533"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.324770" 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-06-24T00:47:31.324290" elapsed="0.000518"/>
</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-06-24T00:47:31.325293" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.324907" elapsed="0.000474"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.326087" 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-06-24T00:47:31.325669" elapsed="0.000455"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.325414" elapsed="0.000807"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.324883" elapsed="0.001378"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.327106" 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-06-24T00:47:31.326556" elapsed="0.000625"/>
</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-06-24T00:47:31.327753" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.327392" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.328599" 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-06-24T00:47:31.328122" elapsed="0.000515"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.327876" elapsed="0.000810"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.327364" elapsed="0.001352"/>
</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-06-24T00:47:31.328949" elapsed="0.000506"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.330098" 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-06-24T00:47:31.329690" elapsed="0.000445"/>
</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-06-24T00:47:31.330383" elapsed="0.003133"/>
</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-06-24T00:47:31.318351" elapsed="0.015239"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.333780" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.333666" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.333645" elapsed="0.000204"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.336262" 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-06-24T00:47:31.334004" elapsed="0.002286"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.336340" elapsed="0.000066"/>
</return>
<msg time="2026-06-24T00:47:31.336538" 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-06-24T00:47:31.300912" elapsed="0.035650"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.336624" 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-06-24T00:47:31.298424" elapsed="0.038319"/>
</kw>
<var name="${switch}">35</var>
<status status="PASS" start="2026-06-24T00:47:31.298200" elapsed="0.038584"/>
</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-06-24T00:47:31.342535" 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-06-24T00:47:31.342225" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.342998" 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-06-24T00:47:31.342748" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.343472" 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-06-24T00:47:31.343222" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.343910" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.343671" elapsed="0.000281"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.344815" 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-06-24T00:47:31.344619" elapsed="0.000221"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.345182" 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-06-24T00:47:31.344996" 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-06-24T00:47:31.345363" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.345954" 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-06-24T00:47:31.345709" elapsed="0.000287"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.346039" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:31.346210" 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-06-24T00:47:31.344170" elapsed="0.002121"/>
</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-06-24T00:47:31.357567" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.357662" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.357803" 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-06-24T00:47:31.348405" elapsed="0.009434"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.346366" elapsed="0.011535"/>
</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-06-24T00:47:31.358175" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.357935" elapsed="0.000337"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.346347" elapsed="0.011954"/>
</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-06-24T00:47:31.362762" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.359615" elapsed="0.003224"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.359302" elapsed="0.003587"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.359277" elapsed="0.003646"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.366363" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.363340" elapsed="0.003086"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.362999" elapsed="0.003475"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.362976" elapsed="0.003531"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.367310" 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-06-24T00:47:31.366764" 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-06-24T00:47:31.367790" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.367442" elapsed="0.000452"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.368688" 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-06-24T00:47:31.368208" elapsed="0.000517"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.367932" elapsed="0.000841"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.367417" elapsed="0.001385"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.369577" 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-06-24T00:47:31.369045" elapsed="0.000567"/>
</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-06-24T00:47:31.370051" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.369707" elapsed="0.000423"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.371213" 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-06-24T00:47:31.370564" elapsed="0.000699"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.370189" elapsed="0.001126"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.369683" elapsed="0.001662"/>
</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-06-24T00:47:31.371567" elapsed="0.000510"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.372803" 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-06-24T00:47:31.372419" elapsed="0.000410"/>
</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-06-24T00:47:31.372987" elapsed="0.002451"/>
</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-06-24T00:47:31.358795" elapsed="0.016761"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.375741" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.375630" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.375610" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.378425" 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-06-24T00:47:31.375966" elapsed="0.002489"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.378508" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:31.378679" 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-06-24T00:47:31.339580" elapsed="0.039125"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.378770" 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-06-24T00:47:31.337108" elapsed="0.041784"/>
</kw>
<var name="${switch}">36</var>
<status status="PASS" start="2026-06-24T00:47:31.336892" elapsed="0.042042"/>
</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-06-24T00:47:31.384913" 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-06-24T00:47:31.384596" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.385437" 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-06-24T00:47:31.385188" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.385896" 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-06-24T00:47:31.385650" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.386370" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.386107" elapsed="0.000306"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.387300" 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-06-24T00:47:31.387045" elapsed="0.000282"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.387767" 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-06-24T00:47:31.387507" elapsed="0.000288"/>
</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-06-24T00:47:31.387951" elapsed="0.000268"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.388667" 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-06-24T00:47:31.388414" elapsed="0.000296"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.388758" elapsed="0.000041"/>
</return>
<msg time="2026-06-24T00:47:31.388929" 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-06-24T00:47:31.386634" elapsed="0.002319"/>
</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-06-24T00:47:31.400352" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.400411" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.400583" 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-06-24T00:47:31.391607" elapsed="0.009003"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.389033" elapsed="0.011635"/>
</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-06-24T00:47:31.400878" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.400703" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.389012" elapsed="0.011956"/>
</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-06-24T00:47:31.404632" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.402020" elapsed="0.002662"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.401788" elapsed="0.002932"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.401769" elapsed="0.002976"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.408364" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.405199" elapsed="0.003234"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.404822" elapsed="0.003661"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.404794" elapsed="0.003722"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.409387" 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-06-24T00:47:31.408794" elapsed="0.000632"/>
</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-06-24T00:47:31.410113" elapsed="0.000214"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.409523" elapsed="0.000956"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.412126" 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-06-24T00:47:31.411307" elapsed="0.000881"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.410549" elapsed="0.001693"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.409498" elapsed="0.002774"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.413086" 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-06-24T00:47:31.412563" elapsed="0.000571"/>
</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-06-24T00:47:31.413620" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.413260" elapsed="0.000440"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.414443" 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-06-24T00:47:31.413980" elapsed="0.000499"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.413733" elapsed="0.000794"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.413234" 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-06-24T00:47:31.414778" elapsed="0.000504"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.415917" 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-06-24T00:47:31.415516" 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-06-24T00:47:31.416387" elapsed="0.002379"/>
</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-06-24T00:47:31.401409" elapsed="0.017428"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.419015" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.418904" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.418886" elapsed="0.000199"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.421535" 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-06-24T00:47:31.419248" elapsed="0.002313"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.421609" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:31.421772" 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-06-24T00:47:31.381966" elapsed="0.039831"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.421857" 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-06-24T00:47:31.379344" elapsed="0.042641"/>
</kw>
<var name="${switch}">37</var>
<status status="PASS" start="2026-06-24T00:47:31.379074" elapsed="0.043044"/>
</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-06-24T00:47:31.427755" 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-06-24T00:47:31.427504" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.428241" 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-06-24T00:47:31.427959" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.428753" 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-06-24T00:47:31.428506" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.429459" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.429075" elapsed="0.000428"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.430328" 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-06-24T00:47:31.430113" elapsed="0.000241"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.430714" 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-06-24T00:47:31.430513" 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-06-24T00:47:31.430936" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.431575" 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-06-24T00:47:31.431317" elapsed="0.000302"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.431660" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:31.431812" 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-06-24T00:47:31.429708" elapsed="0.002128"/>
</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-06-24T00:47:31.444872" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.445001" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.445252" 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-06-24T00:47:31.434427" elapsed="0.010887"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.431906" elapsed="0.013515"/>
</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-06-24T00:47:31.445864" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.445479" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.431888" elapsed="0.014178"/>
</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-06-24T00:47:31.453081" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.448368" elapsed="0.004759"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.447796" elapsed="0.005382"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.447754" elapsed="0.005449"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.455713" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.453488" elapsed="0.002272"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.453258" elapsed="0.002586"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.453241" elapsed="0.002628"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.456501" 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-06-24T00:47:31.456061" elapsed="0.000468"/>
</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-06-24T00:47:31.456859" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.456598" elapsed="0.000320"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.457441" 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-06-24T00:47:31.457119" elapsed="0.000348"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.456941" elapsed="0.000562"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.456581" elapsed="0.000943"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.458064" 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-06-24T00:47:31.457699" elapsed="0.000392"/>
</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-06-24T00:47:31.458429" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.458176" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.458980" 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-06-24T00:47:31.458686" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.458511" elapsed="0.000530"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.458157" 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-06-24T00:47:31.459235" elapsed="0.000350"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.460044" 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-06-24T00:47:31.459752" 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-06-24T00:47:31.460244" 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-06-24T00:47:31.446950" elapsed="0.015629"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.462784" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.462651" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.462630" elapsed="0.000241"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.465473" 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-06-24T00:47:31.463064" elapsed="0.002455"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.465573" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:31.465741" 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-06-24T00:47:31.424930" elapsed="0.040835"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.465828" 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-06-24T00:47:31.422465" elapsed="0.043488"/>
</kw>
<var name="${switch}">38</var>
<status status="PASS" start="2026-06-24T00:47:31.422249" elapsed="0.043745"/>
</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-06-24T00:47:31.471904" 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-06-24T00:47:31.471647" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.472402" 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-06-24T00:47:31.472119" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.472911" 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-06-24T00:47:31.472655" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.473458" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.473125" elapsed="0.000379"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.474355" 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-06-24T00:47:31.474137" elapsed="0.000244"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.474751" 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-06-24T00:47:31.474541" elapsed="0.000243"/>
</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-06-24T00:47:31.474948" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.475636" 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-06-24T00:47:31.475381" elapsed="0.000300"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.475723" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:31.475878" 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-06-24T00:47:31.473713" elapsed="0.002189"/>
</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-06-24T00:47:31.486172" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.486272" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.486429" 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-06-24T00:47:31.478032" elapsed="0.008436"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.475972" elapsed="0.010574"/>
</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-06-24T00:47:31.486864" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.486591" elapsed="0.000388"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.475955" elapsed="0.011059"/>
</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-06-24T00:47:31.492192" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.488728" elapsed="0.003535"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.488388" elapsed="0.003964"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.488357" elapsed="0.004033"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.496033" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.492810" elapsed="0.003300"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.492475" elapsed="0.003714"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.492449" elapsed="0.003779"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.497190" 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-06-24T00:47:31.496640" 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-06-24T00:47:31.497603" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.497300" elapsed="0.000370"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.498260" 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-06-24T00:47:31.497905" elapsed="0.000384"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.497697" elapsed="0.000631"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.497281" elapsed="0.001074"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.498983" 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-06-24T00:47:31.498559" elapsed="0.000453"/>
</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-06-24T00:47:31.499582" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.499191" elapsed="0.000510"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.500386" 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-06-24T00:47:31.499947" elapsed="0.000475"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.499730" elapsed="0.000760"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.499168" 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-06-24T00:47:31.500751" elapsed="0.000467"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.501775" 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-06-24T00:47:31.501432" elapsed="0.000377"/>
</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-06-24T00:47:31.501998" elapsed="0.002537"/>
</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-06-24T00:47:31.487682" elapsed="0.016923"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.504787" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.504673" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.504654" elapsed="0.000208"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.507316" 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-06-24T00:47:31.505038" elapsed="0.002305"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.507392" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:31.507555" 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-06-24T00:47:31.468932" elapsed="0.038648"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.507640" 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-06-24T00:47:31.466347" elapsed="0.041413"/>
</kw>
<var name="${switch}">39</var>
<status status="PASS" start="2026-06-24T00:47:31.466115" elapsed="0.041688"/>
</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-06-24T00:47:31.513400" 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-06-24T00:47:31.513117" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.513842" 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-06-24T00:47:31.513603" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.514310" 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-06-24T00:47:31.514045" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.514745" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.514507" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.515630" 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-06-24T00:47:31.515412" elapsed="0.000245"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.515989" 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-06-24T00:47:31.515816" 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-06-24T00:47:31.516183" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.516807" 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-06-24T00:47:31.516559" elapsed="0.000292"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.516893" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:31.517061" 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-06-24T00:47:31.514990" 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-06-24T00:47:31.527569" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.527626" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.527718" 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-06-24T00:47:31.519243" elapsed="0.008502"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.517218" elapsed="0.010577"/>
</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-06-24T00:47:31.527985" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.527823" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.517198" elapsed="0.010877"/>
</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-06-24T00:47:31.531481" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.529100" elapsed="0.002425"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.528876" elapsed="0.002685"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.528857" elapsed="0.002729"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.534685" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.531870" elapsed="0.002881"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.531643" elapsed="0.003160"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.531625" elapsed="0.003214"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.535651" 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-06-24T00:47:31.535095" elapsed="0.000593"/>
</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-06-24T00:47:31.536142" elapsed="0.000056"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.535786" elapsed="0.000495"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.536986" 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-06-24T00:47:31.536569" elapsed="0.000454"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.536317" elapsed="0.000755"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.535761" elapsed="0.001339"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.537993" 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-06-24T00:47:31.537404" elapsed="0.000629"/>
</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-06-24T00:47:31.538515" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.538134" elapsed="0.000463"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.539442" 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-06-24T00:47:31.538897" elapsed="0.000586"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.538630" elapsed="0.000905"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.538109" elapsed="0.001455"/>
</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-06-24T00:47:31.539786" elapsed="0.000548"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.540970" 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-06-24T00:47:31.540573" elapsed="0.000434"/>
</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-06-24T00:47:31.541251" elapsed="0.003476"/>
</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-06-24T00:47:31.528486" elapsed="0.016429"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.545415" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.545025" elapsed="0.000457"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.544995" elapsed="0.000519"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.549213" 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-06-24T00:47:31.545742" elapsed="0.003514"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.549333" elapsed="0.000050"/>
</return>
<msg time="2026-06-24T00:47:31.549572" 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-06-24T00:47:31.510598" elapsed="0.039011"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.549700" 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-06-24T00:47:31.508126" elapsed="0.041753"/>
</kw>
<var name="${switch}">40</var>
<status status="PASS" start="2026-06-24T00:47:31.507910" elapsed="0.042030"/>
</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-06-24T00:47:31.558542" 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-06-24T00:47:31.558028" elapsed="0.000622"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.559342" 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-06-24T00:47:31.558951" elapsed="0.000466"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.559998" 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-06-24T00:47:31.559644" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.560741" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.560384" elapsed="0.000411"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.561695" 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-06-24T00:47:31.561490" elapsed="0.000231"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.562049" 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-06-24T00:47:31.561880" 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-06-24T00:47:31.562248" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.562862" 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-06-24T00:47:31.562616" elapsed="0.000296"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.562960" elapsed="0.000044"/>
</return>
<msg time="2026-06-24T00:47:31.563134" 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-06-24T00:47:31.561044" elapsed="0.002130"/>
</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-06-24T00:47:31.572785" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.572866" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.573069" 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-06-24T00:47:31.565461" elapsed="0.007647"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.563257" elapsed="0.009947"/>
</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-06-24T00:47:31.573477" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.573245" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.563236" elapsed="0.010373"/>
</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-06-24T00:47:31.578347" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.575058" elapsed="0.003353"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.574729" elapsed="0.003732"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.574701" elapsed="0.003795"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.581703" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.578899" elapsed="0.002850"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.578575" elapsed="0.003208"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.578552" elapsed="0.003254"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.582402" 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-06-24T00:47:31.581997" elapsed="0.000432"/>
</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-06-24T00:47:31.582746" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.582496" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.583309" 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-06-24T00:47:31.583001" elapsed="0.000334"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.582826" elapsed="0.000544"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.582479" elapsed="0.000911"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.583921" 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-06-24T00:47:31.583562" 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-06-24T00:47:31.584295" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.584014" elapsed="0.000340"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.584863" 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-06-24T00:47:31.584553" elapsed="0.000335"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.584378" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.583998" elapsed="0.000945"/>
</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-06-24T00:47:31.585099" elapsed="0.000362"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.585907" 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-06-24T00:47:31.585628" 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-06-24T00:47:31.586088" elapsed="0.002207"/>
</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-06-24T00:47:31.574138" elapsed="0.014220"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.588530" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.588424" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.588406" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.590947" 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-06-24T00:47:31.588743" elapsed="0.002230"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.591020" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:31.591188" 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-06-24T00:47:31.554240" elapsed="0.036973"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.591274" 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-06-24T00:47:31.550413" elapsed="0.040977"/>
</kw>
<var name="${switch}">41</var>
<status status="PASS" start="2026-06-24T00:47:31.550082" elapsed="0.041381"/>
</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-06-24T00:47:31.596987" 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-06-24T00:47:31.596740" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.597443" 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-06-24T00:47:31.597204" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.597885" 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-06-24T00:47:31.597645" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.598333" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.598080" elapsed="0.000296"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.599201" 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-06-24T00:47:31.598987" elapsed="0.000241"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.599553" 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-06-24T00:47:31.599384" 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-06-24T00:47:31.599729" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.600402" 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-06-24T00:47:31.600085" elapsed="0.000362"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.600489" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:31.600644" 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-06-24T00:47:31.598577" 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-06-24T00:47:31.613259" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.613339" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.613465" 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-06-24T00:47:31.603679" elapsed="0.009819"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.600746" elapsed="0.012812"/>
</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-06-24T00:47:31.613818" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.613593" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.600728" elapsed="0.013203"/>
</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-06-24T00:47:31.618331" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.615247" elapsed="0.003137"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.614920" elapsed="0.003506"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.614897" elapsed="0.003559"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.621716" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.618818" elapsed="0.002957"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.618523" elapsed="0.003362"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.618503" elapsed="0.003414"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.622670" 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-06-24T00:47:31.622186" elapsed="0.000517"/>
</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-06-24T00:47:31.623123" elapsed="0.000047"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.622789" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.623852" 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-06-24T00:47:31.623480" elapsed="0.000404"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.623245" elapsed="0.000683"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.622767" elapsed="0.001187"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.624674" 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-06-24T00:47:31.624219" elapsed="0.000488"/>
</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-06-24T00:47:31.625119" elapsed="0.000075"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.624795" elapsed="0.000447"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.625887" 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-06-24T00:47:31.625508" elapsed="0.000411"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.625272" elapsed="0.000691"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.624770" elapsed="0.001219"/>
</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-06-24T00:47:31.626213" elapsed="0.000434"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.627250" 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-06-24T00:47:31.626868" 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-06-24T00:47:31.627491" elapsed="0.003160"/>
</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-06-24T00:47:31.614457" elapsed="0.016273"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.630946" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.630812" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.630789" elapsed="0.000244"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.634266" 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-06-24T00:47:31.631241" elapsed="0.003059"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.634362" elapsed="0.000041"/>
</return>
<msg time="2026-06-24T00:47:31.634560" 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-06-24T00:47:31.594172" elapsed="0.040418"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.634669" elapsed="0.000032"/>
</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-06-24T00:47:31.591755" elapsed="0.043063"/>
</kw>
<var name="${switch}">42</var>
<status status="PASS" start="2026-06-24T00:47:31.591560" elapsed="0.043310"/>
</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-06-24T00:47:31.642203" 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-06-24T00:47:31.641863" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.642780" 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-06-24T00:47:31.642474" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.643453" 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-06-24T00:47:31.643119" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.644022" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.643719" elapsed="0.000358"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.645356" 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-06-24T00:47:31.644909" elapsed="0.000481"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.645812" 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-06-24T00:47:31.645598" elapsed="0.000245"/>
</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-06-24T00:47:31.646044" elapsed="0.000257"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.646830" 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-06-24T00:47:31.646513" elapsed="0.000374"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.646940" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:31.647131" 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-06-24T00:47:31.644384" elapsed="0.002796"/>
</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-06-24T00:47:31.657331" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.657399" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.657507" 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-06-24T00:47:31.650096" elapsed="0.007442"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.647272" elapsed="0.010321"/>
</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-06-24T00:47:31.657827" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.657625" elapsed="0.000285"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.647249" elapsed="0.010688"/>
</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-06-24T00:47:31.663796" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.659167" elapsed="0.004686"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.658853" elapsed="0.005045"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.658830" elapsed="0.005099"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.669690" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.664330" elapsed="0.005470"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.664000" elapsed="0.005879"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.663979" elapsed="0.005953"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.671434" 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-06-24T00:47:31.670419" elapsed="0.001086"/>
</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-06-24T00:47:31.672318" elapsed="0.000053"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.671666" elapsed="0.000786"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.673625" 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-06-24T00:47:31.672905" elapsed="0.000779"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.672505" elapsed="0.001257"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.671624" elapsed="0.002184"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.675203" 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-06-24T00:47:31.674271" elapsed="0.000997"/>
</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-06-24T00:47:31.676076" elapsed="0.000049"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.675501" elapsed="0.000763"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.677491" 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-06-24T00:47:31.676777" elapsed="0.000775"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.676320" elapsed="0.001311"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.675459" elapsed="0.002218"/>
</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-06-24T00:47:31.678025" elapsed="0.000816"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.679860" 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-06-24T00:47:31.679249" elapsed="0.000668"/>
</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-06-24T00:47:31.680357" elapsed="0.002431"/>
</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-06-24T00:47:31.658417" elapsed="0.024436"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.683033" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.682922" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.682903" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.685531" 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-06-24T00:47:31.683265" elapsed="0.002293"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.685607" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:31.685765" 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-06-24T00:47:31.638527" elapsed="0.047264"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.685855" 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-06-24T00:47:31.635272" elapsed="0.050702"/>
</kw>
<var name="${switch}">43</var>
<status status="PASS" start="2026-06-24T00:47:31.634993" elapsed="0.051020"/>
</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-06-24T00:47:31.691531" 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-06-24T00:47:31.691273" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.692010" 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-06-24T00:47:31.691757" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.692535" 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-06-24T00:47:31.692274" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.692981" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.692734" elapsed="0.000290"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.693840" 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-06-24T00:47:31.693649" elapsed="0.000217"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.694207" 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-06-24T00:47:31.694021" 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-06-24T00:47:31.694386" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.694975" 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-06-24T00:47:31.694729" elapsed="0.000290"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.695061" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:31.695230" 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-06-24T00:47:31.693245" elapsed="0.002045"/>
</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-06-24T00:47:31.706748" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.706804" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.706893" 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-06-24T00:47:31.697529" elapsed="0.009390"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.695363" elapsed="0.011606"/>
</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-06-24T00:47:31.707184" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.707004" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.695345" elapsed="0.011931"/>
</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-06-24T00:47:31.710468" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.708257" elapsed="0.002265"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.707988" elapsed="0.002573"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.707970" elapsed="0.002615"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.713214" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.710874" elapsed="0.002406"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.710642" elapsed="0.002686"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.710625" elapsed="0.002737"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.714178" 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-06-24T00:47:31.713622" 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-06-24T00:47:31.714665" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.714314" elapsed="0.000431"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.715458" 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-06-24T00:47:31.715020" elapsed="0.000475"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.714778" elapsed="0.000766"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.714289" elapsed="0.001283"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.716370" 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-06-24T00:47:31.715813" 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-06-24T00:47:31.716867" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.716505" elapsed="0.000446"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.717687" 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-06-24T00:47:31.717273" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.716983" elapsed="0.000790"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.716480" elapsed="0.001321"/>
</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-06-24T00:47:31.718015" elapsed="0.000509"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.719167" 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-06-24T00:47:31.718760" elapsed="0.000445"/>
</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-06-24T00:47:31.719425" elapsed="0.002604"/>
</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-06-24T00:47:31.707630" elapsed="0.014513"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.722354" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.722229" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.722209" elapsed="0.000213"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.724847" 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-06-24T00:47:31.722570" elapsed="0.002303"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.724921" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:31.725080" 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-06-24T00:47:31.688781" elapsed="0.036324"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.725180" 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-06-24T00:47:31.686325" elapsed="0.038976"/>
</kw>
<var name="${switch}">44</var>
<status status="PASS" start="2026-06-24T00:47:31.686106" elapsed="0.039235"/>
</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-06-24T00:47:31.731062" 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-06-24T00:47:31.730807" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.731525" 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-06-24T00:47:31.731284" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.731976" 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-06-24T00:47:31.731731" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.732501" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.732237" elapsed="0.000309"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.733382" 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-06-24T00:47:31.733187" elapsed="0.000221"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.733733" 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-06-24T00:47:31.733564" 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-06-24T00:47:31.733909" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.734517" 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-06-24T00:47:31.734271" elapsed="0.000290"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.734604" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:31.734765" 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-06-24T00:47:31.732755" 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-06-24T00:47:31.743583" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.743641" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.743809" 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-06-24T00:47:31.737246" elapsed="0.006590"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.734865" elapsed="0.009018"/>
</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-06-24T00:47:31.744077" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.743910" elapsed="0.000290"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.734846" elapsed="0.009380"/>
</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-06-24T00:47:31.747478" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.745246" elapsed="0.002276"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.744995" elapsed="0.002561"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.744977" elapsed="0.002603"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.750050" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.747887" elapsed="0.002208"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.747638" elapsed="0.002492"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.747617" elapsed="0.002552"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.750753" 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-06-24T00:47:31.750359" 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-06-24T00:47:31.751102" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.750848" elapsed="0.000329"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.751691" 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-06-24T00:47:31.751390" elapsed="0.000327"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.751202" elapsed="0.000551"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.750830" elapsed="0.000943"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.752386" 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-06-24T00:47:31.751950" 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-06-24T00:47:31.752740" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.752482" elapsed="0.000330"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.753536" 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-06-24T00:47:31.753096" elapsed="0.000476"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.752850" elapsed="0.000771"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.752465" elapsed="0.001185"/>
</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-06-24T00:47:31.753865" elapsed="0.000637"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.755130" 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-06-24T00:47:31.754740" 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-06-24T00:47:31.755423" 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-06-24T00:47:31.744626" elapsed="0.014254"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.759126" elapsed="0.000042"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.758975" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.758948" elapsed="0.000298"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.762626" 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-06-24T00:47:31.759459" elapsed="0.003205"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.762733" elapsed="0.000044"/>
</return>
<msg time="2026-06-24T00:47:31.762989" 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-06-24T00:47:31.728135" elapsed="0.034892"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.763115" elapsed="0.000060"/>
</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-06-24T00:47:31.725640" elapsed="0.037672"/>
</kw>
<var name="${switch}">45</var>
<status status="PASS" start="2026-06-24T00:47:31.725435" elapsed="0.038007"/>
</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-06-24T00:47:31.769468" 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-06-24T00:47:31.769192" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.769912" 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-06-24T00:47:31.769673" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.770380" 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-06-24T00:47:31.770117" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.770817" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.770579" elapsed="0.000281"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.771684" 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-06-24T00:47:31.771489" elapsed="0.000221"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.772034" 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-06-24T00:47:31.771865" 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-06-24T00:47:31.772268" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.772870" 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-06-24T00:47:31.772624" elapsed="0.000289"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.772955" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:31.773120" 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-06-24T00:47:31.771065" elapsed="0.002098"/>
</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-06-24T00:47:31.784429" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.784486" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.784577" 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-06-24T00:47:31.775422" elapsed="0.009181"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.773239" elapsed="0.011409"/>
</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-06-24T00:47:31.784834" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.784673" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.773220" 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-06-24T00:47:31.788388" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.785892" elapsed="0.002540"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.785658" elapsed="0.002809"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.785640" elapsed="0.002850"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.791763" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.788771" elapsed="0.003056"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.788545" elapsed="0.003384"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.788528" elapsed="0.003436"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.792841" 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-06-24T00:47:31.792293" 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-06-24T00:47:31.793351" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.792975" elapsed="0.000458"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.794127" 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-06-24T00:47:31.793712" elapsed="0.000472"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.793465" elapsed="0.000769"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.792951" elapsed="0.001312"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.795015" 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-06-24T00:47:31.794511" 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-06-24T00:47:31.795515" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.795166" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.796330" 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-06-24T00:47:31.795871" elapsed="0.000496"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.795627" elapsed="0.000790"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.795122" 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-06-24T00:47:31.796661" elapsed="0.000482"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.797780" 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-06-24T00:47:31.797396" 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-06-24T00:47:31.798034" elapsed="0.003033"/>
</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-06-24T00:47:31.785306" elapsed="0.015867"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.801416" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.801268" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.801242" elapsed="0.000265"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.804829" 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-06-24T00:47:31.801710" elapsed="0.003145"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.804903" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:31.805056" 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-06-24T00:47:31.766596" elapsed="0.038485"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.805139" elapsed="0.000041"/>
</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-06-24T00:47:31.763864" elapsed="0.041410"/>
</kw>
<var name="${switch}">46</var>
<status status="PASS" start="2026-06-24T00:47:31.763575" elapsed="0.041738"/>
</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-06-24T00:47:31.810898" 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-06-24T00:47:31.810632" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.811369" 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-06-24T00:47:31.811114" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.811879" 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-06-24T00:47:31.811627" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.812367" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.812077" elapsed="0.000332"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.813231" 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-06-24T00:47:31.813019" elapsed="0.000239"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.813585" 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-06-24T00:47:31.813415" 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-06-24T00:47:31.813762" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.814373" 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-06-24T00:47:31.814110" elapsed="0.000306"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.814459" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:31.814620" 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-06-24T00:47:31.812613" 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-06-24T00:47:31.824037" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.824245" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.824459" 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-06-24T00:47:31.817014" elapsed="0.007512"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.814717" elapsed="0.009922"/>
</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-06-24T00:47:31.825067" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.824698" elapsed="0.000550"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.814698" 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-06-24T00:47:31.831345" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.827509" elapsed="0.003897"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.826962" elapsed="0.004493"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.826923" elapsed="0.004564"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.834921" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.831870" elapsed="0.003117"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.831562" elapsed="0.003473"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.831539" elapsed="0.003528"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.835885" 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-06-24T00:47:31.835349" elapsed="0.000574"/>
</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-06-24T00:47:31.836440" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.836020" elapsed="0.000503"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.837241" 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-06-24T00:47:31.836802" elapsed="0.000475"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.836555" elapsed="0.000771"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.835995" elapsed="0.001360"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.838109" 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-06-24T00:47:31.837596" 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-06-24T00:47:31.838683" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.838330" elapsed="0.000435"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.839523" 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-06-24T00:47:31.839043" elapsed="0.000518"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.838798" elapsed="0.000814"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.838303" elapsed="0.001340"/>
</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-06-24T00:47:31.839863" elapsed="0.000564"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.840994" 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-06-24T00:47:31.840666" elapsed="0.000353"/>
</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-06-24T00:47:31.841192" elapsed="0.002339"/>
</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-06-24T00:47:31.826101" elapsed="0.017495"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.843772" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.843664" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.843646" elapsed="0.000200"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.846248" 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-06-24T00:47:31.843994" elapsed="0.002281"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.846324" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:31.846483" 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-06-24T00:47:31.808195" elapsed="0.038313"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.846569" 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-06-24T00:47:31.805599" elapsed="0.041089"/>
</kw>
<var name="${switch}">47</var>
<status status="PASS" start="2026-06-24T00:47:31.805402" elapsed="0.041327"/>
</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-06-24T00:47:31.852759" 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-06-24T00:47:31.852505" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.853226" 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-06-24T00:47:31.852969" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.853678" 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-06-24T00:47:31.853432" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.854114" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.853875" elapsed="0.000298"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.854982" 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-06-24T00:47:31.854791" elapsed="0.000217"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.855353" 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-06-24T00:47:31.855181" 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-06-24T00:47:31.855539" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.856182" 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-06-24T00:47:31.855886" elapsed="0.000342"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.856271" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:31.856428" 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-06-24T00:47:31.854381" elapsed="0.002132"/>
</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-06-24T00:47:31.866883" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.866940" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.867099" 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-06-24T00:47:31.858618" elapsed="0.008506"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.856590" elapsed="0.010601"/>
</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-06-24T00:47:31.867383" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.867218" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.856571" elapsed="0.010901"/>
</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-06-24T00:47:31.870764" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.868503" elapsed="0.002304"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.868272" elapsed="0.002570"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.868254" elapsed="0.002611"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.873670" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.871141" elapsed="0.002594"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.870919" elapsed="0.002866"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.870902" elapsed="0.002918"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.874670" 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-06-24T00:47:31.874085" 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-06-24T00:47:31.875199" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.874809" elapsed="0.000477"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.876020" 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-06-24T00:47:31.875581" elapsed="0.000477"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.875320" elapsed="0.000855"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.874783" elapsed="0.001428"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.876998" 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-06-24T00:47:31.876470" 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-06-24T00:47:31.877533" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.877134" elapsed="0.000491"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.878377" 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-06-24T00:47:31.877919" elapsed="0.000496"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.877659" elapsed="0.000809"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.877110" elapsed="0.001389"/>
</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-06-24T00:47:31.878728" elapsed="0.000566"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.879952" 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-06-24T00:47:31.879546" elapsed="0.000443"/>
</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-06-24T00:47:31.880267" elapsed="0.003474"/>
</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-06-24T00:47:31.867863" elapsed="0.016030"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.884233" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.883994" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.883967" elapsed="0.000368"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.886848" 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-06-24T00:47:31.884555" elapsed="0.002319"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.886923" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:31.887081" 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-06-24T00:47:31.849844" elapsed="0.037261"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.887182" 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-06-24T00:47:31.847028" elapsed="0.040275"/>
</kw>
<var name="${switch}">48</var>
<status status="PASS" start="2026-06-24T00:47:31.846827" elapsed="0.040516"/>
</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-06-24T00:47:31.892852" 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-06-24T00:47:31.892603" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.893312" 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-06-24T00:47:31.893055" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.893758" 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-06-24T00:47:31.893516" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.894208" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.893955" elapsed="0.000297"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.895065" 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-06-24T00:47:31.894873" elapsed="0.000218"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.895434" 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-06-24T00:47:31.895264" 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-06-24T00:47:31.895611" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.896274" 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-06-24T00:47:31.895954" elapsed="0.000364"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.896361" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:31.896513" 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-06-24T00:47:31.894455" elapsed="0.002082"/>
</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-06-24T00:47:31.906003" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.906081" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.906289" 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-06-24T00:47:31.898596" elapsed="0.007732"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.896606" elapsed="0.009788"/>
</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-06-24T00:47:31.906675" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.906429" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.896589" elapsed="0.010218"/>
</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-06-24T00:47:31.911746" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.908247" elapsed="0.003563"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.907861" elapsed="0.004001"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.907835" elapsed="0.004062"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.915628" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.912394" elapsed="0.003302"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.911977" elapsed="0.003771"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.911953" elapsed="0.003829"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.916665" 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-06-24T00:47:31.916045" 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-06-24T00:47:31.917051" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.916802" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.917617" 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-06-24T00:47:31.917322" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.917130" elapsed="0.000547"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.916782" elapsed="0.000915"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.918260" 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-06-24T00:47:31.917868" elapsed="0.000419"/>
</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-06-24T00:47:31.918602" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.918356" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.919182" 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-06-24T00:47:31.918870" elapsed="0.000339"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.918683" elapsed="0.000561"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.918338" elapsed="0.000926"/>
</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-06-24T00:47:31.919418" elapsed="0.000341"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.920242" 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-06-24T00:47:31.919925" 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-06-24T00:47:31.920425" elapsed="0.002143"/>
</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-06-24T00:47:31.907345" elapsed="0.015284"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.922815" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.922708" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.922686" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.925335" 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-06-24T00:47:31.923037" elapsed="0.002325"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.925413" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:31.925568" 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-06-24T00:47:31.890139" elapsed="0.035454"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.925653" 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-06-24T00:47:31.887636" elapsed="0.038133"/>
</kw>
<var name="${switch}">49</var>
<status status="PASS" start="2026-06-24T00:47:31.887436" elapsed="0.038418"/>
</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-06-24T00:47:31.931399" 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-06-24T00:47:31.931104" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.931838" 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-06-24T00:47:31.931601" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.932343" 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-06-24T00:47:31.932040" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.932777" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.932542" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.933711" 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-06-24T00:47:31.933468" elapsed="0.000275"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.934079" 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-06-24T00:47:31.933905" elapsed="0.000201"/>
</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-06-24T00:47:31.934280" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.934890" 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-06-24T00:47:31.934640" elapsed="0.000304"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.934989" elapsed="0.000038"/>
</return>
<msg time="2026-06-24T00:47:31.935189" 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-06-24T00:47:31.933021" elapsed="0.002194"/>
</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-06-24T00:47:31.944410" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.944467" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.944561" 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-06-24T00:47:31.937509" elapsed="0.007079"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.935296" elapsed="0.009339"/>
</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-06-24T00:47:31.944835" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.944662" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.935276" elapsed="0.009648"/>
</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-06-24T00:47:31.948296" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.945956" elapsed="0.002385"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.945722" elapsed="0.002653"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.945703" elapsed="0.002695"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.951806" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.948674" elapsed="0.003201"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.948452" elapsed="0.003535"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.948436" elapsed="0.003587"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.952942" 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-06-24T00:47:31.952380" 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-06-24T00:47:31.953476" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.953082" elapsed="0.000479"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.954320" 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-06-24T00:47:31.953854" elapsed="0.000504"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.953594" elapsed="0.000821"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.953057" elapsed="0.001389"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.955249" 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-06-24T00:47:31.954702" elapsed="0.000586"/>
</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-06-24T00:47:31.955754" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.955389" elapsed="0.000451"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.956656" 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-06-24T00:47:31.956214" elapsed="0.000482"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.955874" elapsed="0.000874"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.955363" elapsed="0.001415"/>
</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-06-24T00:47:31.957007" elapsed="0.000532"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.958215" 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-06-24T00:47:31.957784" 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-06-24T00:47:31.958482" elapsed="0.003264"/>
</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-06-24T00:47:31.945331" elapsed="0.016508"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:31.962089" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:31.961936" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.961910" elapsed="0.000301"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:31.965482" 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-06-24T00:47:31.962429" elapsed="0.003080"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:31.965556" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:31.965714" 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-06-24T00:47:31.928647" elapsed="0.037092"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:31.965799" 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-06-24T00:47:31.926167" elapsed="0.039748"/>
</kw>
<var name="${switch}">50</var>
<status status="PASS" start="2026-06-24T00:47:31.925946" elapsed="0.040009"/>
</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-06-24T00:47:31.971610" 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-06-24T00:47:31.971361" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.972077" 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-06-24T00:47:31.971812" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.972586" 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-06-24T00:47:31.972339" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.973022" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.972785" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:31.973879" 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-06-24T00:47:31.973685" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:31.974240" 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-06-24T00:47:31.974057" 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-06-24T00:47:31.974415" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.975004" 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-06-24T00:47:31.974760" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:31.975087" elapsed="0.000028"/>
</return>
<msg time="2026-06-24T00:47:31.975254" 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-06-24T00:47:31.973281" elapsed="0.001997"/>
</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-06-24T00:47:31.984288" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:31.984343" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:31.984431" 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-06-24T00:47:31.977319" elapsed="0.007137"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.975347" elapsed="0.009154"/>
</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-06-24T00:47:31.984682" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.984526" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.975330" elapsed="0.009438"/>
</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-06-24T00:47:31.987961" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.985730" elapsed="0.002274"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.985487" elapsed="0.002623"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.985469" elapsed="0.002687"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.991476" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:31.988451" elapsed="0.003091"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.988219" elapsed="0.003373"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.988202" elapsed="0.003425"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.992537" 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-06-24T00:47:31.991891" elapsed="0.000684"/>
</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-06-24T00:47:31.993066" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.992675" elapsed="0.000495"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.993898" 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-06-24T00:47:31.993466" elapsed="0.000470"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.993207" elapsed="0.000779"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.992650" elapsed="0.001366"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.994818" 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-06-24T00:47:31.994288" 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-06-24T00:47:31.995395" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:31.995005" elapsed="0.000474"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:31.996267" 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-06-24T00:47:31.995768" elapsed="0.000537"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:31.995513" elapsed="0.000844"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:31.994979" elapsed="0.001408"/>
</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-06-24T00:47:31.996691" elapsed="0.000533"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:31.997868" 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-06-24T00:47:31.997470" 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-06-24T00:47:31.998206" elapsed="0.003437"/>
</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-06-24T00:47:31.985121" elapsed="0.016616"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.001988" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.001836" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.001808" elapsed="0.000277"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.005422" 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-06-24T00:47:32.002325" elapsed="0.003124"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.005496" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:32.005651" 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-06-24T00:47:31.968808" elapsed="0.036868"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.005734" 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-06-24T00:47:31.966275" elapsed="0.039576"/>
</kw>
<var name="${switch}">51</var>
<status status="PASS" start="2026-06-24T00:47:31.966048" elapsed="0.039843"/>
</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-06-24T00:47:32.011291" 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-06-24T00:47:32.011030" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.011723" 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-06-24T00:47:32.011489" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.012209" 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-06-24T00:47:32.011929" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.012640" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.012404" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.013622" 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-06-24T00:47:32.013436" elapsed="0.000212"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.013964" 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-06-24T00:47:32.013800" elapsed="0.000189"/>
</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-06-24T00:47:32.014138" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.014746" 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-06-24T00:47:32.014499" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.014832" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:32.014986" 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-06-24T00:47:32.012881" elapsed="0.002170"/>
</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-06-24T00:47:32.030413" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.030498" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.030636" 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-06-24T00:47:32.017182" elapsed="0.013492"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.015125" elapsed="0.015617"/>
</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-06-24T00:47:32.031031" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.030781" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.015107" elapsed="0.016077"/>
</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-06-24T00:47:32.037705" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.032667" elapsed="0.005102"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.032327" elapsed="0.005497"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.032300" elapsed="0.005559"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.041543" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.038289" elapsed="0.003321"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.037940" elapsed="0.003720"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.037915" elapsed="0.003780"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.042563" 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-06-24T00:47:32.041970" elapsed="0.000632"/>
</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-06-24T00:47:32.043076" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.042704" elapsed="0.000476"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.043913" 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-06-24T00:47:32.043478" elapsed="0.000474"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.043216" elapsed="0.000806"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.042677" elapsed="0.001377"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.044870" 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-06-24T00:47:32.044331" 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-06-24T00:47:32.045404" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.045017" elapsed="0.000471"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.046226" 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-06-24T00:47:32.045778" elapsed="0.000486"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.045521" elapsed="0.000794"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.044992" 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-06-24T00:47:32.046574" elapsed="0.000508"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.047763" 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-06-24T00:47:32.047349" 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-06-24T00:47:32.048080" elapsed="0.002396"/>
</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-06-24T00:47:32.031735" elapsed="0.018855"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.050767" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.050659" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.050640" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.053416" 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-06-24T00:47:32.050980" elapsed="0.002462"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.053490" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:32.053646" 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-06-24T00:47:32.008624" elapsed="0.045046"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.053729" 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-06-24T00:47:32.006190" elapsed="0.047656"/>
</kw>
<var name="${switch}">52</var>
<status status="PASS" start="2026-06-24T00:47:32.005978" elapsed="0.047907"/>
</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-06-24T00:47:32.059294" 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-06-24T00:47:32.059030" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.059734" 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-06-24T00:47:32.059496" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.060235" 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-06-24T00:47:32.059938" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.060673" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.060434" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.061530" 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-06-24T00:47:32.061337" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.061885" 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-06-24T00:47:32.061712" 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-06-24T00:47:32.062063" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.062673" 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-06-24T00:47:32.062426" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.062760" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:32.062914" 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-06-24T00:47:32.060917" 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-06-24T00:47:32.071952" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.072030" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.072199" 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-06-24T00:47:32.065202" elapsed="0.007025"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.063010" elapsed="0.009264"/>
</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-06-24T00:47:32.072462" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.072300" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.062992" elapsed="0.009558"/>
</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-06-24T00:47:32.075709" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.073524" elapsed="0.002230"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.073298" elapsed="0.002491"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.073279" elapsed="0.002533"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.078296" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.076115" elapsed="0.002225"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.075868" elapsed="0.002507"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.075851" elapsed="0.002546"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.078958" 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-06-24T00:47:32.078581" elapsed="0.000404"/>
</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-06-24T00:47:32.079320" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.079053" elapsed="0.000326"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.079877" 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-06-24T00:47:32.079580" elapsed="0.000323"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.079403" elapsed="0.000535"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.079036" elapsed="0.000923"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.080555" 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-06-24T00:47:32.080196" 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-06-24T00:47:32.080957" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.080650" elapsed="0.000392"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.081792" 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-06-24T00:47:32.081360" elapsed="0.000470"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.081076" elapsed="0.000805"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.080633" elapsed="0.001279"/>
</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-06-24T00:47:32.082162" elapsed="0.000514"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.083359" 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-06-24T00:47:32.082927" elapsed="0.000470"/>
</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-06-24T00:47:32.083632" elapsed="0.003266"/>
</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-06-24T00:47:32.072920" elapsed="0.014072"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.087271" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.087089" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.087062" elapsed="0.000308"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.090364" 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-06-24T00:47:32.087592" elapsed="0.002800"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.090443" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:32.090609" 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-06-24T00:47:32.056615" elapsed="0.034019"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.090696" 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-06-24T00:47:32.054195" elapsed="0.036622"/>
</kw>
<var name="${switch}">53</var>
<status status="PASS" start="2026-06-24T00:47:32.053979" elapsed="0.036951"/>
</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-06-24T00:47:32.096737" 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-06-24T00:47:32.096415" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.097208" 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-06-24T00:47:32.096950" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.097658" 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-06-24T00:47:32.097414" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.098101" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.097864" elapsed="0.000303"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.098997" 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-06-24T00:47:32.098798" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.099371" 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-06-24T00:47:32.099199" 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-06-24T00:47:32.099548" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.100265" 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-06-24T00:47:32.099949" elapsed="0.000361"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.100356" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:32.100518" 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-06-24T00:47:32.098382" elapsed="0.002161"/>
</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-06-24T00:47:32.111477" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.111567" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.111711" 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-06-24T00:47:32.102731" elapsed="0.009019"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.100622" elapsed="0.011198"/>
</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-06-24T00:47:32.112178" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.111861" elapsed="0.000421"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.100602" elapsed="0.011713"/>
</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-06-24T00:47:32.117306" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.113842" elapsed="0.003531"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.113480" elapsed="0.003944"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.113452" elapsed="0.004008"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.121572" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.117882" elapsed="0.003779"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.117541" elapsed="0.004274"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.117517" elapsed="0.004349"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.123114" 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-06-24T00:47:32.122268" 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-06-24T00:47:32.123916" elapsed="0.000082"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.123336" elapsed="0.000736"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.125142" 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-06-24T00:47:32.124518" elapsed="0.000705"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.124122" elapsed="0.001177"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.123297" elapsed="0.002045"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.126509" 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-06-24T00:47:32.125721" elapsed="0.000839"/>
</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-06-24T00:47:32.127229" elapsed="0.000045"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.126699" elapsed="0.000645"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.128418" 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-06-24T00:47:32.127747" elapsed="0.000721"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.127391" elapsed="0.001138"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.126663" elapsed="0.001904"/>
</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-06-24T00:47:32.128881" elapsed="0.000540"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.130061" 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-06-24T00:47:32.129658" 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-06-24T00:47:32.130349" elapsed="0.003208"/>
</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-06-24T00:47:32.112901" elapsed="0.020731"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.133824" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.133708" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.133687" elapsed="0.000206"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.137103" 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-06-24T00:47:32.134047" elapsed="0.003094"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.137253" elapsed="0.000048"/>
</return>
<msg time="2026-06-24T00:47:32.137479" 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-06-24T00:47:32.093711" elapsed="0.043802"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.137600" 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-06-24T00:47:32.091263" elapsed="0.046511"/>
</kw>
<var name="${switch}">54</var>
<status status="PASS" start="2026-06-24T00:47:32.091031" elapsed="0.046805"/>
</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-06-24T00:47:32.144352" 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-06-24T00:47:32.144022" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.144802" 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-06-24T00:47:32.144561" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.145341" 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-06-24T00:47:32.145075" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.145827" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.145572" elapsed="0.000300"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.146747" 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-06-24T00:47:32.146545" elapsed="0.000229"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.147109" 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-06-24T00:47:32.146935" 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-06-24T00:47:32.147307" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.147990" 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-06-24T00:47:32.147709" elapsed="0.000327"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.148079" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:32.148256" 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-06-24T00:47:32.146082" elapsed="0.002200"/>
</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-06-24T00:47:32.157139" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.157238" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.157350" 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-06-24T00:47:32.150357" elapsed="0.007022"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.148358" elapsed="0.009075"/>
</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-06-24T00:47:32.157661" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.157463" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.148338" elapsed="0.009413"/>
</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-06-24T00:47:32.161366" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.158816" elapsed="0.002595"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.158577" elapsed="0.002871"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.158558" elapsed="0.002934"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.166181" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.161828" elapsed="0.004420"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.161573" elapsed="0.004722"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.161555" elapsed="0.004773"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.167177" 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-06-24T00:47:32.166602" 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-06-24T00:47:32.167665" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.167311" elapsed="0.000434"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.168499" 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-06-24T00:47:32.168056" elapsed="0.000480"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.167778" elapsed="0.000807"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.167286" elapsed="0.001328"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.169416" 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-06-24T00:47:32.168876" 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-06-24T00:47:32.169996" elapsed="0.000227"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.169639" elapsed="0.000637"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.170985" 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-06-24T00:47:32.170572" elapsed="0.000449"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.170321" elapsed="0.000748"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.169612" elapsed="0.001486"/>
</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-06-24T00:47:32.171340" elapsed="0.000490"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.172648" 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-06-24T00:47:32.172167" elapsed="0.000535"/>
</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-06-24T00:47:32.173050" elapsed="0.004750"/>
</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-06-24T00:47:32.158185" elapsed="0.019772"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.178366" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.178117" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.178074" elapsed="0.000437"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.182866" 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-06-24T00:47:32.178858" elapsed="0.004061"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.183013" elapsed="0.000061"/>
</return>
<msg time="2026-06-24T00:47:32.183363" 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-06-24T00:47:32.141187" elapsed="0.042230"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.183549" elapsed="0.000054"/>
</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-06-24T00:47:32.138303" elapsed="0.045485"/>
</kw>
<var name="${switch}">55</var>
<status status="PASS" start="2026-06-24T00:47:32.137973" elapsed="0.045897"/>
</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-06-24T00:47:32.191185" 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-06-24T00:47:32.190870" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.191701" 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-06-24T00:47:32.191395" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.192308" 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-06-24T00:47:32.192030" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.192747" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.192510" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.193632" 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-06-24T00:47:32.193433" elapsed="0.000225"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.193990" 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-06-24T00:47:32.193813" elapsed="0.000209"/>
</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-06-24T00:47:32.194216" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.195024" 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-06-24T00:47:32.194675" elapsed="0.000408"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.195160" elapsed="0.000054"/>
</return>
<msg time="2026-06-24T00:47:32.195396" 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-06-24T00:47:32.193004" elapsed="0.002547"/>
</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-06-24T00:47:32.207311" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.207411" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.207579" 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-06-24T00:47:32.198806" elapsed="0.008816"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.195668" elapsed="0.012033"/>
</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-06-24T00:47:32.208064" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.207750" elapsed="0.000438"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.195639" elapsed="0.012583"/>
</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-06-24T00:47:32.212846" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.209677" elapsed="0.003263"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.209369" elapsed="0.003644"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.209342" elapsed="0.003724"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.217628" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.213680" elapsed="0.004014"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.213219" elapsed="0.004522"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.213179" elapsed="0.004594"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.218510" 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-06-24T00:47:32.218027" elapsed="0.000523"/>
</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-06-24T00:47:32.218986" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.218655" elapsed="0.000396"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.219588" 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-06-24T00:47:32.219276" elapsed="0.000338"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.219076" elapsed="0.000574"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.218628" elapsed="0.001043"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.220278" 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-06-24T00:47:32.219846" elapsed="0.000469"/>
</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-06-24T00:47:32.220773" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.220409" elapsed="0.000445"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.221506" 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-06-24T00:47:32.221134" elapsed="0.000401"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.220888" elapsed="0.000685"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.220385" elapsed="0.001209"/>
</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-06-24T00:47:32.221763" elapsed="0.000360"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.222615" 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-06-24T00:47:32.222316" 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-06-24T00:47:32.222799" elapsed="0.002565"/>
</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-06-24T00:47:32.208821" elapsed="0.016733"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.225786" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.225660" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.225633" elapsed="0.000225"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.228432" 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-06-24T00:47:32.226024" elapsed="0.002435"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.228510" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:32.228695" 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-06-24T00:47:32.187973" elapsed="0.040754"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.228813" elapsed="0.000032"/>
</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-06-24T00:47:32.184585" elapsed="0.044361"/>
</kw>
<var name="${switch}">56</var>
<status status="PASS" start="2026-06-24T00:47:32.184133" elapsed="0.044855"/>
</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-06-24T00:47:32.235319" 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-06-24T00:47:32.234908" elapsed="0.000466"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.235789" 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-06-24T00:47:32.235544" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.236335" 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-06-24T00:47:32.236056" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.236799" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.236536" elapsed="0.000308"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.237791" 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-06-24T00:47:32.237585" elapsed="0.000236"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.238199" 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-06-24T00:47:32.237992" elapsed="0.000235"/>
</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-06-24T00:47:32.238386" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.239037" 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-06-24T00:47:32.238783" elapsed="0.000300"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.239130" elapsed="0.000057"/>
</return>
<msg time="2026-06-24T00:47:32.239335" 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-06-24T00:47:32.237113" elapsed="0.002249"/>
</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-06-24T00:47:32.248184" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.248283" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.248526" 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-06-24T00:47:32.241573" elapsed="0.006995"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.239447" elapsed="0.009198"/>
</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-06-24T00:47:32.248946" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.248688" elapsed="0.000362"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.239425" elapsed="0.009658"/>
</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-06-24T00:47:32.254868" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.250802" elapsed="0.004143"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.250403" elapsed="0.004602"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.250372" elapsed="0.004673"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.259448" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.255552" elapsed="0.003971"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.255138" elapsed="0.004444"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.255110" elapsed="0.004519"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.260693" 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-06-24T00:47:32.260005" elapsed="0.000733"/>
</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-06-24T00:47:32.261314" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.260855" elapsed="0.000559"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.262283" 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-06-24T00:47:32.261762" elapsed="0.000565"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.261453" elapsed="0.000934"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.260824" elapsed="0.001598"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.263373" 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-06-24T00:47:32.262729" elapsed="0.000688"/>
</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-06-24T00:47:32.263986" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.263531" elapsed="0.000552"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.264940" 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-06-24T00:47:32.264456" elapsed="0.000527"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.264122" elapsed="0.000919"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.263502" elapsed="0.001574"/>
</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-06-24T00:47:32.265368" elapsed="0.000577"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.266733" 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-06-24T00:47:32.266259" 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-06-24T00:47:32.267049" elapsed="0.003414"/>
</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-06-24T00:47:32.249763" elapsed="0.020776"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.270739" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.270616" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.270595" elapsed="0.000230"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.273679" 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-06-24T00:47:32.271001" elapsed="0.002707"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.273761" elapsed="0.000039"/>
</return>
<msg time="2026-06-24T00:47:32.273939" 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-06-24T00:47:32.231813" elapsed="0.042152"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.274035" 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-06-24T00:47:32.229332" elapsed="0.044852"/>
</kw>
<var name="${switch}">57</var>
<status status="PASS" start="2026-06-24T00:47:32.229095" elapsed="0.045206"/>
</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-06-24T00:47:32.280260" 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-06-24T00:47:32.279837" elapsed="0.000478"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.280718" 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-06-24T00:47:32.280476" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.281196" 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-06-24T00:47:32.280929" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.281634" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.281395" elapsed="0.000281"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.282498" 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-06-24T00:47:32.282303" elapsed="0.000221"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.282871" 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-06-24T00:47:32.282680" 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-06-24T00:47:32.283062" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.283686" 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-06-24T00:47:32.283439" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.283772" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:32.283953" 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-06-24T00:47:32.281880" elapsed="0.002098"/>
</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-06-24T00:47:32.293947" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.294029" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.294191" 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-06-24T00:47:32.285999" elapsed="0.008233"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.284048" elapsed="0.010251"/>
</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-06-24T00:47:32.294575" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.294336" elapsed="0.000337"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.284030" elapsed="0.010674"/>
</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-06-24T00:47:32.300226" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.296304" elapsed="0.004008"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.295832" elapsed="0.004548"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.295805" elapsed="0.004617"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.304394" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.300927" elapsed="0.003555"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.300525" elapsed="0.004118"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.300493" elapsed="0.004193"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.305503" 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-06-24T00:47:32.305002" elapsed="0.000528"/>
</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-06-24T00:47:32.305893" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.305612" elapsed="0.000339"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.306497" 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-06-24T00:47:32.306185" elapsed="0.000338"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.305974" elapsed="0.000585"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.305589" elapsed="0.000991"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.307133" 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-06-24T00:47:32.306759" elapsed="0.000420"/>
</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-06-24T00:47:32.307507" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.307252" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.308120" 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-06-24T00:47:32.307789" elapsed="0.000374"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.307588" elapsed="0.000612"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.307233" elapsed="0.000988"/>
</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-06-24T00:47:32.308397" elapsed="0.000381"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.309280" 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-06-24T00:47:32.308950" 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-06-24T00:47:32.309477" elapsed="0.002299"/>
</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-06-24T00:47:32.295281" elapsed="0.016569"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.312107" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.311990" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.311967" elapsed="0.000226"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.314759" 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-06-24T00:47:32.312351" elapsed="0.002441"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.314862" elapsed="0.000050"/>
</return>
<msg time="2026-06-24T00:47:32.315088" 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-06-24T00:47:32.277419" elapsed="0.037707"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.315215" elapsed="0.000031"/>
</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-06-24T00:47:32.274668" elapsed="0.040698"/>
</kw>
<var name="${switch}">58</var>
<status status="PASS" start="2026-06-24T00:47:32.274414" elapsed="0.040995"/>
</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-06-24T00:47:32.321896" 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-06-24T00:47:32.321507" elapsed="0.000450"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.322388" 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-06-24T00:47:32.322128" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.322998" 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-06-24T00:47:32.322702" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.323501" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.323223" elapsed="0.000322"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.324536" 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-06-24T00:47:32.324328" elapsed="0.000234"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.324891" 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-06-24T00:47:32.324717" 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-06-24T00:47:32.325069" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.325689" 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-06-24T00:47:32.325442" elapsed="0.000292"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.325779" elapsed="0.000045"/>
</return>
<msg time="2026-06-24T00:47:32.325960" 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-06-24T00:47:32.323812" elapsed="0.002172"/>
</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-06-24T00:47:32.335699" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.335898" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.336139" 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-06-24T00:47:32.328471" elapsed="0.007756"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.326069" elapsed="0.010273"/>
</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-06-24T00:47:32.336843" elapsed="0.000054"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.336413" elapsed="0.000583"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.326048" elapsed="0.010998"/>
</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-06-24T00:47:32.342748" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.339059" elapsed="0.003795"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.338660" elapsed="0.004257"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.338621" elapsed="0.004344"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.348036" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.343556" elapsed="0.004617"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.343066" elapsed="0.005187"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.343037" elapsed="0.005267"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.349562" 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-06-24T00:47:32.348756" elapsed="0.000855"/>
</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-06-24T00:47:32.350240" elapsed="0.000041"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.349746" elapsed="0.000600"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.351279" 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-06-24T00:47:32.350720" elapsed="0.000606"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.350390" elapsed="0.000999"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.349710" elapsed="0.001718"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.352414" 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-06-24T00:47:32.351750" elapsed="0.000702"/>
</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-06-24T00:47:32.353042" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.352671" elapsed="0.000456"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.353891" 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-06-24T00:47:32.353467" elapsed="0.000462"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.353185" elapsed="0.000795"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.352636" elapsed="0.001373"/>
</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-06-24T00:47:32.354277" elapsed="0.000510"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.355465" 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-06-24T00:47:32.355033" elapsed="0.000470"/>
</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-06-24T00:47:32.355729" elapsed="0.002605"/>
</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-06-24T00:47:32.337869" elapsed="0.020535"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.358601" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.358475" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.358456" elapsed="0.000238"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.361195" 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-06-24T00:47:32.358848" elapsed="0.002375"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.361272" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:32.361434" 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-06-24T00:47:32.318437" elapsed="0.043022"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.361519" 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-06-24T00:47:32.315772" elapsed="0.045865"/>
</kw>
<var name="${switch}">59</var>
<status status="PASS" start="2026-06-24T00:47:32.315521" elapsed="0.046157"/>
</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-06-24T00:47:32.367981" 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-06-24T00:47:32.367598" elapsed="0.000447"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.368617" 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-06-24T00:47:32.368284" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.369260" 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-06-24T00:47:32.368902" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.369859" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.369530" elapsed="0.000388"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.371074" 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-06-24T00:47:32.370783" elapsed="0.000327"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.371589" 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-06-24T00:47:32.371353" elapsed="0.000270"/>
</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-06-24T00:47:32.371880" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.372832" 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-06-24T00:47:32.372389" elapsed="0.000498"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.372939" elapsed="0.000038"/>
</return>
<msg time="2026-06-24T00:47:32.373136" 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-06-24T00:47:32.370222" elapsed="0.003029"/>
</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-06-24T00:47:32.383718" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.383950" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.384265" 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-06-24T00:47:32.375502" elapsed="0.008831"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.373332" elapsed="0.011136"/>
</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-06-24T00:47:32.385026" elapsed="0.000062"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.384548" elapsed="0.000676"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.373313" elapsed="0.011961"/>
</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-06-24T00:47:32.393731" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.387753" elapsed="0.006032"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.387140" elapsed="0.006692"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.387094" elapsed="0.006766"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.396549" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.394219" elapsed="0.002383"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.393931" elapsed="0.002707"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.393910" elapsed="0.002752"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.397342" 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-06-24T00:47:32.396897" elapsed="0.000473"/>
</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-06-24T00:47:32.397723" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.397442" elapsed="0.000345"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.398311" 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-06-24T00:47:32.397987" elapsed="0.000351"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.397810" elapsed="0.000565"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.397424" elapsed="0.000972"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.398997" 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-06-24T00:47:32.398571" elapsed="0.000453"/>
</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-06-24T00:47:32.399367" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.399095" elapsed="0.000333"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.399982" 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-06-24T00:47:32.399626" elapsed="0.000393"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.399450" elapsed="0.000607"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.399078" elapsed="0.001000"/>
</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-06-24T00:47:32.400279" elapsed="0.000360"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.401112" 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-06-24T00:47:32.400810" 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-06-24T00:47:32.401317" elapsed="0.002385"/>
</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-06-24T00:47:32.386224" elapsed="0.017657"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.404070" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.403955" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.403936" elapsed="0.000203"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.406550" 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-06-24T00:47:32.404304" elapsed="0.002273"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.406626" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:32.406793" 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-06-24T00:47:32.364449" elapsed="0.042369"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.406879" 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-06-24T00:47:32.361988" elapsed="0.045010"/>
</kw>
<var name="${switch}">60</var>
<status status="PASS" start="2026-06-24T00:47:32.361778" elapsed="0.045262"/>
</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-06-24T00:47:32.412780" 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-06-24T00:47:32.412489" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.413246" 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-06-24T00:47:32.412990" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.413730" 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-06-24T00:47:32.413479" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.414221" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.413941" elapsed="0.000325"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.415218" 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-06-24T00:47:32.414978" elapsed="0.000266"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.415580" 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-06-24T00:47:32.415407" 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-06-24T00:47:32.415761" elapsed="0.000243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.416434" 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-06-24T00:47:32.416180" elapsed="0.000298"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.416524" elapsed="0.000040"/>
</return>
<msg time="2026-06-24T00:47:32.416693" 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-06-24T00:47:32.414486" elapsed="0.002231"/>
</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-06-24T00:47:32.429272" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.429359" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.429568" 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-06-24T00:47:32.418932" elapsed="0.010673"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.416795" elapsed="0.012872"/>
</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-06-24T00:47:32.429928" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.429702" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.416775" elapsed="0.013274"/>
</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-06-24T00:47:32.436694" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.431480" elapsed="0.005283"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.431127" elapsed="0.005689"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.431100" elapsed="0.005750"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.440346" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.437273" elapsed="0.003139"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.436932" elapsed="0.003529"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.436906" elapsed="0.003588"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.441352" 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-06-24T00:47:32.440774" elapsed="0.000616"/>
</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-06-24T00:47:32.441842" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.441487" elapsed="0.000436"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.442640" 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-06-24T00:47:32.442222" elapsed="0.000454"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.441955" elapsed="0.000770"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.441463" elapsed="0.001290"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.443535" 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-06-24T00:47:32.443001" 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-06-24T00:47:32.444082" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.443667" elapsed="0.000521"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.444877" 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-06-24T00:47:32.444471" elapsed="0.000432"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.444221" elapsed="0.000717"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.443642" 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-06-24T00:47:32.445116" elapsed="0.000363"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.445937" 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-06-24T00:47:32.445645" 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-06-24T00:47:32.446122" elapsed="0.002292"/>
</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-06-24T00:47:32.430600" elapsed="0.017881"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.448662" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.448550" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.448531" elapsed="0.000200"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.451104" 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-06-24T00:47:32.448879" elapsed="0.002252"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.451194" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:32.451357" 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-06-24T00:47:32.409894" elapsed="0.041487"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.451442" 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-06-24T00:47:32.407380" elapsed="0.044179"/>
</kw>
<var name="${switch}">61</var>
<status status="PASS" start="2026-06-24T00:47:32.407161" elapsed="0.044496"/>
</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-06-24T00:47:32.459744" 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-06-24T00:47:32.459386" elapsed="0.000455"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.460470" 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-06-24T00:47:32.460102" elapsed="0.000439"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.461101" 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-06-24T00:47:32.460761" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.461732" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.461400" elapsed="0.000391"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.462936" 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-06-24T00:47:32.462662" elapsed="0.000310"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.463450" 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-06-24T00:47:32.463210" elapsed="0.000274"/>
</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-06-24T00:47:32.463697" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.464586" 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-06-24T00:47:32.464244" elapsed="0.000402"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.464705" elapsed="0.000040"/>
</return>
<msg time="2026-06-24T00:47:32.464917" 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-06-24T00:47:32.462074" elapsed="0.002877"/>
</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-06-24T00:47:32.475401" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.475457" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.475548" 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-06-24T00:47:32.468011" elapsed="0.007563"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.465049" elapsed="0.010571"/>
</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-06-24T00:47:32.475839" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.475647" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.465024" elapsed="0.010912"/>
</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-06-24T00:47:32.479212" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.476905" elapsed="0.002350"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.476673" elapsed="0.002617"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.476654" elapsed="0.002659"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.481739" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.479591" elapsed="0.002193"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.479367" elapsed="0.002498"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.479351" elapsed="0.002542"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.482472" 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-06-24T00:47:32.482079" 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-06-24T00:47:32.482850" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.482568" elapsed="0.000341"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.483420" 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-06-24T00:47:32.483107" elapsed="0.000339"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.482932" elapsed="0.000549"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.482550" elapsed="0.000952"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.484072" 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-06-24T00:47:32.483675" 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-06-24T00:47:32.484435" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.484184" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.485038" 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-06-24T00:47:32.484692" elapsed="0.000383"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.484517" elapsed="0.000606"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.484165" elapsed="0.001007"/>
</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-06-24T00:47:32.485393" elapsed="0.000482"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.486520" 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-06-24T00:47:32.486108" elapsed="0.000448"/>
</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-06-24T00:47:32.486774" elapsed="0.003155"/>
</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-06-24T00:47:32.476318" elapsed="0.013702"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.490288" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.490115" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.490088" elapsed="0.000295"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.493861" 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-06-24T00:47:32.490592" elapsed="0.003306"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.493965" elapsed="0.000044"/>
</return>
<msg time="2026-06-24T00:47:32.494206" 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-06-24T00:47:32.455024" elapsed="0.039218"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.494326" 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-06-24T00:47:32.452009" elapsed="0.042504"/>
</kw>
<var name="${switch}">62</var>
<status status="PASS" start="2026-06-24T00:47:32.451759" elapsed="0.042810"/>
</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-06-24T00:47:32.501012" 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-06-24T00:47:32.500740" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.501492" 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-06-24T00:47:32.501248" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.501997" 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-06-24T00:47:32.501750" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.502451" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.502211" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.503310" 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-06-24T00:47:32.503100" elapsed="0.000236"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.503661" 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-06-24T00:47:32.503493" 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-06-24T00:47:32.503878" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.504502" 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-06-24T00:47:32.504246" elapsed="0.000298"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.504586" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:32.504739" 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-06-24T00:47:32.502696" elapsed="0.002067"/>
</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-06-24T00:47:32.514621" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.514696" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.514818" 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-06-24T00:47:32.506851" elapsed="0.008008"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.504834" elapsed="0.010087"/>
</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-06-24T00:47:32.515199" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.514955" elapsed="0.000341"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.504816" elapsed="0.010509"/>
</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-06-24T00:47:32.519840" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.516704" elapsed="0.003199"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.516387" elapsed="0.003565"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.516361" elapsed="0.003623"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.524582" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.520470" elapsed="0.004176"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.520059" elapsed="0.004634"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.520037" elapsed="0.004689"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.525602" 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-06-24T00:47:32.524992" 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-06-24T00:47:32.526092" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.525736" elapsed="0.000460"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.526914" 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-06-24T00:47:32.526481" elapsed="0.000470"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.526229" elapsed="0.000772"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.525711" elapsed="0.001319"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.527831" 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-06-24T00:47:32.527294" elapsed="0.000575"/>
</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-06-24T00:47:32.528436" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.528031" elapsed="0.000489"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.529233" 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-06-24T00:47:32.528799" elapsed="0.000471"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.528553" elapsed="0.000766"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.528005" elapsed="0.001344"/>
</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-06-24T00:47:32.529568" elapsed="0.000485"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.530699" 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-06-24T00:47:32.530311" 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-06-24T00:47:32.530956" elapsed="0.003319"/>
</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-06-24T00:47:32.515866" elapsed="0.018497"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.534604" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.534456" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.534430" elapsed="0.000268"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.537851" 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-06-24T00:47:32.534903" elapsed="0.002974"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.537926" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:32.538086" 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-06-24T00:47:32.498041" elapsed="0.040069"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.538187" 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-06-24T00:47:32.494978" elapsed="0.043329"/>
</kw>
<var name="${switch}">63</var>
<status status="PASS" start="2026-06-24T00:47:32.494698" elapsed="0.043650"/>
</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-06-24T00:47:32.543873" 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-06-24T00:47:32.543593" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.544469" 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-06-24T00:47:32.544180" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.544930" 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-06-24T00:47:32.544679" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.545378" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.545126" elapsed="0.000295"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.546241" 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-06-24T00:47:32.546032" elapsed="0.000234"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.546588" 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-06-24T00:47:32.546420" 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-06-24T00:47:32.546763" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.547366" 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-06-24T00:47:32.547106" elapsed="0.000303"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.547451" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:32.547602" 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-06-24T00:47:32.545622" elapsed="0.002045"/>
</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-06-24T00:47:32.557730" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.557888" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.558190" 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-06-24T00:47:32.549783" elapsed="0.008492"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.547773" elapsed="0.010630"/>
</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-06-24T00:47:32.558916" elapsed="0.000059"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.558470" elapsed="0.000616"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.547722" elapsed="0.011416"/>
</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-06-24T00:47:32.565326" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.561587" elapsed="0.003808"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.561199" elapsed="0.004250"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.561130" elapsed="0.004353"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.569091" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.565890" elapsed="0.003290"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.565563" elapsed="0.003670"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.565539" elapsed="0.003733"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.570167" 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-06-24T00:47:32.569557" elapsed="0.000650"/>
</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-06-24T00:47:32.570751" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.570328" elapsed="0.000512"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.571660" 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-06-24T00:47:32.571139" elapsed="0.000559"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.570876" elapsed="0.000932"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.570282" elapsed="0.001560"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.572767" 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-06-24T00:47:32.572175" 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-06-24T00:47:32.573160" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.572885" elapsed="0.000336"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.573735" 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-06-24T00:47:32.573425" elapsed="0.000336"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.573245" elapsed="0.000552"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.572866" elapsed="0.000952"/>
</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-06-24T00:47:32.573984" elapsed="0.000405"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.574864" 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-06-24T00:47:32.574561" 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-06-24T00:47:32.575050" 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-06-24T00:47:32.560347" elapsed="0.017109"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.577641" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.577527" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.577507" elapsed="0.000203"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.580157" 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-06-24T00:47:32.577861" elapsed="0.002325"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.580235" elapsed="0.000038"/>
</return>
<msg time="2026-06-24T00:47:32.580403" 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-06-24T00:47:32.541063" elapsed="0.039365"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.580524" elapsed="0.000032"/>
</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-06-24T00:47:32.538645" elapsed="0.042012"/>
</kw>
<var name="${switch}">64</var>
<status status="PASS" start="2026-06-24T00:47:32.538444" elapsed="0.042254"/>
</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-06-24T00:47:32.586639" 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-06-24T00:47:32.586339" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.587125" 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-06-24T00:47:32.586852" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.587607" 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-06-24T00:47:32.587356" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.588082" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.587833" elapsed="0.000298"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.588978" 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-06-24T00:47:32.588773" elapsed="0.000230"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.589362" 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-06-24T00:47:32.589186" elapsed="0.000201"/>
</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-06-24T00:47:32.589541" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.590158" 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-06-24T00:47:32.589889" elapsed="0.000316"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.590249" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:32.590406" 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-06-24T00:47:32.588357" elapsed="0.002073"/>
</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-06-24T00:47:32.601268" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.601336" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.601501" 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-06-24T00:47:32.592820" elapsed="0.008710"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.590502" elapsed="0.011084"/>
</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-06-24T00:47:32.601826" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.601619" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.590483" elapsed="0.011508"/>
</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-06-24T00:47:32.610180" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.604655" elapsed="0.005656"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.603931" elapsed="0.006462"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.603886" elapsed="0.006560"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.614418" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.611218" elapsed="0.003249"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.610574" elapsed="0.003928"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.610534" elapsed="0.004010"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.615224" 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-06-24T00:47:32.614774" 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-06-24T00:47:32.615581" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.615323" elapsed="0.000317"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.616199" 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-06-24T00:47:32.615870" elapsed="0.000357"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.615663" elapsed="0.000600"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.615304" elapsed="0.000981"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.616866" 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-06-24T00:47:32.616492" 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-06-24T00:47:32.617312" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.616970" elapsed="0.000404"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.617891" 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-06-24T00:47:32.617576" elapsed="0.000342"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.617399" elapsed="0.000555"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.616946" 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-06-24T00:47:32.618174" elapsed="0.000390"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.619094" 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-06-24T00:47:32.618739" elapsed="0.000386"/>
</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-06-24T00:47:32.619307" elapsed="0.002290"/>
</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-06-24T00:47:32.602934" elapsed="0.018735"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.621855" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.621740" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.621720" elapsed="0.000206"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.624390" 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-06-24T00:47:32.622077" elapsed="0.002339"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.624465" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:32.624630" 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-06-24T00:47:32.583640" elapsed="0.041015"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.624716" 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-06-24T00:47:32.581043" elapsed="0.043793"/>
</kw>
<var name="${switch}">65</var>
<status status="PASS" start="2026-06-24T00:47:32.580800" elapsed="0.044142"/>
</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-06-24T00:47:32.630575" 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-06-24T00:47:32.630316" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.631016" 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-06-24T00:47:32.630776" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.631482" 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-06-24T00:47:32.631235" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.631940" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.631680" elapsed="0.000303"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.632809" 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-06-24T00:47:32.632612" elapsed="0.000223"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.633193" 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-06-24T00:47:32.632990" elapsed="0.000230"/>
</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-06-24T00:47:32.633374" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.633970" 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-06-24T00:47:32.633719" elapsed="0.000295"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.634055" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:32.634224" 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-06-24T00:47:32.632203" elapsed="0.002046"/>
</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-06-24T00:47:32.646859" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.646943" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.647069" 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-06-24T00:47:32.636704" elapsed="0.010392"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.634319" elapsed="0.012858"/>
</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-06-24T00:47:32.647422" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.647214" elapsed="0.000278"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.634302" elapsed="0.013212"/>
</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-06-24T00:47:32.654012" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.648729" elapsed="0.005386"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.648462" elapsed="0.005766"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.648430" elapsed="0.005853"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.659999" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.654974" elapsed="0.005128"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.654406" elapsed="0.005903"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.654370" elapsed="0.005996"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.661235" 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-06-24T00:47:32.660785" elapsed="0.000476"/>
</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-06-24T00:47:32.661588" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.661332" elapsed="0.000314"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.662166" 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-06-24T00:47:32.661847" elapsed="0.000347"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.661669" elapsed="0.000560"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.661314" elapsed="0.000936"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.662778" 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-06-24T00:47:32.662420" 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-06-24T00:47:32.663118" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.662871" elapsed="0.000320"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.663679" 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-06-24T00:47:32.663388" elapsed="0.000407"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.663214" elapsed="0.000619"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.662854" elapsed="0.001000"/>
</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-06-24T00:47:32.664036" elapsed="0.000385"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.664892" 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-06-24T00:47:32.664591" 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-06-24T00:47:32.665116" elapsed="0.002545"/>
</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-06-24T00:47:32.648021" elapsed="0.019760"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.667981" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.667860" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.667839" elapsed="0.000212"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.670501" 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-06-24T00:47:32.668218" elapsed="0.002309"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.670576" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:32.670739" 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-06-24T00:47:32.627683" elapsed="0.043080"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.670824" 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-06-24T00:47:32.625280" elapsed="0.045664"/>
</kw>
<var name="${switch}">66</var>
<status status="PASS" start="2026-06-24T00:47:32.625052" elapsed="0.045932"/>
</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-06-24T00:47:32.676587" 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-06-24T00:47:32.676330" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.677029" 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-06-24T00:47:32.676791" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.677543" 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-06-24T00:47:32.677292" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.678048" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.677785" elapsed="0.000309"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.679036" 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-06-24T00:47:32.678790" elapsed="0.000273"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.679419" 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-06-24T00:47:32.679242" 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-06-24T00:47:32.679599" elapsed="0.000225"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.680248" 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-06-24T00:47:32.679985" elapsed="0.000306"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.680333" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:32.680487" 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-06-24T00:47:32.678318" elapsed="0.002194"/>
</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-06-24T00:47:32.688850" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.688972" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.689224" 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-06-24T00:47:32.682539" elapsed="0.006749"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.680582" elapsed="0.008804"/>
</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-06-24T00:47:32.689810" elapsed="0.000049"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.689456" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.680564" elapsed="0.009439"/>
</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-06-24T00:47:32.697546" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.692343" elapsed="0.005266"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.691779" elapsed="0.005879"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.691735" elapsed="0.006028"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.701536" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.698271" elapsed="0.003330"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.697846" elapsed="0.003803"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.697824" elapsed="0.003857"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.702547" 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-06-24T00:47:32.701940" elapsed="0.000645"/>
</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-06-24T00:47:32.703051" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.702680" elapsed="0.000493"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.703977" 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-06-24T00:47:32.703514" elapsed="0.000500"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.703210" elapsed="0.000870"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.702656" elapsed="0.001472"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.704916" 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-06-24T00:47:32.704403" 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-06-24T00:47:32.705621" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.705121" elapsed="0.000611"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.706529" 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-06-24T00:47:32.706041" elapsed="0.000526"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.705767" elapsed="0.000851"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.705088" elapsed="0.001560"/>
</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-06-24T00:47:32.706874" elapsed="0.000546"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.708169" 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-06-24T00:47:32.707657" elapsed="0.000573"/>
</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-06-24T00:47:32.708466" elapsed="0.002531"/>
</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-06-24T00:47:32.690855" elapsed="0.020220"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.711297" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.711181" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.711142" elapsed="0.000226"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.715056" 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-06-24T00:47:32.711518" elapsed="0.003572"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.715142" elapsed="0.000052"/>
</return>
<msg time="2026-06-24T00:47:32.715326" 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-06-24T00:47:32.673803" elapsed="0.041548"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.715413" 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-06-24T00:47:32.671332" elapsed="0.044199"/>
</kw>
<var name="${switch}">67</var>
<status status="PASS" start="2026-06-24T00:47:32.671084" elapsed="0.044488"/>
</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-06-24T00:47:32.721227" 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-06-24T00:47:32.720916" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.721670" 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-06-24T00:47:32.721432" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.722122" 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-06-24T00:47:32.721880" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.722575" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.722337" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.723448" 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-06-24T00:47:32.723245" elapsed="0.000228"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.723847" 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-06-24T00:47:32.723630" elapsed="0.000242"/>
</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-06-24T00:47:32.724026" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.724642" 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-06-24T00:47:32.724397" elapsed="0.000288"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.724727" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:32.724878" 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-06-24T00:47:32.722824" elapsed="0.002138"/>
</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-06-24T00:47:32.734172" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.734256" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.734382" 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-06-24T00:47:32.727174" elapsed="0.007237"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.725043" elapsed="0.009427"/>
</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-06-24T00:47:32.734725" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.734506" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.725020" elapsed="0.009798"/>
</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-06-24T00:47:32.738463" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.735952" elapsed="0.002556"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.735710" elapsed="0.002832"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.735687" elapsed="0.002879"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.741112" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.738842" elapsed="0.002357"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.738620" elapsed="0.002629"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.738603" elapsed="0.002681"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.742131" 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-06-24T00:47:32.741564" 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-06-24T00:47:32.742666" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.742292" elapsed="0.000458"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.743506" 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-06-24T00:47:32.743044" elapsed="0.000501"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.742785" elapsed="0.000810"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.742266" elapsed="0.001360"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.744515" 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-06-24T00:47:32.743959" elapsed="0.000594"/>
</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-06-24T00:47:32.745018" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.744652" elapsed="0.000449"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.745869" 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-06-24T00:47:32.745439" elapsed="0.000467"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.745135" elapsed="0.000822"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.744627" elapsed="0.001361"/>
</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-06-24T00:47:32.746241" elapsed="0.000510"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.747445" 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-06-24T00:47:32.746998" 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-06-24T00:47:32.747735" elapsed="0.003524"/>
</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-06-24T00:47:32.735263" elapsed="0.016200"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.751830" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.751588" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.751552" elapsed="0.000385"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.754672" 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-06-24T00:47:32.752203" elapsed="0.002496"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.754748" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:32.754914" 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-06-24T00:47:32.718410" elapsed="0.036529"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.755000" 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-06-24T00:47:32.715934" elapsed="0.039186"/>
</kw>
<var name="${switch}">68</var>
<status status="PASS" start="2026-06-24T00:47:32.715709" elapsed="0.039467"/>
</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-06-24T00:47:32.760958" 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-06-24T00:47:32.760656" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.761475" 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-06-24T00:47:32.761177" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.761926" 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-06-24T00:47:32.761681" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.762377" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.762123" elapsed="0.000296"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.763300" 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-06-24T00:47:32.763074" elapsed="0.000252"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.763699" 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-06-24T00:47:32.763484" elapsed="0.000241"/>
</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-06-24T00:47:32.763877" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.764488" 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-06-24T00:47:32.764240" elapsed="0.000290"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.764573" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:32.764728" 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-06-24T00:47:32.762624" elapsed="0.002128"/>
</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-06-24T00:47:32.774077" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.774187" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.774406" 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-06-24T00:47:32.766835" elapsed="0.007608"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.764825" elapsed="0.009683"/>
</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-06-24T00:47:32.774782" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.774545" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.764806" elapsed="0.010101"/>
</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-06-24T00:47:32.780577" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.776417" elapsed="0.004222"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.776064" elapsed="0.004623"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.776037" elapsed="0.004683"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.784310" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.781304" elapsed="0.003052"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.780794" elapsed="0.003596"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.780772" elapsed="0.003641"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.785018" 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-06-24T00:47:32.784615" 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-06-24T00:47:32.785381" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.785112" elapsed="0.000335"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.785946" 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-06-24T00:47:32.785648" elapsed="0.000325"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.785470" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.785094" elapsed="0.000935"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.786574" 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-06-24T00:47:32.786216" 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-06-24T00:47:32.786913" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.786668" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.787472" 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-06-24T00:47:32.787181" elapsed="0.000316"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.786993" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.786651" 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-06-24T00:47:32.787742" elapsed="0.000350"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.788559" 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-06-24T00:47:32.788273" 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-06-24T00:47:32.788742" elapsed="0.002316"/>
</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-06-24T00:47:32.775491" elapsed="0.015631"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.791311" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.791204" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.791185" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.793746" 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-06-24T00:47:32.791525" elapsed="0.002247"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.793820" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:32.793976" 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-06-24T00:47:32.757998" elapsed="0.036002"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.794060" 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-06-24T00:47:32.755514" elapsed="0.038678"/>
</kw>
<var name="${switch}">69</var>
<status status="PASS" start="2026-06-24T00:47:32.755287" elapsed="0.038989"/>
</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-06-24T00:47:32.799703" 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-06-24T00:47:32.799410" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.800160" 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-06-24T00:47:32.799909" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.800606" 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-06-24T00:47:32.800365" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.801036" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.800801" elapsed="0.000277"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.801882" 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-06-24T00:47:32.801692" elapsed="0.000216"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.802245" 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-06-24T00:47:32.802061" elapsed="0.000209"/>
</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-06-24T00:47:32.802422" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.803066" 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-06-24T00:47:32.802767" elapsed="0.000347"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.803175" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:32.803330" 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-06-24T00:47:32.801293" elapsed="0.002066"/>
</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-06-24T00:47:32.813773" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.813864" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.814004" 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-06-24T00:47:32.805421" elapsed="0.008621"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.803428" elapsed="0.010682"/>
</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-06-24T00:47:32.814428" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.814174" elapsed="0.000347"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.803411" elapsed="0.011139"/>
</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-06-24T00:47:32.821039" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.816067" elapsed="0.005035"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.815714" elapsed="0.005455"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.815595" elapsed="0.005608"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.824653" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.821595" elapsed="0.003123"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.821281" elapsed="0.003545"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.821257" elapsed="0.003603"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.825683" 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-06-24T00:47:32.825125" elapsed="0.000597"/>
</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-06-24T00:47:32.826193" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.825817" elapsed="0.000460"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.826972" 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-06-24T00:47:32.826558" elapsed="0.000450"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.826309" elapsed="0.000748"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.825793" elapsed="0.001292"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.827926" 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-06-24T00:47:32.827387" elapsed="0.000567"/>
</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-06-24T00:47:32.828299" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.828023" elapsed="0.000336"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.828883" 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-06-24T00:47:32.828559" elapsed="0.000352"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.828382" elapsed="0.000569"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.828005" elapsed="0.000967"/>
</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-06-24T00:47:32.829373" elapsed="0.000367"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.830219" 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-06-24T00:47:32.829910" elapsed="0.000335"/>
</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-06-24T00:47:32.830416" elapsed="0.002368"/>
</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-06-24T00:47:32.815079" elapsed="0.017781"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.833046" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.832933" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.832912" elapsed="0.000202"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.835741" 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-06-24T00:47:32.833280" elapsed="0.002489"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.835818" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:32.835980" 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-06-24T00:47:32.796978" elapsed="0.039026"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.836064" 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-06-24T00:47:32.794582" elapsed="0.041616"/>
</kw>
<var name="${switch}">70</var>
<status status="PASS" start="2026-06-24T00:47:32.794378" elapsed="0.041861"/>
</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-06-24T00:47:32.842404" 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-06-24T00:47:32.842129" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.842844" 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-06-24T00:47:32.842608" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.843367" 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-06-24T00:47:32.843106" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.843847" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.843564" elapsed="0.000327"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.844798" 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-06-24T00:47:32.844598" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.845242" 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-06-24T00:47:32.845051" 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-06-24T00:47:32.845435" elapsed="0.000259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.846104" 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-06-24T00:47:32.845859" elapsed="0.000305"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.846207" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:32.846361" 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-06-24T00:47:32.844096" elapsed="0.002289"/>
</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-06-24T00:47:32.856998" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.857058" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.857180" 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-06-24T00:47:32.848673" elapsed="0.008536"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.846456" elapsed="0.010803"/>
</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-06-24T00:47:32.857452" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.857288" elapsed="0.000232"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.846438" elapsed="0.011103"/>
</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-06-24T00:47:32.861359" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.858598" elapsed="0.002821"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.858369" elapsed="0.003098"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.858349" elapsed="0.003150"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.865246" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.861882" elapsed="0.003430"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.861573" elapsed="0.003787"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.861551" elapsed="0.003841"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.866316" 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-06-24T00:47:32.865688" elapsed="0.000667"/>
</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-06-24T00:47:32.866811" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.866454" elapsed="0.000440"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.867638" 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-06-24T00:47:32.867192" elapsed="0.000491"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.866925" elapsed="0.000809"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.866428" elapsed="0.001335"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.868539" 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-06-24T00:47:32.868012" 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-06-24T00:47:32.869091" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.868741" elapsed="0.000453"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.869991" 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-06-24T00:47:32.869579" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.869228" elapsed="0.000848"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.868715" elapsed="0.001389"/>
</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-06-24T00:47:32.870342" elapsed="0.000481"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.871470" 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-06-24T00:47:32.871057" elapsed="0.000448"/>
</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-06-24T00:47:32.871838" elapsed="0.002170"/>
</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-06-24T00:47:32.857944" elapsed="0.016130"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.874265" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.874140" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.874122" elapsed="0.000211"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.876713" 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-06-24T00:47:32.874480" elapsed="0.002260"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.876789" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:32.876948" 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-06-24T00:47:32.838949" elapsed="0.038023"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.877033" 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-06-24T00:47:32.836551" elapsed="0.040614"/>
</kw>
<var name="${switch}">71</var>
<status status="PASS" start="2026-06-24T00:47:32.836340" elapsed="0.040867"/>
</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-06-24T00:47:32.882766" 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-06-24T00:47:32.882517" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.883230" 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-06-24T00:47:32.882975" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.883719" 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-06-24T00:47:32.883436" elapsed="0.000327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.884176" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.883920" elapsed="0.000301"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.885062" 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-06-24T00:47:32.884834" elapsed="0.000262"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.885450" 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-06-24T00:47:32.885278" 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-06-24T00:47:32.885628" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.886237" 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-06-24T00:47:32.885978" elapsed="0.000301"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.886321" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:32.886474" 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-06-24T00:47:32.884428" 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-06-24T00:47:32.895094" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.895167" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.895259" 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-06-24T00:47:32.888624" elapsed="0.006660"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.886619" elapsed="0.008710"/>
</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-06-24T00:47:32.895513" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.895355" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.886600" elapsed="0.009019"/>
</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-06-24T00:47:32.898798" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.896576" elapsed="0.002265"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.896351" elapsed="0.002524"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.896333" elapsed="0.002566"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.901364" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.899188" elapsed="0.002221"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.898953" elapsed="0.002490"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.898936" elapsed="0.002531"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.902030" 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-06-24T00:47:32.901649" 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-06-24T00:47:32.902393" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.902125" elapsed="0.000349"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.903082" 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-06-24T00:47:32.902715" elapsed="0.000396"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.902514" elapsed="0.000650"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.902107" elapsed="0.001079"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.903784" 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-06-24T00:47:32.903364" elapsed="0.000447"/>
</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-06-24T00:47:32.904253" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.903881" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.905083" 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-06-24T00:47:32.904611" elapsed="0.000521"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.904367" elapsed="0.000862"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.903862" elapsed="0.001407"/>
</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-06-24T00:47:32.905562" elapsed="0.000547"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.906753" 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-06-24T00:47:32.906370" elapsed="0.000418"/>
</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-06-24T00:47:32.907009" elapsed="0.003395"/>
</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-06-24T00:47:32.895981" elapsed="0.014571"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.910802" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.910649" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.910623" elapsed="0.000296"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.913658" 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-06-24T00:47:32.911132" elapsed="0.002553"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.913734" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:32.913895" 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-06-24T00:47:32.879926" elapsed="0.033993"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.913979" 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-06-24T00:47:32.877506" elapsed="0.036590"/>
</kw>
<var name="${switch}">72</var>
<status status="PASS" start="2026-06-24T00:47:32.877303" elapsed="0.036834"/>
</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-06-24T00:47:32.919786" 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-06-24T00:47:32.919470" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.920246" 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-06-24T00:47:32.919989" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.920693" 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-06-24T00:47:32.920451" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.921122" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.920889" elapsed="0.000291"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.921973" 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-06-24T00:47:32.921784" elapsed="0.000214"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.922335" 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-06-24T00:47:32.922166" 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-06-24T00:47:32.922517" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.923101" 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-06-24T00:47:32.922859" elapsed="0.000298"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.923202" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:32.923355" 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-06-24T00:47:32.921383" elapsed="0.001996"/>
</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-06-24T00:47:32.933095" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.933167" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.933296" 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-06-24T00:47:32.925429" elapsed="0.007893"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.923446" elapsed="0.009921"/>
</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-06-24T00:47:32.933549" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.933392" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.923429" elapsed="0.010206"/>
</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-06-24T00:47:32.937030" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.934614" elapsed="0.002461"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.934371" elapsed="0.002739"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.934348" elapsed="0.002786"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.939751" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.937430" elapsed="0.002368"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.937205" elapsed="0.002631"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.937188" elapsed="0.002684"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.940669" 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-06-24T00:47:32.940128" 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-06-24T00:47:32.941170" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.940802" elapsed="0.000452"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.941951" 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-06-24T00:47:32.941532" elapsed="0.000456"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.941286" elapsed="0.000753"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.940778" elapsed="0.001290"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.942843" 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-06-24T00:47:32.942338" elapsed="0.000542"/>
</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-06-24T00:47:32.943480" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.942979" elapsed="0.000612"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.944319" 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-06-24T00:47:32.943881" elapsed="0.000474"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.943626" elapsed="0.000778"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.942954" elapsed="0.001478"/>
</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-06-24T00:47:32.944645" elapsed="0.000631"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.945891" 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-06-24T00:47:32.945514" elapsed="0.000413"/>
</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-06-24T00:47:32.946164" 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-06-24T00:47:32.933997" elapsed="0.014947"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.949116" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.949010" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.948992" elapsed="0.000206"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.951533" 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-06-24T00:47:32.949347" elapsed="0.002245"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.951641" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:32.951796" 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-06-24T00:47:32.916934" elapsed="0.034886"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.951881" 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-06-24T00:47:32.914451" elapsed="0.037546"/>
</kw>
<var name="${switch}">73</var>
<status status="PASS" start="2026-06-24T00:47:32.914248" elapsed="0.037834"/>
</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-06-24T00:47:32.957499" 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-06-24T00:47:32.957246" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.957937" 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-06-24T00:47:32.957701" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.958396" 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-06-24T00:47:32.958138" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.958833" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.958594" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:32.959716" 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-06-24T00:47:32.959504" elapsed="0.000238"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:32.960068" 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-06-24T00:47:32.959898" 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-06-24T00:47:32.960260" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.960860" 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-06-24T00:47:32.960611" elapsed="0.000294"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:32.960948" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:32.961104" 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-06-24T00:47:32.959080" 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-06-24T00:47:32.971777" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:32.971875" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:32.972089" 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-06-24T00:47:32.963396" elapsed="0.008788"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.961218" elapsed="0.011077"/>
</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-06-24T00:47:32.972732" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.972358" elapsed="0.000519"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.961199" elapsed="0.011725"/>
</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-06-24T00:47:32.980481" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.975130" elapsed="0.005449"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.974629" elapsed="0.006026"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.974589" elapsed="0.006118"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.984893" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:32.981354" elapsed="0.003585"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.980823" elapsed="0.004212"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.980788" elapsed="0.004272"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.985667" 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-06-24T00:47:32.985274" 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-06-24T00:47:32.986018" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.985763" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.986592" 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-06-24T00:47:32.986294" elapsed="0.000324"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.986099" elapsed="0.000555"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.985745" elapsed="0.000929"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.987225" 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-06-24T00:47:32.986850" 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-06-24T00:47:32.987591" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:32.987319" elapsed="0.000331"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:32.988134" 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-06-24T00:47:32.987844" elapsed="0.000331"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:32.987672" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.987302" elapsed="0.000929"/>
</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-06-24T00:47:32.988387" elapsed="0.000344"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:32.989198" 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-06-24T00:47:32.988894" 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-06-24T00:47:32.989381" elapsed="0.002220"/>
</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-06-24T00:47:32.973788" elapsed="0.017880"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:32.991845" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:32.991736" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:32.991718" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:32.994300" 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-06-24T00:47:32.992059" elapsed="0.002267"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:32.994374" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:32.994536" 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-06-24T00:47:32.954791" elapsed="0.039770"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:32.994622" 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-06-24T00:47:32.952387" elapsed="0.042355"/>
</kw>
<var name="${switch}">74</var>
<status status="PASS" start="2026-06-24T00:47:32.952187" elapsed="0.042596"/>
</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-06-24T00:47:33.000488" 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-06-24T00:47:33.000225" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.000929" 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-06-24T00:47:33.000694" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.001448" 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-06-24T00:47:33.001199" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.001881" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.001645" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.002739" 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-06-24T00:47:33.002547" elapsed="0.000218"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.003090" 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-06-24T00:47:33.002921" 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-06-24T00:47:33.003284" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.003921" 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-06-24T00:47:33.003665" elapsed="0.000299"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.004006" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:33.004177" 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-06-24T00:47:33.002125" elapsed="0.002077"/>
</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-06-24T00:47:33.012935" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.012991" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.013082" 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-06-24T00:47:33.006363" elapsed="0.006746"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.004275" elapsed="0.008901"/>
</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-06-24T00:47:33.013364" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.013204" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.004256" elapsed="0.009196"/>
</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-06-24T00:47:33.017383" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.014451" elapsed="0.003048"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.014222" elapsed="0.003371"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.014203" elapsed="0.003452"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.021815" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.018320" elapsed="0.003573"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.017803" elapsed="0.004144"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.017757" elapsed="0.004225"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.022915" 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-06-24T00:47:33.022319" elapsed="0.000634"/>
</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-06-24T00:47:33.023453" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.023057" elapsed="0.000513"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.024334" 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-06-24T00:47:33.023870" elapsed="0.000503"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.023605" elapsed="0.000822"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.023031" elapsed="0.001427"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.025323" 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-06-24T00:47:33.024715" elapsed="0.000648"/>
</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-06-24T00:47:33.025951" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.025570" elapsed="0.000469"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.026795" 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-06-24T00:47:33.026358" elapsed="0.000478"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.026074" elapsed="0.000821"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.025542" elapsed="0.001382"/>
</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-06-24T00:47:33.027169" elapsed="0.000546"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.028251" 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-06-24T00:47:33.027938" elapsed="0.000340"/>
</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-06-24T00:47:33.028438" elapsed="0.002391"/>
</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-06-24T00:47:33.013840" elapsed="0.017066"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.031088" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.030976" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.030957" elapsed="0.000216"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.033822" 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-06-24T00:47:33.031324" elapsed="0.002533"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.033924" elapsed="0.000044"/>
</return>
<msg time="2026-06-24T00:47:33.034133" 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-06-24T00:47:32.997543" elapsed="0.036637"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.034245" 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-06-24T00:47:32.995086" elapsed="0.039287"/>
</kw>
<var name="${switch}">75</var>
<status status="PASS" start="2026-06-24T00:47:32.994882" elapsed="0.039535"/>
</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-06-24T00:47:33.040088" 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-06-24T00:47:33.039805" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.040544" 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-06-24T00:47:33.040308" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.040993" 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-06-24T00:47:33.040749" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.041445" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.041206" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.042308" 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-06-24T00:47:33.042095" elapsed="0.000238"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.042656" 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-06-24T00:47:33.042487" 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-06-24T00:47:33.042832" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.043446" 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-06-24T00:47:33.043198" elapsed="0.000292"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.043567" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:33.043727" 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-06-24T00:47:33.041691" elapsed="0.002124"/>
</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-06-24T00:47:33.054119" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.054197" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.054288" 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-06-24T00:47:33.045951" elapsed="0.008363"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.043898" elapsed="0.010462"/>
</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-06-24T00:47:33.054546" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.054386" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.043879" elapsed="0.010757"/>
</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-06-24T00:47:33.058311" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.055797" elapsed="0.002560"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.055528" elapsed="0.002865"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.055457" elapsed="0.002960"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.061379" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.058696" elapsed="0.002748"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.058471" elapsed="0.003022"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.058455" elapsed="0.003071"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.062370" 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-06-24T00:47:33.061794" 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-06-24T00:47:33.062957" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.062533" elapsed="0.000511"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.063799" 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-06-24T00:47:33.063348" elapsed="0.000488"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.063076" elapsed="0.000809"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.062501" elapsed="0.001413"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.064745" 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-06-24T00:47:33.064179" 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-06-24T00:47:33.065435" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.064888" elapsed="0.000636"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.066369" 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-06-24T00:47:33.065861" elapsed="0.000556"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.065556" elapsed="0.000918"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.064860" elapsed="0.001647"/>
</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-06-24T00:47:33.066808" elapsed="0.000753"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.068504" 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-06-24T00:47:33.067903" elapsed="0.000655"/>
</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-06-24T00:47:33.068896" elapsed="0.003933"/>
</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-06-24T00:47:33.055068" elapsed="0.017954"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.073327" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.073140" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.073107" elapsed="0.000325"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.076281" 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-06-24T00:47:33.073664" elapsed="0.002646"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.076361" elapsed="0.000038"/>
</return>
<msg time="2026-06-24T00:47:33.076529" 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-06-24T00:47:33.037333" elapsed="0.039221"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.076616" 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-06-24T00:47:33.034774" elapsed="0.041961"/>
</kw>
<var name="${switch}">76</var>
<status status="PASS" start="2026-06-24T00:47:33.034525" elapsed="0.042251"/>
</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-06-24T00:47:33.083111" 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-06-24T00:47:33.082794" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.083649" 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-06-24T00:47:33.083361" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.084098" 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-06-24T00:47:33.083855" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.084553" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.084314" elapsed="0.000281"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.085489" 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-06-24T00:47:33.085285" elapsed="0.000229"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.085854" 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-06-24T00:47:33.085672" 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-06-24T00:47:33.086085" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.086905" 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-06-24T00:47:33.086603" elapsed="0.000352"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.086998" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:33.087181" 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-06-24T00:47:33.084797" elapsed="0.002410"/>
</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-06-24T00:47:33.097700" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.097809" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.098057" 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-06-24T00:47:33.089932" elapsed="0.008359"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.087283" elapsed="0.011074"/>
</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-06-24T00:47:33.098621" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.098392" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.087264" elapsed="0.011450"/>
</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-06-24T00:47:33.102111" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.099839" elapsed="0.002330"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.099594" elapsed="0.002611"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.099574" elapsed="0.002655"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.105194" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.102505" elapsed="0.002758"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.102283" elapsed="0.003031"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.102267" elapsed="0.003080"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.106227" 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-06-24T00:47:33.105633" elapsed="0.000635"/>
</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-06-24T00:47:33.106741" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.106367" elapsed="0.000458"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.107683" 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-06-24T00:47:33.107120" elapsed="0.000603"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.106859" elapsed="0.000917"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.106342" elapsed="0.001465"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.108641" 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-06-24T00:47:33.108066" elapsed="0.000614"/>
</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-06-24T00:47:33.109185" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.108779" elapsed="0.000510"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.110025" 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-06-24T00:47:33.109589" elapsed="0.000474"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.109325" elapsed="0.000788"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.108754" 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-06-24T00:47:33.110402" elapsed="0.000784"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.111937" 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-06-24T00:47:33.111441" elapsed="0.000531"/>
</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-06-24T00:47:33.112217" elapsed="0.003227"/>
</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-06-24T00:47:33.099164" elapsed="0.016446"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.115865" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.115710" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.115683" elapsed="0.000252"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.118377" 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-06-24T00:47:33.116087" elapsed="0.002316"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.118451" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:33.118614" 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-06-24T00:47:33.079978" elapsed="0.038659"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.118700" 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-06-24T00:47:33.077103" elapsed="0.041715"/>
</kw>
<var name="${switch}">77</var>
<status status="PASS" start="2026-06-24T00:47:33.076882" elapsed="0.042048"/>
</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-06-24T00:47:33.124607" 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-06-24T00:47:33.124328" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.125046" 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-06-24T00:47:33.124811" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.125519" 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-06-24T00:47:33.125273" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.125953" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.125717" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.126814" 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-06-24T00:47:33.126619" elapsed="0.000220"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.127179" 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-06-24T00:47:33.126994" 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-06-24T00:47:33.127357" elapsed="0.000262"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.128033" 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-06-24T00:47:33.127785" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.128118" elapsed="0.000044"/>
</return>
<msg time="2026-06-24T00:47:33.128289" 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-06-24T00:47:33.126214" elapsed="0.002098"/>
</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-06-24T00:47:33.138546" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.138623" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.138744" 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-06-24T00:47:33.130341" elapsed="0.008439"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.128382" elapsed="0.010478"/>
</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-06-24T00:47:33.139113" elapsed="0.000050"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.138896" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.128364" 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-06-24T00:47:33.143739" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.140641" elapsed="0.003157"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.140324" elapsed="0.003524"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.140300" elapsed="0.003584"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.147308" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.144299" elapsed="0.003072"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.143959" elapsed="0.003607"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.143936" elapsed="0.003674"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.148501" 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-06-24T00:47:33.147881" elapsed="0.000672"/>
</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-06-24T00:47:33.149060" elapsed="0.000046"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.148673" elapsed="0.000511"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.149898" 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-06-24T00:47:33.149472" elapsed="0.000466"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.149218" elapsed="0.000769"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.148646" elapsed="0.001370"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.150796" 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-06-24T00:47:33.150285" 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-06-24T00:47:33.151320" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.150944" elapsed="0.000461"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.152270" 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-06-24T00:47:33.151740" elapsed="0.000576"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.151477" elapsed="0.000890"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.150918" elapsed="0.001478"/>
</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-06-24T00:47:33.152621" elapsed="0.000518"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.153802" 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-06-24T00:47:33.153402" 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-06-24T00:47:33.154064" elapsed="0.004440"/>
</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-06-24T00:47:33.139814" elapsed="0.018855"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.159209" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.158870" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.158813" elapsed="0.000554"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.162471" 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-06-24T00:47:33.159870" elapsed="0.002628"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.162549" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:33.162716" 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-06-24T00:47:33.121715" elapsed="0.041025"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.162802" 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-06-24T00:47:33.119266" elapsed="0.043664"/>
</kw>
<var name="${switch}">78</var>
<status status="PASS" start="2026-06-24T00:47:33.119037" elapsed="0.043934"/>
</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-06-24T00:47:33.168673" 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-06-24T00:47:33.168378" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.169116" 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-06-24T00:47:33.168878" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.169651" 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-06-24T00:47:33.169406" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.170087" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.169848" elapsed="0.000284"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.170981" 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-06-24T00:47:33.170782" elapsed="0.000224"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.171356" 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-06-24T00:47:33.171181" 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-06-24T00:47:33.171590" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.172205" 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-06-24T00:47:33.171944" elapsed="0.000305"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.172291" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:33.172451" 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-06-24T00:47:33.170375" elapsed="0.002100"/>
</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-06-24T00:47:33.184062" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.184118" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.184230" 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-06-24T00:47:33.174506" elapsed="0.009750"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.172550" elapsed="0.011751"/>
</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-06-24T00:47:33.184484" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.184327" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.172530" elapsed="0.012041"/>
</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-06-24T00:47:33.189153" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.185541" elapsed="0.003659"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.185310" elapsed="0.003926"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.185291" elapsed="0.003969"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.191712" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.189539" elapsed="0.002219"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.189315" elapsed="0.002477"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.189299" elapsed="0.002516"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.192637" 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-06-24T00:47:33.192078" 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-06-24T00:47:33.193121" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.192769" elapsed="0.000456"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.193921" 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-06-24T00:47:33.193506" elapsed="0.000450"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.193258" elapsed="0.000747"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.192744" elapsed="0.001290"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.194798" 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-06-24T00:47:33.194297" elapsed="0.000537"/>
</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-06-24T00:47:33.195360" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.194992" elapsed="0.000487"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.196187" 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-06-24T00:47:33.195757" elapsed="0.000468"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.195511" elapsed="0.000763"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.194966" elapsed="0.001337"/>
</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-06-24T00:47:33.196521" elapsed="0.000480"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.197642" 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-06-24T00:47:33.197253" 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-06-24T00:47:33.197894" elapsed="0.002994"/>
</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-06-24T00:47:33.184942" elapsed="0.016012"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.201131" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.201022" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.201003" elapsed="0.000212"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.203685" 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-06-24T00:47:33.201363" elapsed="0.002349"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.203760" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:33.203923" 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-06-24T00:47:33.165901" elapsed="0.038046"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.204006" 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-06-24T00:47:33.163313" elapsed="0.040810"/>
</kw>
<var name="${switch}">79</var>
<status status="PASS" start="2026-06-24T00:47:33.163077" elapsed="0.041102"/>
</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-06-24T00:47:33.209608" 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-06-24T00:47:33.209357" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.210055" 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-06-24T00:47:33.209810" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.210536" 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-06-24T00:47:33.210278" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.210971" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.210731" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.211866" 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-06-24T00:47:33.211673" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.212312" 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-06-24T00:47:33.212122" 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-06-24T00:47:33.212491" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.213077" 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-06-24T00:47:33.212835" elapsed="0.000285"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.213177" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:33.213332" 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-06-24T00:47:33.211228" elapsed="0.002166"/>
</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-06-24T00:47:33.221694" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.221773" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.221900" 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-06-24T00:47:33.215570" elapsed="0.006367"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.213466" elapsed="0.008534"/>
</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-06-24T00:47:33.222288" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.222036" elapsed="0.000348"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.213448" elapsed="0.008966"/>
</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-06-24T00:47:33.227831" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.223854" elapsed="0.004050"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.223512" elapsed="0.004449"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.223482" elapsed="0.004516"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.231718" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.228457" elapsed="0.003324"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.228088" elapsed="0.003739"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.228059" elapsed="0.003801"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.232489" 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-06-24T00:47:33.232068" elapsed="0.000447"/>
</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-06-24T00:47:33.232836" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.232584" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.233402" 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-06-24T00:47:33.233091" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.232916" elapsed="0.000546"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.232566" elapsed="0.000917"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.234013" 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-06-24T00:47:33.233655" 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-06-24T00:47:33.234371" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.234106" elapsed="0.000322"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.234913" 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-06-24T00:47:33.234624" elapsed="0.000314"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.234451" elapsed="0.000521"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.234088" 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-06-24T00:47:33.235238" elapsed="0.000384"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.236086" 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-06-24T00:47:33.235791" 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-06-24T00:47:33.236287" elapsed="0.002243"/>
</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-06-24T00:47:33.222919" elapsed="0.015744"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.238848" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.238734" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.238715" elapsed="0.000205"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.241325" 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-06-24T00:47:33.239068" elapsed="0.002283"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.241399" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:33.241562" 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-06-24T00:47:33.206868" elapsed="0.034719"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.241648" 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-06-24T00:47:33.204482" elapsed="0.037284"/>
</kw>
<var name="${switch}">80</var>
<status status="PASS" start="2026-06-24T00:47:33.204280" elapsed="0.037527"/>
</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-06-24T00:47:33.247542" 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-06-24T00:47:33.247255" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.247986" 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-06-24T00:47:33.247747" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.248451" 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-06-24T00:47:33.248206" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.248885" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.248648" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.249741" 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-06-24T00:47:33.249548" elapsed="0.000218"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.250087" 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-06-24T00:47:33.249921" 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-06-24T00:47:33.250279" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.250869" 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-06-24T00:47:33.250625" elapsed="0.000287"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.250954" elapsed="0.000028"/>
</return>
<msg time="2026-06-24T00:47:33.251105" 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-06-24T00:47:33.249129" 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-06-24T00:47:33.260967" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.261022" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.261178" 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-06-24T00:47:33.253188" elapsed="0.008018"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.251214" elapsed="0.010038"/>
</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-06-24T00:47:33.261435" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.261277" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.251196" elapsed="0.010327"/>
</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-06-24T00:47:33.266025" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.262480" elapsed="0.003645"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.262255" elapsed="0.003981"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.262237" elapsed="0.004137"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.272008" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.267025" elapsed="0.005029"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.266508" elapsed="0.005581"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.266470" elapsed="0.005643"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.272743" 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-06-24T00:47:33.272341" 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-06-24T00:47:33.273094" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.272840" elapsed="0.000342"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.273710" 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-06-24T00:47:33.273405" elapsed="0.000332"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.273218" elapsed="0.000554"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.272822" elapsed="0.000971"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.274371" 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-06-24T00:47:33.273975" 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-06-24T00:47:33.274718" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.274467" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.275324" 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-06-24T00:47:33.275005" elapsed="0.000345"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.274799" elapsed="0.000614"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.274449" elapsed="0.000986"/>
</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-06-24T00:47:33.275596" elapsed="0.000349"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.276418" 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-06-24T00:47:33.276111" elapsed="0.000333"/>
</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-06-24T00:47:33.276602" elapsed="0.002401"/>
</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-06-24T00:47:33.261887" elapsed="0.017188"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.279272" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.279142" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.279123" elapsed="0.000218"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.281801" 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-06-24T00:47:33.279568" elapsed="0.002260"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.281876" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:33.282038" 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-06-24T00:47:33.244654" elapsed="0.037408"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.282123" elapsed="0.000041"/>
</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-06-24T00:47:33.242161" elapsed="0.040099"/>
</kw>
<var name="${switch}">81</var>
<status status="PASS" start="2026-06-24T00:47:33.241934" elapsed="0.040429"/>
</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-06-24T00:47:33.287954" 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-06-24T00:47:33.287694" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.288415" 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-06-24T00:47:33.288174" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.288886" 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-06-24T00:47:33.288619" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.289481" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.289169" elapsed="0.000368"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.290467" 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-06-24T00:47:33.290259" elapsed="0.000235"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.290831" 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-06-24T00:47:33.290653" 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-06-24T00:47:33.291009" elapsed="0.000208"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.291665" 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-06-24T00:47:33.291405" elapsed="0.000305"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.291753" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:33.291945" 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-06-24T00:47:33.289800" elapsed="0.002170"/>
</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-06-24T00:47:33.301520" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.301619" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.301774" 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-06-24T00:47:33.294035" elapsed="0.007772"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.292045" elapsed="0.009834"/>
</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-06-24T00:47:33.302176" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.301919" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.292024" elapsed="0.010247"/>
</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-06-24T00:47:33.306113" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.303458" elapsed="0.002718"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.303158" elapsed="0.003054"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.303121" elapsed="0.003115"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.309306" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.306544" elapsed="0.002831"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.306291" elapsed="0.003214"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.306275" elapsed="0.003267"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.310468" 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-06-24T00:47:33.309842" elapsed="0.000678"/>
</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-06-24T00:47:33.311009" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.310626" elapsed="0.000467"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.311895" 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-06-24T00:47:33.311449" elapsed="0.000485"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.311128" elapsed="0.000858"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.310600" elapsed="0.001417"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.312943" 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-06-24T00:47:33.312338" elapsed="0.000645"/>
</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-06-24T00:47:33.313488" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.313087" elapsed="0.000501"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.314460" 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-06-24T00:47:33.313928" elapsed="0.000572"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.313635" elapsed="0.000920"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.313060" elapsed="0.001526"/>
</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-06-24T00:47:33.314821" elapsed="0.000565"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.316121" 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-06-24T00:47:33.315654" elapsed="0.000528"/>
</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-06-24T00:47:33.316422" elapsed="0.003299"/>
</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-06-24T00:47:33.302716" elapsed="0.017104"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.320023" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.319910" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.319888" elapsed="0.000204"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.322498" 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-06-24T00:47:33.320255" elapsed="0.002270"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.322574" elapsed="0.000089"/>
</return>
<msg time="2026-06-24T00:47:33.322802" 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-06-24T00:47:33.285180" elapsed="0.037646"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.322887" 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-06-24T00:47:33.282682" elapsed="0.040323"/>
</kw>
<var name="${switch}">82</var>
<status status="PASS" start="2026-06-24T00:47:33.282468" elapsed="0.040577"/>
</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-06-24T00:47:33.328636" 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-06-24T00:47:33.328341" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.329110" 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-06-24T00:47:33.328856" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.329645" 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-06-24T00:47:33.329396" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.330083" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.329845" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.330950" 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-06-24T00:47:33.330754" elapsed="0.000221"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.331322" 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-06-24T00:47:33.331132" elapsed="0.000215"/>
</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-06-24T00:47:33.331605" elapsed="0.000199"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.332339" 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-06-24T00:47:33.331972" elapsed="0.000413"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.332428" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:33.332583" 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-06-24T00:47:33.330350" elapsed="0.002259"/>
</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-06-24T00:47:33.343027" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.343104" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.343257" 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-06-24T00:47:33.334801" elapsed="0.008494"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.332681" elapsed="0.010722"/>
</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-06-24T00:47:33.343663" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.343441" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.332662" elapsed="0.011124"/>
</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-06-24T00:47:33.348305" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.345168" elapsed="0.003198"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.344828" elapsed="0.003586"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.344804" elapsed="0.003642"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.352017" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.348828" elapsed="0.003235"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.348520" elapsed="0.003577"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.348498" elapsed="0.003622"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.352703" 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-06-24T00:47:33.352320" 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-06-24T00:47:33.353772" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.353515" elapsed="0.000315"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.354345" 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-06-24T00:47:33.354028" elapsed="0.000343"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.353853" elapsed="0.000553"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.353495" elapsed="0.000931"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.354955" 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-06-24T00:47:33.354598" 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-06-24T00:47:33.355440" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.355102" elapsed="0.000398"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.356000" 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-06-24T00:47:33.355701" elapsed="0.000325"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.355523" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.355084" elapsed="0.000998"/>
</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-06-24T00:47:33.356256" elapsed="0.000351"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.357058" 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-06-24T00:47:33.356775" 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-06-24T00:47:33.357256" elapsed="0.002262"/>
</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-06-24T00:47:33.344330" elapsed="0.015252"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.359757" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.359651" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.359632" elapsed="0.000192"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.362209" 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-06-24T00:47:33.359972" elapsed="0.002264"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.362284" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:33.362444" 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-06-24T00:47:33.325859" elapsed="0.036610"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.362528" 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-06-24T00:47:33.323420" elapsed="0.039227"/>
</kw>
<var name="${switch}">83</var>
<status status="PASS" start="2026-06-24T00:47:33.323168" elapsed="0.039519"/>
</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-06-24T00:47:33.368284" 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-06-24T00:47:33.368012" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.368724" 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-06-24T00:47:33.368487" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.369286" 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-06-24T00:47:33.369020" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.369728" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.369489" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.370579" 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-06-24T00:47:33.370388" elapsed="0.000217"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.370930" 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-06-24T00:47:33.370759" 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-06-24T00:47:33.371105" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.371772" 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-06-24T00:47:33.371528" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.371856" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:33.372006" 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-06-24T00:47:33.369971" elapsed="0.002100"/>
</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-06-24T00:47:33.380383" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.380437" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.380527" 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-06-24T00:47:33.374197" elapsed="0.006356"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.372158" elapsed="0.008441"/>
</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-06-24T00:47:33.380781" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.380625" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.372126" elapsed="0.008749"/>
</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-06-24T00:47:33.384248" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.381822" elapsed="0.002487"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.381595" elapsed="0.002763"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.381578" elapsed="0.002813"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.387885" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.384809" elapsed="0.003139"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.384467" elapsed="0.003528"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.384443" elapsed="0.003586"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.388823" 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-06-24T00:47:33.388302" 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-06-24T00:47:33.389363" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.388990" elapsed="0.000456"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.390135" 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-06-24T00:47:33.389724" elapsed="0.000469"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.389479" elapsed="0.000766"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.388964" elapsed="0.001309"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.391033" 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-06-24T00:47:33.390517" elapsed="0.000553"/>
</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-06-24T00:47:33.391568" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.391187" elapsed="0.000463"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.392363" 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-06-24T00:47:33.391933" elapsed="0.000467"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.391682" elapsed="0.000767"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.391161" elapsed="0.001317"/>
</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-06-24T00:47:33.392692" elapsed="0.000497"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.393799" 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-06-24T00:47:33.393424" elapsed="0.000411"/>
</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-06-24T00:47:33.394054" elapsed="0.002975"/>
</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-06-24T00:47:33.381246" elapsed="0.015887"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.397327" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.397218" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.397199" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.399820" 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-06-24T00:47:33.397540" elapsed="0.002306"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.399895" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:33.400050" 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-06-24T00:47:33.365429" elapsed="0.034646"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.400135" elapsed="0.000042"/>
</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-06-24T00:47:33.362986" elapsed="0.037286"/>
</kw>
<var name="${switch}">84</var>
<status status="PASS" start="2026-06-24T00:47:33.362785" elapsed="0.037528"/>
</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-06-24T00:47:33.405768" 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-06-24T00:47:33.405517" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.406248" 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-06-24T00:47:33.405990" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.406703" 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-06-24T00:47:33.406459" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.407139" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.406901" elapsed="0.000297"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.408036" 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-06-24T00:47:33.407844" elapsed="0.000218"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.408405" 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-06-24T00:47:33.408233" 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-06-24T00:47:33.408583" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.409193" 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-06-24T00:47:33.408931" elapsed="0.000307"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.409282" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:33.409438" 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-06-24T00:47:33.407438" 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-06-24T00:47:33.419910" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.420001" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.420261" 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-06-24T00:47:33.411688" elapsed="0.008613"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.409541" elapsed="0.010835"/>
</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-06-24T00:47:33.420681" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.420418" elapsed="0.000365"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.409523" elapsed="0.011293"/>
</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-06-24T00:47:33.426019" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.422328" elapsed="0.003756"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.421960" elapsed="0.004176"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.421933" elapsed="0.004259"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.430037" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.426603" elapsed="0.003503"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.426275" elapsed="0.003901"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.426251" elapsed="0.003960"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.431027" 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-06-24T00:47:33.430480" 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-06-24T00:47:33.431590" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.431183" elapsed="0.000493"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.432401" 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-06-24T00:47:33.431960" elapsed="0.000478"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.431709" elapsed="0.000779"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.431138" elapsed="0.001379"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.433291" 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-06-24T00:47:33.432760" 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-06-24T00:47:33.433773" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.433424" elapsed="0.000432"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.434743" 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-06-24T00:47:33.434306" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.433889" elapsed="0.000939"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.433400" 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-06-24T00:47:33.435083" elapsed="0.000531"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.436281" 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-06-24T00:47:33.435847" elapsed="0.000470"/>
</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-06-24T00:47:33.436538" elapsed="0.003172"/>
</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-06-24T00:47:33.421411" elapsed="0.018393"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.440012" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.439901" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.439875" elapsed="0.000207"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.442503" 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-06-24T00:47:33.440246" elapsed="0.002283"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.442578" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:33.442740" 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-06-24T00:47:33.403010" elapsed="0.039755"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.442827" 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-06-24T00:47:33.400602" elapsed="0.042344"/>
</kw>
<var name="${switch}">85</var>
<status status="PASS" start="2026-06-24T00:47:33.400407" elapsed="0.042646"/>
</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-06-24T00:47:33.448758" 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-06-24T00:47:33.448500" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.449214" 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-06-24T00:47:33.448961" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.449657" 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-06-24T00:47:33.449417" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.450087" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.449853" elapsed="0.000276"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.450974" 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-06-24T00:47:33.450754" elapsed="0.000246"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.451384" 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-06-24T00:47:33.451170" elapsed="0.000240"/>
</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-06-24T00:47:33.451563" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.452173" 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-06-24T00:47:33.451914" elapsed="0.000306"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.452263" elapsed="0.000028"/>
</return>
<msg time="2026-06-24T00:47:33.452414" 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-06-24T00:47:33.450349" elapsed="0.002089"/>
</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-06-24T00:47:33.463244" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.463356" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.463487" 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-06-24T00:47:33.454666" elapsed="0.008858"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.452507" elapsed="0.011079"/>
</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-06-24T00:47:33.463848" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.463621" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.452490" elapsed="0.011480"/>
</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-06-24T00:47:33.468535" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.465293" elapsed="0.003303"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.464967" elapsed="0.003678"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.464943" elapsed="0.003735"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.472103" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.469062" elapsed="0.003128"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.468753" elapsed="0.003552"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.468731" elapsed="0.003608"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.473185" 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-06-24T00:47:33.472615" 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-06-24T00:47:33.473676" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.473323" elapsed="0.000434"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.474467" 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-06-24T00:47:33.474032" elapsed="0.000471"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.473788" elapsed="0.000765"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.473298" elapsed="0.001284"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.475373" 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-06-24T00:47:33.474825" 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-06-24T00:47:33.475852" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.475506" elapsed="0.000426"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.476686" 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-06-24T00:47:33.476279" elapsed="0.000444"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.475963" elapsed="0.000809"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.475481" elapsed="0.001319"/>
</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-06-24T00:47:33.477022" elapsed="0.000506"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.478171" 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-06-24T00:47:33.477759" elapsed="0.000450"/>
</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-06-24T00:47:33.478428" elapsed="0.004195"/>
</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-06-24T00:47:33.464485" elapsed="0.018231"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.482956" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.482808" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.482782" elapsed="0.000264"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.485725" 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-06-24T00:47:33.483322" elapsed="0.002429"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.485798" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:33.485956" 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-06-24T00:47:33.445970" elapsed="0.040009"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.486039" 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-06-24T00:47:33.443435" elapsed="0.042737"/>
</kw>
<var name="${switch}">86</var>
<status status="PASS" start="2026-06-24T00:47:33.443178" elapsed="0.043036"/>
</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-06-24T00:47:33.491795" 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-06-24T00:47:33.491548" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.492246" 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-06-24T00:47:33.491996" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.492729" 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-06-24T00:47:33.492485" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.493204" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.492938" elapsed="0.000309"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.494053" 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-06-24T00:47:33.493858" elapsed="0.000221"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.494419" 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-06-24T00:47:33.494250" 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-06-24T00:47:33.494595" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.495196" 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-06-24T00:47:33.494936" elapsed="0.000304"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.495331" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:33.495494" 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-06-24T00:47:33.493453" elapsed="0.002065"/>
</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-06-24T00:47:33.507241" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.507365" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.507495" 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-06-24T00:47:33.497636" elapsed="0.009897"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.495588" elapsed="0.012007"/>
</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-06-24T00:47:33.507851" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.507630" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.495570" elapsed="0.012402"/>
</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-06-24T00:47:33.512719" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.509320" elapsed="0.003459"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.508981" elapsed="0.003846"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.508955" elapsed="0.003907"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.516376" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.513266" elapsed="0.003173"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.512939" elapsed="0.003546"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.512917" elapsed="0.003599"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.517310" 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-06-24T00:47:33.516767" 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-06-24T00:47:33.517891" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.517533" elapsed="0.000440"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.518679" 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-06-24T00:47:33.518268" elapsed="0.000447"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.518004" elapsed="0.000760"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.517416" elapsed="0.001376"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.519584" 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-06-24T00:47:33.519028" 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-06-24T00:47:33.520113" elapsed="0.000050"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.519769" elapsed="0.000447"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.520907" 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-06-24T00:47:33.520491" elapsed="0.000453"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.520247" elapsed="0.000745"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.519744" elapsed="0.001276"/>
</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-06-24T00:47:33.521255" elapsed="0.000579"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.522490" 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-06-24T00:47:33.522069" 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-06-24T00:47:33.522747" elapsed="0.003277"/>
</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-06-24T00:47:33.508491" elapsed="0.017622"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.526374" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.526227" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.526200" elapsed="0.000265"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.529283" 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-06-24T00:47:33.526669" elapsed="0.002640"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.529357" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:33.529548" 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-06-24T00:47:33.488938" elapsed="0.040635"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.529633" 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-06-24T00:47:33.486520" elapsed="0.043252"/>
</kw>
<var name="${switch}">87</var>
<status status="PASS" start="2026-06-24T00:47:33.486313" elapsed="0.043501"/>
</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-06-24T00:47:33.535584" 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-06-24T00:47:33.535324" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.536031" 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-06-24T00:47:33.535787" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.536493" 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-06-24T00:47:33.536249" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.536925" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.536689" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.537793" 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-06-24T00:47:33.537599" elapsed="0.000227"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.538175" 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-06-24T00:47:33.537986" elapsed="0.000215"/>
</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-06-24T00:47:33.538356" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.538973" 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-06-24T00:47:33.538725" elapsed="0.000292"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.539061" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:33.539239" 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-06-24T00:47:33.537190" elapsed="0.002158"/>
</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-06-24T00:47:33.550801" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.550893" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.551034" 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-06-24T00:47:33.541422" elapsed="0.009641"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.539430" elapsed="0.011698"/>
</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-06-24T00:47:33.551460" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.551192" elapsed="0.000342"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.539410" elapsed="0.012146"/>
</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-06-24T00:47:33.557808" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.552657" elapsed="0.005251"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.552413" elapsed="0.005568"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.552392" elapsed="0.005631"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.562041" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.558563" elapsed="0.003557"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.558129" elapsed="0.004072"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.558096" elapsed="0.004145"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.563205" 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-06-24T00:47:33.562579" elapsed="0.000715"/>
</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-06-24T00:47:33.563790" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.563405" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.564391" 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-06-24T00:47:33.564076" elapsed="0.000340"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.563897" elapsed="0.000554"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.563377" elapsed="0.001095"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.565002" 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-06-24T00:47:33.564645" 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-06-24T00:47:33.565366" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.565095" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.565911" 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-06-24T00:47:33.565622" elapsed="0.000314"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.565446" elapsed="0.000525"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.565078" 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-06-24T00:47:33.566172" elapsed="0.000347"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.566979" 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-06-24T00:47:33.566684" 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-06-24T00:47:33.567175" elapsed="0.002167"/>
</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-06-24T00:47:33.551992" elapsed="0.017488"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.569660" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.569550" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.569531" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.572116" 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-06-24T00:47:33.569878" elapsed="0.002277"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.572206" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:33.572367" 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-06-24T00:47:33.532771" elapsed="0.039621"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.572453" 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-06-24T00:47:33.530112" elapsed="0.042459"/>
</kw>
<var name="${switch}">88</var>
<status status="PASS" start="2026-06-24T00:47:33.529908" elapsed="0.042704"/>
</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-06-24T00:47:33.578158" 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-06-24T00:47:33.577893" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.578618" 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-06-24T00:47:33.578363" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.579328" 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-06-24T00:47:33.579028" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.579765" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.579527" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.580621" 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-06-24T00:47:33.580428" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.580969" 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-06-24T00:47:33.580801" 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-06-24T00:47:33.581160" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.581746" 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-06-24T00:47:33.581505" elapsed="0.000284"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.581831" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:33.581982" 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-06-24T00:47:33.580010" elapsed="0.001996"/>
</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-06-24T00:47:33.634984" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.635068" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.635372" 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-06-24T00:47:33.626353" elapsed="0.009058"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.582076" elapsed="0.053408"/>
</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-06-24T00:47:33.635768" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.635525" elapsed="0.000337"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.582058" elapsed="0.053835"/>
</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-06-24T00:47:33.640442" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.637322" elapsed="0.003183"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.636981" elapsed="0.003572"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.636954" elapsed="0.003632"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.644045" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.640974" elapsed="0.003140"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.640662" elapsed="0.003522"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.640639" elapsed="0.003579"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.645060" 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-06-24T00:47:33.644503" 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-06-24T00:47:33.645965" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.645602" elapsed="0.000444"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.646759" 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-06-24T00:47:33.646344" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.646078" elapsed="0.000766"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.645573" elapsed="0.001300"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.647690" 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-06-24T00:47:33.647114" 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-06-24T00:47:33.648192" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.647823" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.648956" 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-06-24T00:47:33.648550" elapsed="0.000442"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.648306" elapsed="0.000734"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.647799" elapsed="0.001270"/>
</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-06-24T00:47:33.649312" elapsed="0.000484"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.650453" 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-06-24T00:47:33.650028" elapsed="0.000460"/>
</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-06-24T00:47:33.650708" elapsed="0.003025"/>
</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-06-24T00:47:33.636455" elapsed="0.017369"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.654070" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.653918" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.653892" elapsed="0.000292"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.657392" 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-06-24T00:47:33.654392" elapsed="0.003028"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.657471" elapsed="0.000038"/>
</return>
<msg time="2026-06-24T00:47:33.657640" 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-06-24T00:47:33.575479" elapsed="0.082184"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.657726" 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-06-24T00:47:33.572921" elapsed="0.084923"/>
</kw>
<var name="${switch}">89</var>
<status status="PASS" start="2026-06-24T00:47:33.572713" elapsed="0.085268"/>
</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-06-24T00:47:33.663794" 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-06-24T00:47:33.663526" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.664344" 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-06-24T00:47:33.664080" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.664794" 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-06-24T00:47:33.664549" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.665249" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.664995" elapsed="0.000296"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.666100" 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-06-24T00:47:33.665901" elapsed="0.000224"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.666475" 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-06-24T00:47:33.666304" 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-06-24T00:47:33.666652" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.667299" 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-06-24T00:47:33.667005" elapsed="0.000338"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.667385" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:33.667539" 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-06-24T00:47:33.665498" elapsed="0.002064"/>
</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-06-24T00:47:33.676973" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.677050" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.677203" 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-06-24T00:47:33.669614" elapsed="0.007627"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.667636" elapsed="0.009668"/>
</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-06-24T00:47:33.677566" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.677342" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.667617" elapsed="0.010072"/>
</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-06-24T00:47:33.682601" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.679045" elapsed="0.003621"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.678713" elapsed="0.004005"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.678686" elapsed="0.004066"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.686460" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.683140" elapsed="0.003386"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.682827" elapsed="0.003830"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.682805" elapsed="0.003887"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.687608" 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-06-24T00:47:33.686981" 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-06-24T00:47:33.688055" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.687744" elapsed="0.000370"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.688636" 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-06-24T00:47:33.688334" elapsed="0.000328"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.688137" elapsed="0.000561"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.687720" elapsed="0.000998"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.689270" 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-06-24T00:47:33.688895" 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-06-24T00:47:33.689615" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.689365" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.690187" 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-06-24T00:47:33.689874" elapsed="0.000341"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.689697" elapsed="0.000553"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.689347" 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-06-24T00:47:33.690430" elapsed="0.000347"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.691265" 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-06-24T00:47:33.690943" elapsed="0.000348"/>
</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-06-24T00:47:33.691449" elapsed="0.002195"/>
</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-06-24T00:47:33.678215" elapsed="0.015495"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.693885" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.693777" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.693758" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.696426" 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-06-24T00:47:33.694098" elapsed="0.002355"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.696501" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:33.696660" 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-06-24T00:47:33.661036" elapsed="0.035648"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.696745" 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-06-24T00:47:33.658327" elapsed="0.038535"/>
</kw>
<var name="${switch}">90</var>
<status status="PASS" start="2026-06-24T00:47:33.658092" elapsed="0.038811"/>
</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-06-24T00:47:33.702449" 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-06-24T00:47:33.702196" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.702934" 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-06-24T00:47:33.702693" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.703505" 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-06-24T00:47:33.703224" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.703957" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.703707" elapsed="0.000294"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.704827" 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-06-24T00:47:33.704627" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.705194" 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-06-24T00:47:33.705009" elapsed="0.000211"/>
</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-06-24T00:47:33.705373" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.705972" 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-06-24T00:47:33.705725" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.706059" elapsed="0.000028"/>
</return>
<msg time="2026-06-24T00:47:33.706228" 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-06-24T00:47:33.704220" 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-06-24T00:47:33.718118" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.718199" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.718309" 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-06-24T00:47:33.708497" elapsed="0.009840"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.706323" elapsed="0.012064"/>
</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-06-24T00:47:33.718594" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.718415" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.706306" elapsed="0.012378"/>
</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-06-24T00:47:33.725525" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.719773" elapsed="0.005856"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.719513" elapsed="0.006199"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.719493" elapsed="0.006276"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.729477" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.726471" elapsed="0.003051"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.725899" elapsed="0.003656"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.725858" elapsed="0.003720"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.730175" 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-06-24T00:47:33.729768" 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-06-24T00:47:33.730527" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.730273" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.731086" 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-06-24T00:47:33.730785" elapsed="0.000326"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.730609" elapsed="0.000585"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.730255" elapsed="0.000991"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.731853" 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-06-24T00:47:33.731482" 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-06-24T00:47:33.732296" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.732026" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.732873" 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-06-24T00:47:33.732553" elapsed="0.000351"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.732378" elapsed="0.000563"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.732006" elapsed="0.000959"/>
</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-06-24T00:47:33.733132" elapsed="0.000396"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.734016" 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-06-24T00:47:33.733708" 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-06-24T00:47:33.734230" elapsed="0.002353"/>
</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-06-24T00:47:33.719079" elapsed="0.017569"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.737582" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.736716" elapsed="0.000914"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.736697" elapsed="0.000954"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.740206" 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-06-24T00:47:33.737801" elapsed="0.002432"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.740283" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:33.740445" 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-06-24T00:47:33.699708" elapsed="0.040761"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.740529" 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-06-24T00:47:33.697230" elapsed="0.043417"/>
</kw>
<var name="${switch}">91</var>
<status status="PASS" start="2026-06-24T00:47:33.697005" elapsed="0.043682"/>
</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-06-24T00:47:33.746601" 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-06-24T00:47:33.746311" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.747116" 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-06-24T00:47:33.746835" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.747711" 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-06-24T00:47:33.747412" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.748389" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.747965" elapsed="0.000491"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.749845" 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-06-24T00:47:33.749477" elapsed="0.000416"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.750493" 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-06-24T00:47:33.750215" elapsed="0.000317"/>
</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-06-24T00:47:33.750787" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.751843" 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-06-24T00:47:33.751432" elapsed="0.000489"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.751982" elapsed="0.000041"/>
</return>
<msg time="2026-06-24T00:47:33.752179" 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-06-24T00:47:33.748781" elapsed="0.003488"/>
</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-06-24T00:47:33.763801" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.763886" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.764014" 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-06-24T00:47:33.754326" elapsed="0.009725"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.752347" elapsed="0.011766"/>
</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-06-24T00:47:33.764401" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.764176" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.752328" elapsed="0.012198"/>
</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-06-24T00:47:33.769038" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.765859" elapsed="0.003240"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.765546" elapsed="0.003619"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.765520" elapsed="0.003681"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.772740" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.769587" elapsed="0.003216"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.769278" elapsed="0.003573"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.769255" elapsed="0.003629"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.773712" 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-06-24T00:47:33.773164" 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-06-24T00:47:33.774216" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.773844" elapsed="0.000453"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.774985" 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-06-24T00:47:33.774575" elapsed="0.000447"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.774329" elapsed="0.000742"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.773820" elapsed="0.001280"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.775891" 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-06-24T00:47:33.775386" elapsed="0.000542"/>
</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-06-24T00:47:33.776397" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.776025" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.777191" 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-06-24T00:47:33.776759" elapsed="0.000470"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.776512" elapsed="0.000766"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.776000" elapsed="0.001307"/>
</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-06-24T00:47:33.777526" elapsed="0.000497"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.778670" 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-06-24T00:47:33.778279" elapsed="0.000427"/>
</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-06-24T00:47:33.778929" elapsed="0.003278"/>
</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-06-24T00:47:33.765033" elapsed="0.017325"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.782639" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.782475" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.782441" elapsed="0.000289"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.785460" 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-06-24T00:47:33.782937" elapsed="0.002549"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.785534" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:33.785690" 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-06-24T00:47:33.743441" elapsed="0.042274"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.785775" 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-06-24T00:47:33.740990" elapsed="0.044903"/>
</kw>
<var name="${switch}">92</var>
<status status="PASS" start="2026-06-24T00:47:33.740785" elapsed="0.045148"/>
</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-06-24T00:47:33.791512" 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-06-24T00:47:33.791260" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.791951" 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-06-24T00:47:33.791715" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.792410" 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-06-24T00:47:33.792168" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.792841" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.792607" elapsed="0.000276"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.793694" 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-06-24T00:47:33.793506" elapsed="0.000214"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.794041" 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-06-24T00:47:33.793875" 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-06-24T00:47:33.794231" elapsed="0.000194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.794829" 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-06-24T00:47:33.794583" elapsed="0.000289"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.794914" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:33.795066" 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-06-24T00:47:33.793084" elapsed="0.002006"/>
</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-06-24T00:47:33.803620" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.803678" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.803822" 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-06-24T00:47:33.797162" elapsed="0.006686"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.795196" elapsed="0.008697"/>
</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-06-24T00:47:33.804081" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.803919" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.795177" elapsed="0.009038"/>
</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-06-24T00:47:33.807710" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.805212" elapsed="0.002544"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.804968" elapsed="0.002823"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.804950" elapsed="0.002866"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.811332" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.808308" elapsed="0.003087"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.807871" elapsed="0.003573"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.807854" elapsed="0.003623"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.812288" 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-06-24T00:47:33.811737" 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-06-24T00:47:33.812776" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.812423" elapsed="0.000435"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.813575" 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-06-24T00:47:33.813138" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.812890" elapsed="0.000770"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.812399" elapsed="0.001291"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.814466" 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-06-24T00:47:33.813932" 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-06-24T00:47:33.814940" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.814596" elapsed="0.000423"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.815769" 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-06-24T00:47:33.815363" elapsed="0.000441"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.815051" elapsed="0.000801"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.814572" 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-06-24T00:47:33.816094" elapsed="0.000514"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.817255" 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-06-24T00:47:33.816843" elapsed="0.000448"/>
</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-06-24T00:47:33.817513" elapsed="0.003040"/>
</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-06-24T00:47:33.804604" elapsed="0.016037"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.820882" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.820735" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.820709" elapsed="0.000269"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.824529" 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-06-24T00:47:33.821205" elapsed="0.003360"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.824632" elapsed="0.000043"/>
</return>
<msg time="2026-06-24T00:47:33.824847" 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-06-24T00:47:33.788769" elapsed="0.036111"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.824962" 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-06-24T00:47:33.786244" elapsed="0.038881"/>
</kw>
<var name="${switch}">93</var>
<status status="PASS" start="2026-06-24T00:47:33.786028" elapsed="0.039238"/>
</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-06-24T00:47:33.831555" 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-06-24T00:47:33.831289" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.832114" 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-06-24T00:47:33.831873" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.832587" 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-06-24T00:47:33.832342" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.833025" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.832787" elapsed="0.000281"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.833924" 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-06-24T00:47:33.833713" elapsed="0.000238"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.834301" 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-06-24T00:47:33.834110" 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-06-24T00:47:33.834483" elapsed="0.000194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.835166" 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-06-24T00:47:33.834845" elapsed="0.000374"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.835264" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:33.835426" 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-06-24T00:47:33.833291" elapsed="0.002161"/>
</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-06-24T00:47:33.845467" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.845544" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.845670" 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-06-24T00:47:33.837848" elapsed="0.007858"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.835525" elapsed="0.010245"/>
</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-06-24T00:47:33.846030" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.845806" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.835506" 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-06-24T00:47:33.850662" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.847547" elapsed="0.003179"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.847233" elapsed="0.003543"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.847208" elapsed="0.003601"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.854266" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.851254" elapsed="0.003075"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.850892" elapsed="0.003558"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.850865" elapsed="0.003620"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.855364" 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-06-24T00:47:33.854757" elapsed="0.000645"/>
</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-06-24T00:47:33.855857" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.855499" elapsed="0.000426"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.856624" 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-06-24T00:47:33.856129" elapsed="0.000523"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.855949" elapsed="0.000740"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.855474" elapsed="0.001236"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.857316" 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-06-24T00:47:33.856890" elapsed="0.000454"/>
</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-06-24T00:47:33.857667" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.857414" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.858404" 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-06-24T00:47:33.857927" elapsed="0.000503"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.857749" elapsed="0.000715"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.857396" 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-06-24T00:47:33.858642" elapsed="0.000347"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.859521" 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-06-24T00:47:33.859227" 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-06-24T00:47:33.859707" elapsed="0.002237"/>
</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-06-24T00:47:33.846688" elapsed="0.015323"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.862202" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.862078" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.862059" elapsed="0.000211"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.865603" 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-06-24T00:47:33.862419" elapsed="0.003212"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.865680" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:33.866064" 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-06-24T00:47:33.828782" elapsed="0.037307"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.866168" 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-06-24T00:47:33.825678" elapsed="0.040615"/>
</kw>
<var name="${switch}">94</var>
<status status="PASS" start="2026-06-24T00:47:33.825396" elapsed="0.040937"/>
</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-06-24T00:47:33.872019" 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-06-24T00:47:33.871769" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.872479" 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-06-24T00:47:33.872238" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.872978" 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-06-24T00:47:33.872723" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.873437" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.873194" elapsed="0.000287"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.874320" 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-06-24T00:47:33.874093" elapsed="0.000253"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.874677" 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-06-24T00:47:33.874505" 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-06-24T00:47:33.874855" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.875518" 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-06-24T00:47:33.875258" elapsed="0.000305"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.875605" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:33.875762" 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-06-24T00:47:33.873685" 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-06-24T00:47:33.901378" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.901528" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.901754" 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-06-24T00:47:33.877838" elapsed="0.023977"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.875858" elapsed="0.026069"/>
</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-06-24T00:47:33.902413" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.901990" elapsed="0.000578"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.875840" elapsed="0.026777"/>
</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-06-24T00:47:33.909364" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.904988" elapsed="0.004439"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.904387" elapsed="0.005087"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.904346" elapsed="0.005161"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.912924" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.909892" elapsed="0.003096"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.909582" elapsed="0.003451"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.909559" elapsed="0.003507"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.913881" 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-06-24T00:47:33.913348" elapsed="0.000572"/>
</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-06-24T00:47:33.914385" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.914015" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.915237" 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-06-24T00:47:33.914746" elapsed="0.000528"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.914498" elapsed="0.000825"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.913991" elapsed="0.001361"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.916102" 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-06-24T00:47:33.915602" elapsed="0.000537"/>
</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-06-24T00:47:33.916722" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.916327" elapsed="0.000479"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.917527" 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-06-24T00:47:33.917092" elapsed="0.000479"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.916839" elapsed="0.000795"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.916301" elapsed="0.001371"/>
</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-06-24T00:47:33.917895" elapsed="0.000509"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.919032" 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-06-24T00:47:33.918640" 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-06-24T00:47:33.919334" elapsed="0.003250"/>
</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-06-24T00:47:33.903533" elapsed="0.019142"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.922922" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.922771" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.922745" elapsed="0.000270"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.926366" 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-06-24T00:47:33.923262" elapsed="0.003141"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.926472" elapsed="0.000044"/>
</return>
<msg time="2026-06-24T00:47:33.926692" 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-06-24T00:47:33.869078" elapsed="0.057649"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.926813" 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-06-24T00:47:33.866639" elapsed="0.060341"/>
</kw>
<var name="${switch}">95</var>
<status status="PASS" start="2026-06-24T00:47:33.866432" elapsed="0.060604"/>
</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-06-24T00:47:33.933037" 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-06-24T00:47:33.932782" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.933495" 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-06-24T00:47:33.933256" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.933941" 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-06-24T00:47:33.933699" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.934394" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.934136" elapsed="0.000301"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.935289" 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-06-24T00:47:33.935042" elapsed="0.000272"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.935641" 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-06-24T00:47:33.935469" 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-06-24T00:47:33.935818" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.936422" 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-06-24T00:47:33.936177" elapsed="0.000289"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.936508" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:33.936659" 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-06-24T00:47:33.934640" 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-06-24T00:47:33.947094" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.947173" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.947270" 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-06-24T00:47:33.938884" elapsed="0.008412"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.936803" elapsed="0.010567"/>
</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-06-24T00:47:33.947595" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.947412" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.936785" elapsed="0.010903"/>
</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-06-24T00:47:33.955322" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.949901" elapsed="0.005520"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.949391" elapsed="0.006110"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.949347" elapsed="0.006207"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.960610" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.956204" elapsed="0.004453"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.955677" elapsed="0.005014"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.955639" elapsed="0.005076"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.961374" 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-06-24T00:47:33.960913" elapsed="0.000496"/>
</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-06-24T00:47:33.961850" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.961501" elapsed="0.000419"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.962459" 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-06-24T00:47:33.962140" elapsed="0.000346"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.961944" elapsed="0.000578"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.961476" elapsed="0.001067"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.963317" 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-06-24T00:47:33.962718" elapsed="0.000627"/>
</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-06-24T00:47:33.963669" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.963416" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.964245" 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-06-24T00:47:33.963923" elapsed="0.000348"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.963748" elapsed="0.000558"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.963398" elapsed="0.000929"/>
</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-06-24T00:47:33.964484" elapsed="0.000345"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:33.965441" 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-06-24T00:47:33.965028" elapsed="0.000448"/>
</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-06-24T00:47:33.965694" elapsed="0.003052"/>
</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-06-24T00:47:33.948415" elapsed="0.020507"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:33.969192" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:33.969023" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.968995" elapsed="0.000290"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:33.972701" 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-06-24T00:47:33.969501" elapsed="0.003238"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:33.972810" elapsed="0.000048"/>
</return>
<msg time="2026-06-24T00:47:33.973036" 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-06-24T00:47:33.930337" elapsed="0.042733"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:33.973175" 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-06-24T00:47:33.927540" elapsed="0.045803"/>
</kw>
<var name="${switch}">96</var>
<status status="PASS" start="2026-06-24T00:47:33.927257" elapsed="0.046142"/>
</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-06-24T00:47:33.981372" 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-06-24T00:47:33.980960" elapsed="0.000473"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.981868" 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-06-24T00:47:33.981621" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.982359" 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-06-24T00:47:33.982076" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.982892" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.982561" elapsed="0.000379"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:33.983827" 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-06-24T00:47:33.983627" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:33.984204" 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-06-24T00:47:33.984016" 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-06-24T00:47:33.984384" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:33.985012" 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-06-24T00:47:33.984739" elapsed="0.000318"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:33.985100" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:33.985275" 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-06-24T00:47:33.983217" elapsed="0.002083"/>
</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-06-24T00:47:33.995123" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:33.995229" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:33.995428" 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-06-24T00:47:33.987613" elapsed="0.007853"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.985375" elapsed="0.010155"/>
</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-06-24T00:47:33.995788" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:33.995566" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.985356" elapsed="0.010556"/>
</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-06-24T00:47:34.000520" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:33.997298" elapsed="0.003284"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:33.996927" elapsed="0.003704"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:33.996902" elapsed="0.003761"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.004068" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.001049" elapsed="0.003066"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.000738" elapsed="0.003426"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.000716" elapsed="0.003473"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.004776" 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-06-24T00:47:34.004383" 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-06-24T00:47:34.005300" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.004958" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.005925" 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-06-24T00:47:34.005628" elapsed="0.000323"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.005448" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.004939" elapsed="0.001068"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.006557" 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-06-24T00:47:34.006195" 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-06-24T00:47:34.006901" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.006652" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.007501" 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-06-24T00:47:34.007198" elapsed="0.000329"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.006982" elapsed="0.000580"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.006635" 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-06-24T00:47:34.007743" elapsed="0.000394"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.008608" 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-06-24T00:47:34.008327" elapsed="0.000307"/>
</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-06-24T00:47:34.008792" 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-06-24T00:47:33.996437" elapsed="0.014665"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.011294" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.011185" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.011165" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.013706" 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-06-24T00:47:34.011507" elapsed="0.002224"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.013779" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:34.013937" 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-06-24T00:47:33.977486" elapsed="0.036476"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.014023" 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-06-24T00:47:33.973849" elapsed="0.040290"/>
</kw>
<var name="${switch}">97</var>
<status status="PASS" start="2026-06-24T00:47:33.973541" elapsed="0.040716"/>
</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-06-24T00:47:34.023898" 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-06-24T00:47:34.023536" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.024369" 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-06-24T00:47:34.024116" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.024812" 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-06-24T00:47:34.024571" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.025260" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.025007" elapsed="0.000296"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:34.026101" 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-06-24T00:47:34.025909" elapsed="0.000217"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:34.026465" 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-06-24T00:47:34.026297" 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-06-24T00:47:34.026641" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.027289" 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-06-24T00:47:34.026989" elapsed="0.000344"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:34.027376" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:34.027531" 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-06-24T00:47:34.025506" elapsed="0.002049"/>
</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-06-24T00:47:34.037642" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:34.037697" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:34.037797" 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-06-24T00:47:34.029592" elapsed="0.008230"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.027627" elapsed="0.010256"/>
</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-06-24T00:47:34.038076" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.037916" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.027609" elapsed="0.010577"/>
</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-06-24T00:47:34.043788" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.039283" elapsed="0.004605"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.038978" elapsed="0.004989"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.038958" elapsed="0.005071"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.050020" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.044695" elapsed="0.005426"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.044190" elapsed="0.006143"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.044122" elapsed="0.006268"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.051784" 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-06-24T00:47:34.050812" elapsed="0.001032"/>
</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-06-24T00:47:34.052191" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.051921" elapsed="0.000337"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.052858" 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-06-24T00:47:34.052550" elapsed="0.000334"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.052282" elapsed="0.000638"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.051903" elapsed="0.001037"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.053533" 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-06-24T00:47:34.053118" elapsed="0.000443"/>
</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-06-24T00:47:34.053881" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.053632" elapsed="0.000326"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.054573" 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-06-24T00:47:34.054239" elapsed="0.000363"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.054005" elapsed="0.000636"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.053613" elapsed="0.001051"/>
</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-06-24T00:47:34.054830" elapsed="0.000404"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.055703" 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-06-24T00:47:34.055414" 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-06-24T00:47:34.055889" elapsed="0.003557"/>
</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-06-24T00:47:34.038585" elapsed="0.020949"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.059743" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.059620" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.059594" elapsed="0.000219"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.062296" 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-06-24T00:47:34.059990" elapsed="0.002333"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.062372" elapsed="0.000041"/>
</return>
<msg time="2026-06-24T00:47:34.062543" 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-06-24T00:47:34.018008" elapsed="0.044559"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.062627" 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-06-24T00:47:34.014565" elapsed="0.048181"/>
</kw>
<var name="${switch}">98</var>
<status status="PASS" start="2026-06-24T00:47:34.014361" elapsed="0.048424"/>
</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-06-24T00:47:34.068832" 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-06-24T00:47:34.068477" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.069340" 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-06-24T00:47:34.069042" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.069893" 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-06-24T00:47:34.069635" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.070356" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.070096" elapsed="0.000302"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:34.071318" 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-06-24T00:47:34.071070" elapsed="0.000275"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:34.071703" 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-06-24T00:47:34.071505" elapsed="0.000223"/>
</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-06-24T00:47:34.071883" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.072505" 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-06-24T00:47:34.072255" elapsed="0.000300"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:34.072600" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:34.072759" 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-06-24T00:47:34.070614" elapsed="0.002169"/>
</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-06-24T00:47:34.085022" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:34.085201" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:34.085424" 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-06-24T00:47:34.075217" elapsed="0.010270"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.072856" elapsed="0.012741"/>
</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-06-24T00:47:34.086065" elapsed="0.000055"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.085657" elapsed="0.000608"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.072837" elapsed="0.013480"/>
</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-06-24T00:47:34.095138" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.088845" elapsed="0.006432"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.088223" elapsed="0.007137"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.088176" elapsed="0.007239"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.098192" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.095968" elapsed="0.002270"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.095544" elapsed="0.002728"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.095505" elapsed="0.002789"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.098892" 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-06-24T00:47:34.098499" 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-06-24T00:47:34.099282" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.099009" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.100170" 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-06-24T00:47:34.099541" elapsed="0.000669"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.099364" elapsed="0.000884"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.098989" elapsed="0.001279"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.100814" 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-06-24T00:47:34.100447" elapsed="0.000393"/>
</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-06-24T00:47:34.101429" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.100983" elapsed="0.000507"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.101988" 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-06-24T00:47:34.101692" elapsed="0.000322"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.101513" elapsed="0.000536"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.100964" 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-06-24T00:47:34.102246" elapsed="0.000365"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.103111" 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-06-24T00:47:34.102782" elapsed="0.000355"/>
</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-06-24T00:47:34.103315" elapsed="0.002199"/>
</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-06-24T00:47:34.087309" elapsed="0.018274"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.105764" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.105653" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.105633" elapsed="0.000200"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.108413" 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-06-24T00:47:34.105988" elapsed="0.002461"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.108515" elapsed="0.000038"/>
</return>
<msg time="2026-06-24T00:47:34.108687" 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-06-24T00:47:34.065803" elapsed="0.042910"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.108774" 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-06-24T00:47:34.063280" elapsed="0.045619"/>
</kw>
<var name="${switch}">99</var>
<status status="PASS" start="2026-06-24T00:47:34.062888" elapsed="0.046053"/>
</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-06-24T00:47:34.114612" 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-06-24T00:47:34.114345" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.115107" 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-06-24T00:47:34.114819" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.115586" 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-06-24T00:47:34.115333" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.116027" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.115786" elapsed="0.000283"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-06-24T00:47:34.116951" 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-06-24T00:47:34.116753" elapsed="0.000224"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-06-24T00:47:34.117322" 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-06-24T00:47:34.117135" 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-06-24T00:47:34.117500" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.118113" 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-06-24T00:47:34.117860" elapsed="0.000315"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-06-24T00:47:34.118248" elapsed="0.000039"/>
</return>
<msg time="2026-06-24T00:47:34.118460" 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-06-24T00:47:34.116313" elapsed="0.002226"/>
</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-06-24T00:47:34.129807" level="INFO">PUT Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.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-06-24T00:47:34.129864" level="INFO">PUT Response : url=http://10.30.170.26: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-06-24T00:47:34.129962" 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-06-24T00:47:34.121582" elapsed="0.008407"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.118656" elapsed="0.011380"/>
</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-06-24T00:47:34.130246" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.130063" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.118624" elapsed="0.011714"/>
</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-06-24T00:47:34.133620" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.131378" elapsed="0.002286"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.131111" elapsed="0.002588"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.131091" elapsed="0.002631"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.136447" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.134015" elapsed="0.002496"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.133777" elapsed="0.002781"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.133760" elapsed="0.002831"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.137524" 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-06-24T00:47:34.136846" elapsed="0.000717"/>
</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-06-24T00:47:34.138020" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.137663" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.139057" 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-06-24T00:47:34.138533" elapsed="0.000584"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.138192" elapsed="0.001003"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.137637" elapsed="0.001590"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.139990" 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-06-24T00:47:34.139479" elapsed="0.000548"/>
</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-06-24T00:47:34.140512" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.140134" elapsed="0.000460"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.141320" 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-06-24T00:47:34.140869" elapsed="0.000488"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.140625" elapsed="0.000780"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.140106" elapsed="0.001328"/>
</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-06-24T00:47:34.141653" elapsed="0.000526"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.142908" 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-06-24T00:47:34.142455" elapsed="0.000529"/>
</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-06-24T00:47:34.143264" elapsed="0.003087"/>
</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-06-24T00:47:34.130712" elapsed="0.015894"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.146863" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.146708" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.146682" elapsed="0.000322"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.149482" 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-06-24T00:47:34.147209" elapsed="0.002301"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.149562" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:34.149724" 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-06-24T00:47:34.111848" elapsed="0.037901"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.149812" 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-06-24T00:47:34.109270" elapsed="0.040667"/>
</kw>
<var name="${switch}">100</var>
<status status="PASS" start="2026-06-24T00:47:34.109042" elapsed="0.040936"/>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="PASS" start="2026-06-24T00:47:29.832267" elapsed="4.317747"/>
</for>
<arg>${switches}</arg>
<doc>Add table miss flows to switches.</doc>
<status status="PASS" start="2026-06-24T00:47:29.830944" elapsed="4.319136"/>
</kw>
<msg time="2026-06-24T00:47:34.150201" level="INFO">${status} = PASS</msg>
<msg time="2026-06-24T00:47:34.150249" 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-06-24T00:47:29.830454" elapsed="4.319818"/>
</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-06-24T00:47:34.150479" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.150368" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.150341" elapsed="0.000210"/>
</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-06-24T00:47:34.150740" elapsed="0.000332"/>
</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-06-24T00:47:34.153120" 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-06-24T00:47:34.152767" elapsed="0.000397"/>
</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-06-24T00:47:34.164241" 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-06-24T00:47:34.163938" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.164710" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.164456" 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-06-24T00:47:34.176585" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.177271" level="INFO">GET Response : url=http://10.30.170.26: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': '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-06-24T00:47:34.177533" 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-06-24T00:47:34.166796" elapsed="0.010795"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.164828" elapsed="0.012866"/>
</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-06-24T00:47:34.178121" elapsed="0.000085"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.177754" elapsed="0.000550"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.164806" elapsed="0.013545"/>
</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-06-24T00:47:34.187386" 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-06-24T00:47:34.180851" elapsed="0.006786"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.180345" elapsed="0.007372"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.180303" elapsed="0.007468"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.190505" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.188138" elapsed="0.002414"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.187893" elapsed="0.002694"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.187856" elapsed="0.002754"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.191252" 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-06-24T00:47:34.190807" elapsed="0.000473"/>
</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-06-24T00:47:34.191606" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.191351" elapsed="0.000314"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.192309" 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-06-24T00:47:34.191868" elapsed="0.000468"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.191689" elapsed="0.000684"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.191333" elapsed="0.001061"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.192940" 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-06-24T00:47:34.192573" 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-06-24T00:47:34.193306" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.193035" elapsed="0.000330"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.193988" 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-06-24T00:47:34.193567" elapsed="0.000447"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.193389" elapsed="0.000661"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.193018" elapsed="0.001053"/>
</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-06-24T00:47:34.194245" elapsed="0.000380"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.195126" 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-06-24T00:47:34.194794" elapsed="0.000388"/>
</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-06-24T00:47:34.195344" elapsed="0.002364"/>
</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-06-24T00:47:34.179284" elapsed="0.018491"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.197955" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.197845" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.197826" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.200747" 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-06-24T00:47:34.198187" elapsed="0.002591"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.200829" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:34.200993" 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-06-24T00:47:34.159549" elapsed="0.041472"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.201079" 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-06-24T00:47:34.155892" elapsed="0.045482"/>
</kw>
<var name="${switch}">1</var>
<status status="PASS" start="2026-06-24T00:47:34.155678" elapsed="0.045734"/>
</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-06-24T00:47:34.208568" 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-06-24T00:47:34.208297" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.209016" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.208772" elapsed="0.000354"/>
</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-06-24T00:47:34.220128" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.220290" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:34.220401" 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-06-24T00:47:34.211228" elapsed="0.009198"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.209214" elapsed="0.011256"/>
</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-06-24T00:47:34.220660" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.220497" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.209194" elapsed="0.011552"/>
</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-06-24T00:47:34.224619" 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-06-24T00:47:34.221806" elapsed="0.002892"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.221580" elapsed="0.003165"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.221562" elapsed="0.003217"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.228536" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.225209" elapsed="0.003391"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.224854" elapsed="0.003794"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.224832" elapsed="0.003848"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.229496" 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-06-24T00:47:34.228937" elapsed="0.000598"/>
</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-06-24T00:47:34.229981" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.229631" elapsed="0.000431"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.230968" 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-06-24T00:47:34.230364" elapsed="0.000642"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.230094" elapsed="0.000962"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.229606" elapsed="0.001479"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.231850" 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-06-24T00:47:34.231352" 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-06-24T00:47:34.232344" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.231981" elapsed="0.000442"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.233315" 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-06-24T00:47:34.232696" elapsed="0.000657"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.232455" elapsed="0.000947"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.231957" elapsed="0.001474"/>
</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-06-24T00:47:34.233647" elapsed="0.000556"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.234870" 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-06-24T00:47:34.234437" elapsed="0.000534"/>
</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-06-24T00:47:34.235466" elapsed="0.002648"/>
</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-06-24T00:47:34.221128" elapsed="0.017075"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.238390" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.238277" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.238257" elapsed="0.000202"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.241212" 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-06-24T00:47:34.238620" elapsed="0.002625"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.241298" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:34.241462" 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-06-24T00:47:34.204141" elapsed="0.037349"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.241548" 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-06-24T00:47:34.201713" elapsed="0.039953"/>
</kw>
<var name="${switch}">2</var>
<status status="PASS" start="2026-06-24T00:47:34.201509" elapsed="0.040194"/>
</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-06-24T00:47:34.249583" 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-06-24T00:47:34.248579" elapsed="0.001052"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.250280" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.249993" 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-06-24T00:47:34.260949" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.261177" level="INFO">GET Response : url=http://10.30.170.26: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': '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-06-24T00:47:34.261346" 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-06-24T00:47:34.252510" elapsed="0.008874"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.250392" elapsed="0.011057"/>
</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-06-24T00:47:34.261738" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.261490" elapsed="0.000341"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.250374" elapsed="0.011611"/>
</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-06-24T00:47:34.267650" 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-06-24T00:47:34.263585" elapsed="0.004161"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.263247" elapsed="0.004553"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.263221" elapsed="0.004616"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.272002" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.268315" elapsed="0.003738"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.267927" elapsed="0.004254"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.267897" elapsed="0.004313"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.272839" 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-06-24T00:47:34.272430" 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-06-24T00:47:34.273214" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.272939" elapsed="0.000335"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.273917" 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-06-24T00:47:34.273482" elapsed="0.000462"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.273298" elapsed="0.000683"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.272921" elapsed="0.001082"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.274569" 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-06-24T00:47:34.274200" 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-06-24T00:47:34.274979" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.274667" elapsed="0.000373"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.275691" 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-06-24T00:47:34.275271" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.275064" elapsed="0.000692"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.274648" 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-06-24T00:47:34.275942" elapsed="0.000409"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.276808" 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-06-24T00:47:34.276519" 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-06-24T00:47:34.276990" elapsed="0.002510"/>
</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-06-24T00:47:34.262563" elapsed="0.017007"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.279749" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.279641" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.279622" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.283504" 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-06-24T00:47:34.280006" elapsed="0.003541"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.283619" elapsed="0.000045"/>
</return>
<msg time="2026-06-24T00:47:34.283840" 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-06-24T00:47:34.244419" elapsed="0.039460"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.283958" elapsed="0.000036"/>
</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-06-24T00:47:34.242033" elapsed="0.042091"/>
</kw>
<var name="${switch}">3</var>
<status status="PASS" start="2026-06-24T00:47:34.241803" elapsed="0.042394"/>
</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-06-24T00:47:34.292393" 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-06-24T00:47:34.292086" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.292844" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.292601" 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-06-24T00:47:34.307786" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.309393" level="INFO">GET Response : url=http://10.30.170.26: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;3&lt;/second&gt;&lt;nanosecond&gt;875000000&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-06-24T00:47:34.309714" 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-06-24T00:47:34.294964" elapsed="0.014815"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.292957" elapsed="0.016942"/>
</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-06-24T00:47:34.310450" elapsed="0.000057"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.309972" elapsed="0.000638"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.292938" elapsed="0.017723"/>
</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-06-24T00:47:34.319892" 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;3&lt;/second&gt;&lt;nanosecond&gt;875000000&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-06-24T00:47:34.313447" elapsed="0.006521"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.312699" elapsed="0.007305"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.312658" elapsed="0.007371"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.322661" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.320333" elapsed="0.002375"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.320085" elapsed="0.002663"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.320068" elapsed="0.002713"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.323503" 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-06-24T00:47:34.323069" elapsed="0.000462"/>
</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-06-24T00:47:34.323854" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.323600" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.324545" 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-06-24T00:47:34.324111" elapsed="0.000460"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.323935" elapsed="0.000671"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.323582" elapsed="0.001045"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.325174" 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-06-24T00:47:34.324799" 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-06-24T00:47:34.325517" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.325270" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.326196" 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-06-24T00:47:34.325770" elapsed="0.000454"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.325596" elapsed="0.000663"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.325253" 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-06-24T00:47:34.326436" elapsed="0.000384"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.327367" 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-06-24T00:47:34.327047" 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-06-24T00:47:34.327550" elapsed="0.002405"/>
</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-06-24T00:47:34.311672" elapsed="0.018399"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.330270" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.330157" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.330124" elapsed="0.000215"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.333011" 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-06-24T00:47:34.330489" elapsed="0.002553"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.333095" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:34.333275" 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-06-24T00:47:34.287942" elapsed="0.045360"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.333359" 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-06-24T00:47:34.284614" elapsed="0.048864"/>
</kw>
<var name="${switch}">4</var>
<status status="PASS" start="2026-06-24T00:47:34.284330" elapsed="0.049185"/>
</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-06-24T00:47:34.340656" 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-06-24T00:47:34.340400" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.341105" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.340857" 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-06-24T00:47:34.350560" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.351427" level="INFO">GET Response : url=http://10.30.170.26: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;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;425000000&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-06-24T00:47:34.351652" 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-06-24T00:47:34.343248" elapsed="0.008458"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.341231" elapsed="0.010543"/>
</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-06-24T00:47:34.352059" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.351813" elapsed="0.000360"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.341212" elapsed="0.010993"/>
</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-06-24T00:47:34.358030" 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;3&lt;/second&gt;&lt;nanosecond&gt;425000000&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-06-24T00:47:34.354049" elapsed="0.004225"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.353710" elapsed="0.004629"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.353682" elapsed="0.004693"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.362243" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.358796" elapsed="0.003513"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.358459" elapsed="0.003899"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.358432" elapsed="0.003958"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.363273" 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-06-24T00:47:34.362660" 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-06-24T00:47:34.363758" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.363408" elapsed="0.000431"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.364720" 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-06-24T00:47:34.364119" elapsed="0.000638"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.363872" elapsed="0.000935"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.363384" elapsed="0.001451"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.365598" 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-06-24T00:47:34.365077" 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-06-24T00:47:34.366072" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.365729" elapsed="0.000462"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.367090" 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-06-24T00:47:34.366475" elapsed="0.000653"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.366226" elapsed="0.000975"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.365705" elapsed="0.001527"/>
</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-06-24T00:47:34.367452" elapsed="0.000532"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.368641" 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-06-24T00:47:34.368246" elapsed="0.000431"/>
</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-06-24T00:47:34.368897" elapsed="0.003375"/>
</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-06-24T00:47:34.352969" elapsed="0.019396"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.372614" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.372462" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.372436" elapsed="0.000271"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.376284" 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-06-24T00:47:34.372911" elapsed="0.003403"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.376366" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:34.376526" 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-06-24T00:47:34.336301" elapsed="0.040253"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.376612" 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-06-24T00:47:34.333817" elapsed="0.042915"/>
</kw>
<var name="${switch}">5</var>
<status status="PASS" start="2026-06-24T00:47:34.333611" elapsed="0.043159"/>
</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-06-24T00:47:34.384272" 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-06-24T00:47:34.383976" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.384723" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.384482" elapsed="0.000348"/>
</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-06-24T00:47:34.393126" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.393708" level="INFO">GET Response : url=http://10.30.170.26: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;2&lt;/second&gt;&lt;nanosecond&gt;709000000&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-06-24T00:47:34.393820" 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-06-24T00:47:34.386935" elapsed="0.006911"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.384904" elapsed="0.008988"/>
</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-06-24T00:47:34.394078" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.393920" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.384883" elapsed="0.009305"/>
</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-06-24T00:47:34.398689" 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;709000000&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-06-24T00:47:34.395284" elapsed="0.003505"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.395042" elapsed="0.003825"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.395024" elapsed="0.003879"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.402618" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.399317" elapsed="0.003366"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.398980" elapsed="0.003751"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.398957" elapsed="0.003806"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.403631" 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-06-24T00:47:34.403055" 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-06-24T00:47:34.404179" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.403764" elapsed="0.000505"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.405246" 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-06-24T00:47:34.404600" elapsed="0.000685"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.404301" elapsed="0.001035"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.403740" elapsed="0.001625"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.406167" 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-06-24T00:47:34.405625" 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-06-24T00:47:34.406707" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.406304" elapsed="0.000503"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.407799" 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-06-24T00:47:34.407212" elapsed="0.000624"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.406901" elapsed="0.000986"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.406279" elapsed="0.001631"/>
</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-06-24T00:47:34.408069" elapsed="0.000460"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.408988" 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-06-24T00:47:34.408697" 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-06-24T00:47:34.409191" 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-06-24T00:47:34.394557" elapsed="0.017224"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.411974" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.411857" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.411836" elapsed="0.000206"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.414693" 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-06-24T00:47:34.412210" elapsed="0.002515"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.414779" elapsed="0.000069"/>
</return>
<msg time="2026-06-24T00:47:34.414995" 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-06-24T00:47:34.379764" elapsed="0.035259"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.415083" 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-06-24T00:47:34.377210" elapsed="0.038033"/>
</kw>
<var name="${switch}">6</var>
<status status="PASS" start="2026-06-24T00:47:34.376885" elapsed="0.038396"/>
</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-06-24T00:47:34.422802" 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-06-24T00:47:34.422500" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.423337" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.423070" 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-06-24T00:47:34.432875" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.433019" level="INFO">GET Response : url=http://10.30.170.26: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': '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-06-24T00:47:34.433125" 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-06-24T00:47:34.425406" elapsed="0.007772"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.423453" elapsed="0.009769"/>
</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-06-24T00:47:34.433406" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.433250" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.423433" elapsed="0.010056"/>
</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-06-24T00:47:34.437234" 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-06-24T00:47:34.434539" elapsed="0.002823"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.434309" elapsed="0.003089"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.434290" elapsed="0.003132"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.440405" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.437736" elapsed="0.002737"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.437478" elapsed="0.003045"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.437461" elapsed="0.003095"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.442603" 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-06-24T00:47:34.442005" 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-06-24T00:47:34.443165" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.442748" elapsed="0.000502"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.444122" 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-06-24T00:47:34.443531" elapsed="0.000650"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.443282" elapsed="0.000951"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.442721" elapsed="0.001541"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.445011" 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-06-24T00:47:34.444508" 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-06-24T00:47:34.445512" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.445164" elapsed="0.000428"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.446494" 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-06-24T00:47:34.445866" elapsed="0.000665"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.445624" elapsed="0.000956"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.445120" elapsed="0.001489"/>
</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-06-24T00:47:34.446876" elapsed="0.000556"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.448015" 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-06-24T00:47:34.447667" elapsed="0.000374"/>
</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-06-24T00:47:34.448215" elapsed="0.002434"/>
</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-06-24T00:47:34.433862" elapsed="0.016856"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.450919" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.450789" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.450771" elapsed="0.000216"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.453594" 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-06-24T00:47:34.451135" elapsed="0.002488"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.453674" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:34.453834" 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-06-24T00:47:34.418187" elapsed="0.035675"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.453919" 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-06-24T00:47:34.415603" elapsed="0.038433"/>
</kw>
<var name="${switch}">7</var>
<status status="PASS" start="2026-06-24T00:47:34.415382" elapsed="0.038691"/>
</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-06-24T00:47:34.461343" 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-06-24T00:47:34.461043" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.461789" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.461550" elapsed="0.000440"/>
</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-06-24T00:47:34.471336" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.471532" level="INFO">GET Response : url=http://10.30.170.26: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': '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-06-24T00:47:34.471681" 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-06-24T00:47:34.464042" elapsed="0.007671"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.462064" elapsed="0.009698"/>
</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-06-24T00:47:34.472018" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.471792" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.462044" elapsed="0.010069"/>
</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-06-24T00:47:34.475832" 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-06-24T00:47:34.473219" elapsed="0.002670"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.472972" elapsed="0.002951"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.472954" elapsed="0.002992"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.478558" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.476243" elapsed="0.002360"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.476001" elapsed="0.002636"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.475984" elapsed="0.002675"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.479520" 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-06-24T00:47:34.479079" 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-06-24T00:47:34.479865" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.479615" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.480835" 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-06-24T00:47:34.480245" elapsed="0.000626"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.479978" elapsed="0.000942"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.479598" elapsed="0.001351"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.481706" 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-06-24T00:47:34.481209" 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-06-24T00:47:34.482201" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.481834" elapsed="0.000449"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.483371" 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-06-24T00:47:34.482556" elapsed="0.000852"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.482315" elapsed="0.001143"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.481811" elapsed="0.001675"/>
</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-06-24T00:47:34.483702" elapsed="0.000550"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.484879" 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-06-24T00:47:34.484487" elapsed="0.000427"/>
</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-06-24T00:47:34.485219" elapsed="0.006943"/>
</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-06-24T00:47:34.472533" elapsed="0.019710"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.492447" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.492329" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.492304" elapsed="0.000211"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.495191" 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-06-24T00:47:34.492677" elapsed="0.002547"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.495277" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:34.495479" 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-06-24T00:47:34.456888" elapsed="0.038623"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.495572" 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-06-24T00:47:34.454408" elapsed="0.041286"/>
</kw>
<var name="${switch}">8</var>
<status status="PASS" start="2026-06-24T00:47:34.454201" elapsed="0.041530"/>
</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-06-24T00:47:34.504171" 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-06-24T00:47:34.503751" elapsed="0.000491"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.504798" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.504461" elapsed="0.001518"/>
</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-06-24T00:47:34.517823" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.518561" level="INFO">GET Response : url=http://10.30.170.26: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': '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;3&lt;/second&gt;&lt;nanosecond&gt;186000000&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-06-24T00:47:34.518742" 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-06-24T00:47:34.508904" elapsed="0.009931"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.506081" elapsed="0.012832"/>
</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-06-24T00:47:34.519199" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.518949" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.506053" elapsed="0.013237"/>
</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-06-24T00:47:34.527693" 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;3&lt;/second&gt;&lt;nanosecond&gt;186000000&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-06-24T00:47:34.521142" elapsed="0.006842"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.520631" elapsed="0.007444"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.520588" elapsed="0.007544"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.533073" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.528928" elapsed="0.004192"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.528322" elapsed="0.004848"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.528281" elapsed="0.004913"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.533793" 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-06-24T00:47:34.533397" 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-06-24T00:47:34.534177" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.533887" elapsed="0.000353"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.534920" 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-06-24T00:47:34.534447" elapsed="0.000501"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.534263" elapsed="0.000722"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.533870" elapsed="0.001136"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.535560" 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-06-24T00:47:34.535199" 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-06-24T00:47:34.535902" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.535654" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.536598" 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-06-24T00:47:34.536185" elapsed="0.000439"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.535983" elapsed="0.000677"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.535637" 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-06-24T00:47:34.536839" elapsed="0.000395"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.537692" 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-06-24T00:47:34.537402" 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-06-24T00:47:34.537877" elapsed="0.002518"/>
</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-06-24T00:47:34.519745" elapsed="0.020719"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.540645" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.540536" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.540518" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.543567" 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-06-24T00:47:34.540861" elapsed="0.002737"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.543651" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:34.543815" 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-06-24T00:47:34.498461" elapsed="0.045382"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.543901" 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-06-24T00:47:34.496047" elapsed="0.047974"/>
</kw>
<var name="${switch}">9</var>
<status status="PASS" start="2026-06-24T00:47:34.495830" elapsed="0.048229"/>
</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-06-24T00:47:34.552055" 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-06-24T00:47:34.551714" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.552548" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.552301" elapsed="0.000387"/>
</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-06-24T00:47:34.563678" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.564888" level="INFO">GET Response : url=http://10.30.170.26: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': '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;3&lt;/second&gt;&lt;nanosecond&gt;204000000&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-06-24T00:47:34.565219" 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-06-24T00:47:34.554920" elapsed="0.010365"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.552772" elapsed="0.012629"/>
</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-06-24T00:47:34.565904" elapsed="0.000056"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.565469" elapsed="0.000593"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.552746" elapsed="0.013367"/>
</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-06-24T00:47:34.576575" 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;3&lt;/second&gt;&lt;nanosecond&gt;204000000&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-06-24T00:47:34.570507" elapsed="0.006130"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.568287" elapsed="0.008384"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.568239" elapsed="0.008456"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.579371" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.576975" elapsed="0.002442"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.576750" elapsed="0.002702"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.576733" elapsed="0.002742"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.580143" 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-06-24T00:47:34.579672" elapsed="0.000515"/>
</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-06-24T00:47:34.580514" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.580258" elapsed="0.000314"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.581282" 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-06-24T00:47:34.580776" elapsed="0.000538"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.580595" elapsed="0.000760"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.580240" elapsed="0.001139"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.582002" 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-06-24T00:47:34.581595" elapsed="0.000435"/>
</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-06-24T00:47:34.582370" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.582098" elapsed="0.000346"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.583120" 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-06-24T00:47:34.582645" elapsed="0.000520"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.582467" elapsed="0.000736"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.582080" elapsed="0.001145"/>
</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-06-24T00:47:34.583384" elapsed="0.000445"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.584304" 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-06-24T00:47:34.583997" elapsed="0.000333"/>
</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-06-24T00:47:34.584488" elapsed="0.002438"/>
</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-06-24T00:47:34.567187" elapsed="0.019807"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.587190" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.587065" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.587045" elapsed="0.000212"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.589835" 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-06-24T00:47:34.587405" elapsed="0.002460"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.589917" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:34.590078" 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-06-24T00:47:34.547303" elapsed="0.042803"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.590179" 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-06-24T00:47:34.544404" elapsed="0.045894"/>
</kw>
<var name="${switch}">10</var>
<status status="PASS" start="2026-06-24T00:47:34.544193" elapsed="0.046141"/>
</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-06-24T00:47:34.597511" 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-06-24T00:47:34.597255" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.597962" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.597714" 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-06-24T00:47:34.620124" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.621446" level="INFO">GET Response : url=http://10.30.170.26: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': '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;4&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-06-24T00:47:34.621700" 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-06-24T00:47:34.600034" elapsed="0.021724"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.598073" elapsed="0.023782"/>
</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-06-24T00:47:34.622313" elapsed="0.000061"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.621914" elapsed="0.000582"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.598053" elapsed="0.024495"/>
</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-06-24T00:47:34.628341" 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;4&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-06-24T00:47:34.624618" elapsed="0.003881"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.624262" elapsed="0.004287"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.624236" elapsed="0.004346"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.632371" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.628977" elapsed="0.003458"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.628659" elapsed="0.003823"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.628637" elapsed="0.003878"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.634388" 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-06-24T00:47:34.633828" elapsed="0.000598"/>
</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-06-24T00:47:34.634912" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.634522" elapsed="0.000472"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.635887" 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-06-24T00:47:34.635297" elapsed="0.000620"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.635027" elapsed="0.000926"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.634498" elapsed="0.001476"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.636540" 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-06-24T00:47:34.636178" 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-06-24T00:47:34.636879" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.636634" elapsed="0.000301"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.637561" 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-06-24T00:47:34.637132" elapsed="0.000454"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.636958" elapsed="0.000663"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.636617" 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-06-24T00:47:34.637801" elapsed="0.000392"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.638642" 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-06-24T00:47:34.638362" 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-06-24T00:47:34.638846" elapsed="0.002439"/>
</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-06-24T00:47:34.623492" elapsed="0.017862"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.641627" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.641425" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.641406" elapsed="0.000290"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.644402" 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-06-24T00:47:34.641849" elapsed="0.002584"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.644485" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:34.644646" 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-06-24T00:47:34.593036" elapsed="0.051638"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.644731" 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-06-24T00:47:34.590631" elapsed="0.054218"/>
</kw>
<var name="${switch}">11</var>
<status status="PASS" start="2026-06-24T00:47:34.590429" elapsed="0.054457"/>
</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-06-24T00:47:34.652538" 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-06-24T00:47:34.652252" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.652987" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.652744" elapsed="0.000364"/>
</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-06-24T00:47:34.664026" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.664904" level="INFO">GET Response : url=http://10.30.170.26: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;5&lt;/packet-count&gt;&lt;byte-count&gt;384&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;674000000&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-06-24T00:47:34.665101" 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-06-24T00:47:34.655264" elapsed="0.009874"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.653197" elapsed="0.012050"/>
</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-06-24T00:47:34.665563" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.665291" elapsed="0.000367"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.653176" elapsed="0.012512"/>
</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-06-24T00:47:34.671232" 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;5&lt;/packet-count&gt;&lt;byte-count&gt;384&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;674000000&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-06-24T00:47:34.667382" elapsed="0.003938"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.667028" elapsed="0.004341"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.667001" elapsed="0.004402"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.675128" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.671793" elapsed="0.003400"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.671479" elapsed="0.003750"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.671456" elapsed="0.003798"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.675873" 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-06-24T00:47:34.675476" 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-06-24T00:47:34.676243" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.675972" elapsed="0.000329"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.676928" 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-06-24T00:47:34.676504" elapsed="0.000453"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.676325" elapsed="0.000668"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.675955" elapsed="0.001059"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.677566" 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-06-24T00:47:34.677205" 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-06-24T00:47:34.677944" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.677661" elapsed="0.000364"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.678730" 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-06-24T00:47:34.678262" elapsed="0.000497"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.678053" elapsed="0.000744"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.677644" elapsed="0.001174"/>
</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-06-24T00:47:34.678977" elapsed="0.000473"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.679911" 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-06-24T00:47:34.679620" 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-06-24T00:47:34.680094" elapsed="0.003388"/>
</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-06-24T00:47:34.666332" elapsed="0.017231"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.683768" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.683643" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.683624" elapsed="0.000217"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.686506" 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-06-24T00:47:34.684013" elapsed="0.002524"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.686589" elapsed="0.000040"/>
</return>
<msg time="2026-06-24T00:47:34.686796" 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-06-24T00:47:34.647888" elapsed="0.038936"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.686883" 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-06-24T00:47:34.645205" elapsed="0.041803"/>
</kw>
<var name="${switch}">12</var>
<status status="PASS" start="2026-06-24T00:47:34.644985" elapsed="0.042060"/>
</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-06-24T00:47:34.694162" 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-06-24T00:47:34.693881" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.694709" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.694412" elapsed="0.000348"/>
</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-06-24T00:47:34.703592" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.703711" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:34.703813" 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-06-24T00:47:34.696830" elapsed="0.007008"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.694837" elapsed="0.009044"/>
</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-06-24T00:47:34.704067" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.703907" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.694818" elapsed="0.009356"/>
</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-06-24T00:47:34.707827" 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-06-24T00:47:34.705224" elapsed="0.002743"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.704976" elapsed="0.003027"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.704955" elapsed="0.003072"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.710715" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.708331" elapsed="0.002433"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.708082" elapsed="0.002716"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.708065" elapsed="0.002757"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.711607" 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-06-24T00:47:34.711053" 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-06-24T00:47:34.712088" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.711740" elapsed="0.000468"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.713082" 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-06-24T00:47:34.712491" elapsed="0.000628"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.712241" elapsed="0.000952"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.711716" elapsed="0.001507"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.713978" 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-06-24T00:47:34.713468" elapsed="0.000548"/>
</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-06-24T00:47:34.714493" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.714112" elapsed="0.000464"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.715487" 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-06-24T00:47:34.714877" elapsed="0.000648"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.714608" elapsed="0.000967"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.714088" elapsed="0.001516"/>
</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-06-24T00:47:34.715817" elapsed="0.000582"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.717014" 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-06-24T00:47:34.716633" 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-06-24T00:47:34.717289" elapsed="0.003622"/>
</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-06-24T00:47:34.704534" elapsed="0.016481"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.721302" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.721119" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.721090" elapsed="0.000307"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.724551" 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-06-24T00:47:34.721617" elapsed="0.002965"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.724635" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:34.724797" 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-06-24T00:47:34.689726" elapsed="0.035100"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.724883" 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-06-24T00:47:34.687371" elapsed="0.037632"/>
</kw>
<var name="${switch}">13</var>
<status status="PASS" start="2026-06-24T00:47:34.687161" elapsed="0.037878"/>
</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-06-24T00:47:34.732365" 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-06-24T00:47:34.732061" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.732838" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.732571" elapsed="0.000400"/>
</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-06-24T00:47:34.742085" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.742756" level="INFO">GET Response : url=http://10.30.170.26: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;5&lt;/packet-count&gt;&lt;byte-count&gt;384&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;257000000&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-06-24T00:47:34.742881" 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-06-24T00:47:34.735070" elapsed="0.007848"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.733044" elapsed="0.009940"/>
</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-06-24T00:47:34.743282" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.743021" elapsed="0.000355"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.733024" elapsed="0.010381"/>
</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-06-24T00:47:34.748661" 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;5&lt;/packet-count&gt;&lt;byte-count&gt;384&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;257000000&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-06-24T00:47:34.744885" elapsed="0.003864"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.744560" elapsed="0.004237"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.744535" elapsed="0.004296"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.753091" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.749255" elapsed="0.003932"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.748909" elapsed="0.004330"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.748884" elapsed="0.004387"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.754102" 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-06-24T00:47:34.753553" 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-06-24T00:47:34.754713" elapsed="0.000046"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.754286" elapsed="0.000531"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.755519" 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-06-24T00:47:34.755075" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.754851" elapsed="0.000733"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.754261" elapsed="0.001344"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.756143" 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-06-24T00:47:34.755782" 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-06-24T00:47:34.756504" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.756254" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.757188" 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-06-24T00:47:34.756757" elapsed="0.000459"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.756583" elapsed="0.000669"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.756237" 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-06-24T00:47:34.757435" elapsed="0.000454"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.758387" 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-06-24T00:47:34.758058" elapsed="0.000356"/>
</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-06-24T00:47:34.758632" elapsed="0.003392"/>
</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-06-24T00:47:34.743932" elapsed="0.018166"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.762316" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.762198" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.762174" elapsed="0.000212"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.765242" 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-06-24T00:47:34.762544" elapsed="0.002728"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.765323" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:34.765486" 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-06-24T00:47:34.727866" elapsed="0.037647"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.765571" 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-06-24T00:47:34.725367" elapsed="0.040320"/>
</kw>
<var name="${switch}">14</var>
<status status="PASS" start="2026-06-24T00:47:34.725136" elapsed="0.040588"/>
</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-06-24T00:47:34.773694" 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-06-24T00:47:34.773409" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.774141" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.773895" 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-06-24T00:47:34.782877" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.783466" level="INFO">GET Response : url=http://10.30.170.26: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': '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;812000000&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-06-24T00:47:34.783575" 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-06-24T00:47:34.776260" elapsed="0.007340"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.774268" elapsed="0.009374"/>
</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-06-24T00:47:34.783824" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.783668" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.774250" elapsed="0.009661"/>
</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-06-24T00:47:34.787661" 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;812000000&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-06-24T00:47:34.784972" elapsed="0.002818"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.784729" elapsed="0.003097"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.784706" elapsed="0.003145"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.790514" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.788171" elapsed="0.002390"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.787909" elapsed="0.002687"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.787891" elapsed="0.002728"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.791573" 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-06-24T00:47:34.790962" elapsed="0.000658"/>
</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-06-24T00:47:34.792084" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.791721" elapsed="0.000474"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.793072" 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-06-24T00:47:34.792479" elapsed="0.000630"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.792229" elapsed="0.000953"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.791695" elapsed="0.001518"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.793965" 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-06-24T00:47:34.793461" 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-06-24T00:47:34.794465" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.794096" elapsed="0.000449"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.795541" 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-06-24T00:47:34.794875" elapsed="0.000704"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.794576" elapsed="0.001054"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.794073" elapsed="0.001585"/>
</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-06-24T00:47:34.795876" elapsed="0.000589"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.797089" 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-06-24T00:47:34.796699" elapsed="0.000425"/>
</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-06-24T00:47:34.797366" elapsed="0.003586"/>
</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-06-24T00:47:34.784293" elapsed="0.016757"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.801326" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.801171" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.801124" elapsed="0.000294"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.804471" 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-06-24T00:47:34.801628" elapsed="0.002874"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.804553" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:34.804714" 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-06-24T00:47:34.768667" elapsed="0.036074"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.804799" 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-06-24T00:47:34.766041" elapsed="0.038876"/>
</kw>
<var name="${switch}">15</var>
<status status="PASS" start="2026-06-24T00:47:34.765827" elapsed="0.039127"/>
</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-06-24T00:47:34.812276" 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-06-24T00:47:34.811990" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.812722" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.812480" elapsed="0.000348"/>
</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-06-24T00:47:34.821355" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.821925" level="INFO">GET Response : url=http://10.30.170.26: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;4&lt;/packet-count&gt;&lt;byte-count&gt;314&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;285000000&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-06-24T00:47:34.822042" 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-06-24T00:47:34.815001" elapsed="0.007069"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.812899" elapsed="0.009227"/>
</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-06-24T00:47:34.822372" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.822187" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.812880" elapsed="0.009580"/>
</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-06-24T00:47:34.826537" 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;4&lt;/second&gt;&lt;nanosecond&gt;285000000&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-06-24T00:47:34.823666" elapsed="0.002932"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.823433" elapsed="0.003246"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.823414" elapsed="0.003290"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.830404" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.827024" elapsed="0.003445"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.826758" elapsed="0.003760"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.826742" elapsed="0.003808"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.831429" 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-06-24T00:47:34.830853" 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-06-24T00:47:34.831907" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.831560" elapsed="0.000434"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.832874" 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-06-24T00:47:34.832294" elapsed="0.000618"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.832026" elapsed="0.000936"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.831537" elapsed="0.001453"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.833759" 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-06-24T00:47:34.833259" elapsed="0.000536"/>
</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-06-24T00:47:34.834258" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.833889" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.835204" 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-06-24T00:47:34.834672" elapsed="0.000560"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.834370" elapsed="0.000897"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.833865" elapsed="0.001422"/>
</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-06-24T00:47:34.835444" elapsed="0.000430"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.836348" 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-06-24T00:47:34.836043" 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-06-24T00:47:34.836562" elapsed="0.002406"/>
</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-06-24T00:47:34.822875" elapsed="0.016159"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.839237" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.839107" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.839088" elapsed="0.000216"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.841854" 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-06-24T00:47:34.839451" elapsed="0.002434"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.841937" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:34.842095" 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-06-24T00:47:34.807678" elapsed="0.034445"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.842196" 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-06-24T00:47:34.805273" elapsed="0.037042"/>
</kw>
<var name="${switch}">16</var>
<status status="PASS" start="2026-06-24T00:47:34.805049" elapsed="0.037303"/>
</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-06-24T00:47:34.849439" 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-06-24T00:47:34.849188" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.849881" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.849641" 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-06-24T00:47:34.859318" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.859853" level="INFO">GET Response : url=http://10.30.170.26: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;3&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-06-24T00:47:34.859961" 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-06-24T00:47:34.851963" elapsed="0.008023"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.849993" elapsed="0.010034"/>
</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-06-24T00:47:34.860231" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.860053" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.849975" elapsed="0.010342"/>
</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-06-24T00:47:34.864623" 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;3&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-06-24T00:47:34.861335" elapsed="0.003443"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.861088" elapsed="0.003740"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.861070" elapsed="0.003792"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.868702" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.865287" elapsed="0.003483"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.864940" elapsed="0.003879"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.864917" elapsed="0.003935"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.869680" 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-06-24T00:47:34.869112" elapsed="0.000606"/>
</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-06-24T00:47:34.870194" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.869814" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.871268" 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-06-24T00:47:34.870641" elapsed="0.000665"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.870313" elapsed="0.001044"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.869789" elapsed="0.001598"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.872255" 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-06-24T00:47:34.871630" elapsed="0.000665"/>
</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-06-24T00:47:34.872744" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.872394" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.873845" 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-06-24T00:47:34.873257" elapsed="0.000624"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.872855" elapsed="0.001076"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.872369" elapsed="0.001590"/>
</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-06-24T00:47:34.874118" elapsed="0.000408"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.875010" 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-06-24T00:47:34.874730" 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-06-24T00:47:34.875216" elapsed="0.002411"/>
</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-06-24T00:47:34.860668" elapsed="0.017036"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.877907" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.877778" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.877759" elapsed="0.000222"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.880776" 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-06-24T00:47:34.878129" elapsed="0.002693"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.880888" elapsed="0.000043"/>
</return>
<msg time="2026-06-24T00:47:34.881080" 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-06-24T00:47:34.845020" elapsed="0.036089"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.881185" 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-06-24T00:47:34.842685" elapsed="0.038621"/>
</kw>
<var name="${switch}">17</var>
<status status="PASS" start="2026-06-24T00:47:34.842443" elapsed="0.038900"/>
</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-06-24T00:47:34.888806" 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-06-24T00:47:34.888521" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.889408" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.889069" elapsed="0.000471"/>
</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-06-24T00:47:34.897605" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.898196" level="INFO">GET Response : url=http://10.30.170.26: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': '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;5&lt;/packet-count&gt;&lt;byte-count&gt;384&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;4&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-06-24T00:47:34.898309" 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-06-24T00:47:34.891713" elapsed="0.006622"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.889634" elapsed="0.008744"/>
</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-06-24T00:47:34.898607" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.898406" elapsed="0.000282"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.889608" elapsed="0.009102"/>
</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-06-24T00:47:34.902316" 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;5&lt;/packet-count&gt;&lt;byte-count&gt;384&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;4&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-06-24T00:47:34.899768" elapsed="0.002628"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.899540" elapsed="0.002901"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.899523" elapsed="0.002942"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.906120" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.902841" elapsed="0.003384"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.902520" elapsed="0.003753"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.902503" elapsed="0.003801"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.907180" 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-06-24T00:47:34.906603" elapsed="0.000616"/>
</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-06-24T00:47:34.907665" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.907316" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.908628" 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-06-24T00:47:34.908023" elapsed="0.000644"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.907778" elapsed="0.000938"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.907292" elapsed="0.001453"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.909513" 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-06-24T00:47:34.908989" 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-06-24T00:47:34.910000" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.909646" elapsed="0.000434"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.911066" 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-06-24T00:47:34.910439" elapsed="0.000663"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.910111" elapsed="0.001063"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.909620" elapsed="0.001586"/>
</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-06-24T00:47:34.911421" elapsed="0.000588"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.912713" 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-06-24T00:47:34.912266" 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-06-24T00:47:34.912976" elapsed="0.003003"/>
</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-06-24T00:47:34.899097" elapsed="0.016946"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.916241" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.916114" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.916095" elapsed="0.000213"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.919015" 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-06-24T00:47:34.916463" elapsed="0.002582"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.919097" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:34.919277" 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-06-24T00:47:34.884210" elapsed="0.035095"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.919362" 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-06-24T00:47:34.881678" elapsed="0.037801"/>
</kw>
<var name="${switch}">18</var>
<status status="PASS" start="2026-06-24T00:47:34.881442" elapsed="0.038074"/>
</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-06-24T00:47:34.926547" 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-06-24T00:47:34.926251" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.927032" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.926790" 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-06-24T00:47:34.937890" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.938056" level="INFO">GET Response : url=http://10.30.170.26: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': '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-06-24T00:47:34.938229" 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-06-24T00:47:34.929065" elapsed="0.009200"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.927140" elapsed="0.011184"/>
</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-06-24T00:47:34.938631" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.938358" elapsed="0.000384"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.927122" elapsed="0.011650"/>
</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-06-24T00:47:34.944494" 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-06-24T00:47:34.940455" elapsed="0.004183"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.940022" elapsed="0.004682"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.939994" elapsed="0.004759"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.949029" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.945220" elapsed="0.003879"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.944849" elapsed="0.004320"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.944824" elapsed="0.004381"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.950111" 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-06-24T00:47:34.949524" 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-06-24T00:47:34.950784" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.950312" elapsed="0.000568"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.951779" 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-06-24T00:47:34.951190" elapsed="0.000627"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.950918" elapsed="0.000959"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.950272" elapsed="0.001643"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.952927" 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-06-24T00:47:34.952260" elapsed="0.000718"/>
</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-06-24T00:47:34.953611" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.953106" elapsed="0.000614"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.954999" 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-06-24T00:47:34.954094" elapsed="0.000942"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.953764" elapsed="0.001320"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.953074" elapsed="0.002038"/>
</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-06-24T00:47:34.955356" elapsed="0.000494"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.956457" 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-06-24T00:47:34.956077" 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-06-24T00:47:34.956645" elapsed="0.002684"/>
</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-06-24T00:47:34.939342" elapsed="0.020056"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:34.959578" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:34.959468" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.959450" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:34.962250" 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-06-24T00:47:34.959790" elapsed="0.002491"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:34.962332" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:34.962492" 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-06-24T00:47:34.922114" elapsed="0.040406"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:34.962633" 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-06-24T00:47:34.919807" elapsed="0.042948"/>
</kw>
<var name="${switch}">19</var>
<status status="PASS" start="2026-06-24T00:47:34.919608" elapsed="0.043183"/>
</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-06-24T00:47:34.970277" 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-06-24T00:47:34.969996" elapsed="0.000327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.970760" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.970477" 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-06-24T00:47:34.982451" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:34.983047" level="INFO">GET Response : url=http://10.30.170.26: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': '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;910000000&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-06-24T00:47:34.983370" 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-06-24T00:47:34.972911" elapsed="0.010487"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.970941" elapsed="0.012502"/>
</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-06-24T00:47:34.983643" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.983471" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.970915" elapsed="0.012813"/>
</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-06-24T00:47:34.987724" 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;910000000&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-06-24T00:47:34.984810" elapsed="0.003002"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.984549" elapsed="0.003323"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.984531" elapsed="0.003385"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.991917" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:34.988358" elapsed="0.003656"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.988013" elapsed="0.004067"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.987985" elapsed="0.004132"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.992939" 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-06-24T00:47:34.992404" 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-06-24T00:47:34.993450" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.993076" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.994501" 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-06-24T00:47:34.993878" elapsed="0.000687"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.993588" elapsed="0.001028"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.993052" elapsed="0.001592"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.995437" 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-06-24T00:47:34.994891" 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-06-24T00:47:34.995926" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:34.995569" elapsed="0.000443"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:34.996953" 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-06-24T00:47:34.996363" elapsed="0.000626"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:34.996043" elapsed="0.000995"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:34.995545" 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-06-24T00:47:34.997307" elapsed="0.000596"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:34.998697" 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-06-24T00:47:34.998138" elapsed="0.000605"/>
</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-06-24T00:47:34.998955" elapsed="0.003995"/>
</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-06-24T00:47:34.984103" elapsed="0.018918"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.003241" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.003097" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.003076" elapsed="0.000234"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.005907" 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-06-24T00:47:35.003461" elapsed="0.002476"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.005989" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:35.006166" 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-06-24T00:47:34.965730" elapsed="0.040466"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.006254" 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-06-24T00:47:34.963132" elapsed="0.043259"/>
</kw>
<var name="${switch}">20</var>
<status status="PASS" start="2026-06-24T00:47:34.962902" elapsed="0.043539"/>
</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-06-24T00:47:35.013844" 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-06-24T00:47:35.013568" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.014375" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.014050" 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-06-24T00:47:35.025383" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.025956" level="INFO">GET Response : url=http://10.30.170.26: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': '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;1&lt;/second&gt;&lt;nanosecond&gt;81000000&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-06-24T00:47:35.026072" 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-06-24T00:47:35.017002" elapsed="0.009095"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.014541" elapsed="0.011628"/>
</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-06-24T00:47:35.026387" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.026205" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.014490" elapsed="0.011984"/>
</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-06-24T00:47:35.030358" 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;81000000&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-06-24T00:47:35.027679" elapsed="0.002808"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.027414" elapsed="0.003181"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.027390" elapsed="0.003235"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.034247" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.030935" elapsed="0.003377"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.030689" elapsed="0.003671"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.030672" elapsed="0.003719"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.035342" 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-06-24T00:47:35.034675" elapsed="0.000714"/>
</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-06-24T00:47:35.035843" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.035488" elapsed="0.000436"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.036843" 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-06-24T00:47:35.036223" elapsed="0.000674"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.035956" elapsed="0.001004"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.035463" elapsed="0.001531"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.037835" 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-06-24T00:47:35.037271" 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-06-24T00:47:35.038354" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.037975" elapsed="0.000464"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.039274" 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-06-24T00:47:35.038782" elapsed="0.000519"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.038472" elapsed="0.000865"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.037951" elapsed="0.001406"/>
</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-06-24T00:47:35.039514" elapsed="0.000380"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.040368" 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-06-24T00:47:35.040066" 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-06-24T00:47:35.040551" 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-06-24T00:47:35.026897" elapsed="0.016098"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.043194" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.043064" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.043046" elapsed="0.000215"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.045851" 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-06-24T00:47:35.043408" elapsed="0.002473"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.045931" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:35.046089" 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-06-24T00:47:35.009186" elapsed="0.036931"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.046189" 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-06-24T00:47:35.006783" elapsed="0.039526"/>
</kw>
<var name="${switch}">21</var>
<status status="PASS" start="2026-06-24T00:47:35.006571" elapsed="0.039774"/>
</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-06-24T00:47:35.053549" 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-06-24T00:47:35.053295" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.053992" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.053752" elapsed="0.000325"/>
</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-06-24T00:47:35.062012" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.062835" level="INFO">GET Response : url=http://10.30.170.26: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': '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;427000000&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-06-24T00:47:35.062992" 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-06-24T00:47:35.056156" elapsed="0.006872"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.054159" 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-06-24T00:47:35.063368" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.063122" elapsed="0.000337"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.054126" elapsed="0.009362"/>
</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-06-24T00:47:35.068582" 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;427000000&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-06-24T00:47:35.064909" elapsed="0.003759"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.064597" elapsed="0.004119"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.064572" elapsed="0.004179"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.072079" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.069141" elapsed="0.002985"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.068826" elapsed="0.003358"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.068803" elapsed="0.003405"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.072766" 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-06-24T00:47:35.072390" 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-06-24T00:47:35.073108" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.072860" elapsed="0.000322"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.073802" 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-06-24T00:47:35.073384" elapsed="0.000445"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.073206" elapsed="0.000658"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.072843" elapsed="0.001042"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.074448" 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-06-24T00:47:35.074064" 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-06-24T00:47:35.074839" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.074577" elapsed="0.000320"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.075527" 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-06-24T00:47:35.075092" elapsed="0.000461"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.074919" elapsed="0.000669"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.074558" elapsed="0.001051"/>
</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-06-24T00:47:35.075763" elapsed="0.000457"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.076719" 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-06-24T00:47:35.076428" 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-06-24T00:47:35.076903" elapsed="0.002534"/>
</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-06-24T00:47:35.063993" elapsed="0.015510"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.079680" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.079574" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.079555" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.083611" 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-06-24T00:47:35.079900" elapsed="0.003741"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.083694" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:35.083852" 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-06-24T00:47:35.049095" elapsed="0.034785"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.083938" 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-06-24T00:47:35.046721" elapsed="0.037334"/>
</kw>
<var name="${switch}">22</var>
<status status="PASS" start="2026-06-24T00:47:35.046452" elapsed="0.037640"/>
</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-06-24T00:47:35.091297" 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-06-24T00:47:35.091027" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.091740" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.091500" 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-06-24T00:47:35.102413" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.103224" level="INFO">GET Response : url=http://10.30.170.26: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;2&lt;/second&gt;&lt;nanosecond&gt;534000000&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-06-24T00:47:35.103375" 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-06-24T00:47:35.093793" elapsed="0.009618"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.091848" elapsed="0.011621"/>
</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-06-24T00:47:35.103720" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.103503" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.091829" elapsed="0.012007"/>
</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-06-24T00:47:35.108882" 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;534000000&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-06-24T00:47:35.105259" elapsed="0.003775"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.104926" elapsed="0.004159"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.104902" elapsed="0.004216"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.112959" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.109538" elapsed="0.003485"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.109220" elapsed="0.003850"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.109195" elapsed="0.003907"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.113892" 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-06-24T00:47:35.113376" elapsed="0.000553"/>
</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-06-24T00:47:35.114394" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.114023" elapsed="0.000509"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.115438" 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-06-24T00:47:35.114827" elapsed="0.000648"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.114573" elapsed="0.000952"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.114000" elapsed="0.001553"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.116471" 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-06-24T00:47:35.115915" 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-06-24T00:47:35.116948" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.116603" elapsed="0.000425"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.117897" 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-06-24T00:47:35.117325" elapsed="0.000609"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.117060" elapsed="0.000924"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.116579" elapsed="0.001433"/>
</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-06-24T00:47:35.118249" elapsed="0.000566"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.119454" 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-06-24T00:47:35.119049" 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-06-24T00:47:35.119709" elapsed="0.003461"/>
</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-06-24T00:47:35.104353" elapsed="0.018887"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.123421" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.123311" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.123291" elapsed="0.000197"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.126077" 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-06-24T00:47:35.123638" elapsed="0.002470"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.126176" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:35.126339" 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-06-24T00:47:35.086857" elapsed="0.039510"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.126423" 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-06-24T00:47:35.084415" elapsed="0.042156"/>
</kw>
<var name="${switch}">23</var>
<status status="PASS" start="2026-06-24T00:47:35.084216" elapsed="0.042392"/>
</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-06-24T00:47:35.133878" 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-06-24T00:47:35.133525" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.134349" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.134084" elapsed="0.000359"/>
</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-06-24T00:47:35.143376" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.144123" level="INFO">GET Response : url=http://10.30.170.26: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;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;873000000&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-06-24T00:47:35.144304" 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-06-24T00:47:35.136528" elapsed="0.007811"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.134558" elapsed="0.009840"/>
</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-06-24T00:47:35.144665" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.144433" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.134538" elapsed="0.011065"/>
</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-06-24T00:47:35.150799" 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;873000000&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-06-24T00:47:35.147070" elapsed="0.003815"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.146759" elapsed="0.004175"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.146734" elapsed="0.004233"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.154852" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.151388" elapsed="0.003530"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.151045" elapsed="0.003916"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.151022" elapsed="0.003962"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.155590" 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-06-24T00:47:35.155201" 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-06-24T00:47:35.155936" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.155686" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.156652" 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-06-24T00:47:35.156224" elapsed="0.000456"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.156018" elapsed="0.000699"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.155668" elapsed="0.001070"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.157304" 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-06-24T00:47:35.156918" 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-06-24T00:47:35.157656" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.157402" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.158355" 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-06-24T00:47:35.157916" elapsed="0.000466"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.157739" elapsed="0.000679"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.157384" 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-06-24T00:47:35.158633" elapsed="0.000450"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.159612" 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-06-24T00:47:35.159290" elapsed="0.000350"/>
</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-06-24T00:47:35.159802" elapsed="0.002741"/>
</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-06-24T00:47:35.146115" elapsed="0.016498"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.162796" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.162685" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.162665" elapsed="0.000199"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.165484" 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-06-24T00:47:35.163015" elapsed="0.002499"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.165566" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:35.165729" 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-06-24T00:47:35.129279" elapsed="0.036478"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.165815" 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-06-24T00:47:35.126905" elapsed="0.039029"/>
</kw>
<var name="${switch}">24</var>
<status status="PASS" start="2026-06-24T00:47:35.126701" elapsed="0.039270"/>
</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-06-24T00:47:35.173537" 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-06-24T00:47:35.173254" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.174071" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.173801" elapsed="0.000315"/>
</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-06-24T00:47:35.183505" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.184061" level="INFO">GET Response : url=http://10.30.170.26: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;360000000&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-06-24T00:47:35.184192" 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-06-24T00:47:35.176198" elapsed="0.008021"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.174203" elapsed="0.010058"/>
</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-06-24T00:47:35.184447" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.184288" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.174182" elapsed="0.010380"/>
</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-06-24T00:47:35.188805" 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;360000000&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-06-24T00:47:35.185603" elapsed="0.003359"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.185378" elapsed="0.003635"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.185359" elapsed="0.003687"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.193023" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.189467" elapsed="0.003624"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.189123" elapsed="0.004017"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.189099" elapsed="0.004133"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.194111" 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-06-24T00:47:35.193509" elapsed="0.000768"/>
</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-06-24T00:47:35.194791" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.194395" elapsed="0.000479"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.195805" 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-06-24T00:47:35.195190" elapsed="0.000653"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.194907" elapsed="0.000995"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.194368" elapsed="0.001589"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.196773" 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-06-24T00:47:35.196259" elapsed="0.000552"/>
</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-06-24T00:47:35.197280" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.196908" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.198247" 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-06-24T00:47:35.197641" elapsed="0.000644"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.197395" elapsed="0.000940"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.196883" 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-06-24T00:47:35.198666" elapsed="0.000474"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.199611" 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-06-24T00:47:35.199330" elapsed="0.000307"/>
</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-06-24T00:47:35.199794" elapsed="0.002389"/>
</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-06-24T00:47:35.184941" elapsed="0.017307"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.202471" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.202317" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.202299" elapsed="0.000241"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.205108" 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-06-24T00:47:35.202686" elapsed="0.002452"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.205210" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:35.205369" 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-06-24T00:47:35.168960" elapsed="0.036436"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.205452" 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-06-24T00:47:35.166356" elapsed="0.039214"/>
</kw>
<var name="${switch}">25</var>
<status status="PASS" start="2026-06-24T00:47:35.166069" elapsed="0.039537"/>
</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-06-24T00:47:35.215227" 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-06-24T00:47:35.214958" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.215672" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.215430" elapsed="0.000330"/>
</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-06-24T00:47:35.224336" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.225075" level="INFO">GET Response : url=http://10.30.170.26: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': '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;910000000&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-06-24T00:47:35.225253" 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-06-24T00:47:35.217784" elapsed="0.007505"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.215827" elapsed="0.009521"/>
</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-06-24T00:47:35.225600" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.225383" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.215809" elapsed="0.009910"/>
</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-06-24T00:47:35.230873" 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;910000000&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-06-24T00:47:35.227189" elapsed="0.003767"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.226853" elapsed="0.004150"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.226828" elapsed="0.004208"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.234778" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.231454" elapsed="0.003389"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.231111" elapsed="0.003779"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.231089" elapsed="0.003834"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.235710" 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-06-24T00:47:35.235194" elapsed="0.000553"/>
</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-06-24T00:47:35.236210" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.235842" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.237170" 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-06-24T00:47:35.236570" elapsed="0.000638"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.236324" elapsed="0.000935"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.235818" elapsed="0.001469"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.238047" 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-06-24T00:47:35.237537" 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-06-24T00:47:35.238610" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.238213" elapsed="0.000512"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.239613" 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-06-24T00:47:35.239009" elapsed="0.000640"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.238759" elapsed="0.000939"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.238188" elapsed="0.001539"/>
</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-06-24T00:47:35.239943" elapsed="0.000607"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.241187" 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-06-24T00:47:35.240785" elapsed="0.000440"/>
</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-06-24T00:47:35.241445" elapsed="0.003376"/>
</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-06-24T00:47:35.226231" elapsed="0.018680"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.245212" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.245012" elapsed="0.000263"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.244987" elapsed="0.000318"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.248939" 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-06-24T00:47:35.245512" elapsed="0.003469"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.249054" elapsed="0.000043"/>
</return>
<msg time="2026-06-24T00:47:35.249295" 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-06-24T00:47:35.208869" elapsed="0.040466"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.249415" 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-06-24T00:47:35.205895" elapsed="0.043686"/>
</kw>
<var name="${switch}">26</var>
<status status="PASS" start="2026-06-24T00:47:35.205697" elapsed="0.043936"/>
</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-06-24T00:47:35.257037" 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-06-24T00:47:35.256770" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.257501" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.257257" 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-06-24T00:47:35.269403" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.269992" level="INFO">GET Response : url=http://10.30.170.26: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;0&lt;/second&gt;&lt;nanosecond&gt;859000000&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-06-24T00:47:35.270125" 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-06-24T00:47:35.259595" elapsed="0.010654"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.257612" elapsed="0.012691"/>
</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-06-24T00:47:35.270631" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.270335" elapsed="0.000372"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.257592" elapsed="0.013136"/>
</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-06-24T00:47:35.279518" 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;0&lt;/second&gt;&lt;nanosecond&gt;859000000&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-06-24T00:47:35.273059" elapsed="0.006707"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.272476" elapsed="0.007370"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.272432" elapsed="0.007468"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.284352" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.280582" elapsed="0.003818"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.280030" elapsed="0.004405"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.279992" elapsed="0.004467"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.285065" 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-06-24T00:47:35.284663" elapsed="0.000429"/>
</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-06-24T00:47:35.285438" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.285179" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.286129" 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-06-24T00:47:35.285702" elapsed="0.000469"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.285521" elapsed="0.000687"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.285160" elapsed="0.001069"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.286800" 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-06-24T00:47:35.286428" 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-06-24T00:47:35.287231" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.286895" elapsed="0.000402"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.287912" 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-06-24T00:47:35.287497" elapsed="0.000441"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.287320" elapsed="0.000652"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.286878" 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-06-24T00:47:35.288180" elapsed="0.000383"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.289019" 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-06-24T00:47:35.288731" 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-06-24T00:47:35.289235" elapsed="0.002454"/>
</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-06-24T00:47:35.271461" elapsed="0.020299"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.291940" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.291831" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.291811" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.294670" 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-06-24T00:47:35.292170" elapsed="0.002530"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.294751" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:35.294914" 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-06-24T00:47:35.252685" elapsed="0.042257"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.294999" 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-06-24T00:47:35.250032" elapsed="0.045086"/>
</kw>
<var name="${switch}">27</var>
<status status="PASS" start="2026-06-24T00:47:35.249757" elapsed="0.045415"/>
</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-06-24T00:47:35.302266" 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-06-24T00:47:35.301981" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.302832" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.302530" elapsed="0.000414"/>
</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-06-24T00:47:35.312308" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.313227" level="INFO">GET Response : url=http://10.30.170.26: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': '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;3&lt;/second&gt;&lt;nanosecond&gt;724000000&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-06-24T00:47:35.313426" 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-06-24T00:47:35.305207" elapsed="0.008259"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.303017" elapsed="0.010525"/>
</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-06-24T00:47:35.313977" elapsed="0.000051"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.313600" elapsed="0.000524"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.302996" elapsed="0.011214"/>
</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-06-24T00:47:35.322717" 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;3&lt;/second&gt;&lt;nanosecond&gt;724000000&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-06-24T00:47:35.316726" elapsed="0.006160"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.316176" elapsed="0.006783"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.316102" elapsed="0.006904"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.327096" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.323551" elapsed="0.003656"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.323118" elapsed="0.004155"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.323083" elapsed="0.004233"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.328311" 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-06-24T00:47:35.327672" elapsed="0.000680"/>
</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-06-24T00:47:35.328840" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.328462" elapsed="0.000475"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.329928" 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-06-24T00:47:35.329278" elapsed="0.000689"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.328976" elapsed="0.001043"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.328433" elapsed="0.001618"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.330898" 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-06-24T00:47:35.330342" 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-06-24T00:47:35.331415" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.331034" elapsed="0.000460"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.332406" 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-06-24T00:47:35.331772" elapsed="0.000670"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.331526" elapsed="0.000962"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.331009" elapsed="0.001507"/>
</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-06-24T00:47:35.332752" elapsed="0.000653"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.334073" 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-06-24T00:47:35.333646" 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-06-24T00:47:35.334330" elapsed="0.003775"/>
</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-06-24T00:47:35.315172" elapsed="0.023050"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.338539" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.338328" elapsed="0.000264"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.338296" elapsed="0.000319"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.341409" 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-06-24T00:47:35.338828" elapsed="0.002614"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.341499" elapsed="0.000038"/>
</return>
<msg time="2026-06-24T00:47:35.341675" 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-06-24T00:47:35.297847" elapsed="0.043856"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.341763" 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-06-24T00:47:35.295482" elapsed="0.046401"/>
</kw>
<var name="${switch}">28</var>
<status status="PASS" start="2026-06-24T00:47:35.295273" elapsed="0.046652"/>
</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-06-24T00:47:35.349409" 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-06-24T00:47:35.349061" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.349884" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.349638" 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-06-24T00:47:35.358896" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.359820" level="INFO">GET Response : url=http://10.30.170.26: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': '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;0&lt;/second&gt;&lt;nanosecond&gt;771000000&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-06-24T00:47:35.360026" 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-06-24T00:47:35.352266" elapsed="0.007799"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.350008" elapsed="0.010162"/>
</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-06-24T00:47:35.360526" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.360220" elapsed="0.000401"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.349984" elapsed="0.010668"/>
</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-06-24T00:47:35.366402" 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;0&lt;/second&gt;&lt;nanosecond&gt;771000000&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-06-24T00:47:35.362328" elapsed="0.004273"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.361949" elapsed="0.004711"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.361919" elapsed="0.004779"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.371013" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.367188" elapsed="0.003887"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.366789" elapsed="0.004333"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.366763" elapsed="0.004405"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.371876" 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-06-24T00:47:35.371426" elapsed="0.000476"/>
</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-06-24T00:47:35.372267" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.371978" elapsed="0.000348"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.372973" 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-06-24T00:47:35.372527" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.372350" elapsed="0.000685"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.371958" elapsed="0.001099"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.373687" 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-06-24T00:47:35.373294" elapsed="0.000419"/>
</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-06-24T00:47:35.374038" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.373786" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.374755" 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-06-24T00:47:35.374313" elapsed="0.000468"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.374119" elapsed="0.000697"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.373768" 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-06-24T00:47:35.375009" elapsed="0.000401"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.375872" 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-06-24T00:47:35.375581" 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-06-24T00:47:35.376057" elapsed="0.002602"/>
</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-06-24T00:47:35.361276" elapsed="0.017460"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.378935" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.378817" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.378794" elapsed="0.000210"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.381686" 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-06-24T00:47:35.379178" elapsed="0.002540"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.381770" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:35.381935" 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-06-24T00:47:35.344871" elapsed="0.037092"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.382021" 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-06-24T00:47:35.342302" elapsed="0.039839"/>
</kw>
<var name="${switch}">29</var>
<status status="PASS" start="2026-06-24T00:47:35.342032" elapsed="0.040166"/>
</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-06-24T00:47:35.389682" 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-06-24T00:47:35.389383" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.390139" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.389891" elapsed="0.000535"/>
</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-06-24T00:47:35.399399" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.399983" level="INFO">GET Response : url=http://10.30.170.26: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': '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-06-24T00:47:35.400109" 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-06-24T00:47:35.392688" elapsed="0.007448"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.390507" elapsed="0.009703"/>
</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-06-24T00:47:35.400429" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.400242" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.390485" elapsed="0.010033"/>
</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-06-24T00:47:35.404682" 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-06-24T00:47:35.401896" elapsed="0.002860"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.401622" elapsed="0.003177"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.401597" elapsed="0.003228"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.408879" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.405252" elapsed="0.003697"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.404884" elapsed="0.004118"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.404867" elapsed="0.004169"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.409952" 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-06-24T00:47:35.409375" 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-06-24T00:47:35.410541" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.410095" elapsed="0.000537"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.411584" 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-06-24T00:47:35.410930" elapsed="0.000693"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.410665" elapsed="0.001012"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.410069" elapsed="0.001639"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.412526" 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-06-24T00:47:35.411968" elapsed="0.000598"/>
</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-06-24T00:47:35.413037" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.412667" elapsed="0.000457"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.414196" 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-06-24T00:47:35.413500" elapsed="0.000739"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.413205" elapsed="0.001087"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.412642" elapsed="0.001712"/>
</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-06-24T00:47:35.414592" elapsed="0.000748"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.416284" 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-06-24T00:47:35.415677" elapsed="0.000661"/>
</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-06-24T00:47:35.416662" 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-06-24T00:47:35.400981" elapsed="0.019123"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.420353" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.420225" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.420193" elapsed="0.000230"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.423132" 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-06-24T00:47:35.420584" elapsed="0.002596"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.423234" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:35.423398" 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-06-24T00:47:35.384962" elapsed="0.038464"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.423484" 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-06-24T00:47:35.382574" elapsed="0.041029"/>
</kw>
<var name="${switch}">30</var>
<status status="PASS" start="2026-06-24T00:47:35.382303" elapsed="0.041339"/>
</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-06-24T00:47:35.430978" 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-06-24T00:47:35.430646" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.431475" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.431216" 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-06-24T00:47:35.441469" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.442385" level="INFO">GET Response : url=http://10.30.170.26: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': '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;277000000&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-06-24T00:47:35.442575" 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-06-24T00:47:35.433567" elapsed="0.009046"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.431595" elapsed="0.011085"/>
</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-06-24T00:47:35.443014" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.442724" elapsed="0.000400"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.431573" elapsed="0.011608"/>
</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-06-24T00:47:35.448811" 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;277000000&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-06-24T00:47:35.444828" elapsed="0.004154"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.444484" elapsed="0.004552"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.444455" elapsed="0.004616"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.453048" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.449511" elapsed="0.003607"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.449173" elapsed="0.004018"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.449127" elapsed="0.004100"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.454097" 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-06-24T00:47:35.453518" 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-06-24T00:47:35.454690" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.454263" elapsed="0.000513"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.455712" 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-06-24T00:47:35.455074" elapsed="0.000678"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.454810" elapsed="0.000995"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.454237" elapsed="0.001598"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.456683" 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-06-24T00:47:35.456095" elapsed="0.000626"/>
</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-06-24T00:47:35.457208" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.456821" elapsed="0.000474"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.458227" 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-06-24T00:47:35.457596" elapsed="0.000672"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.457328" elapsed="0.002046"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.456795" elapsed="0.002613"/>
</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-06-24T00:47:35.459652" elapsed="0.000591"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.460919" 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-06-24T00:47:35.460502" 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-06-24T00:47:35.461212" elapsed="0.004817"/>
</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-06-24T00:47:35.443801" elapsed="0.022337"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.466496" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.466275" elapsed="0.000290"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.466241" elapsed="0.000356"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.469358" 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-06-24T00:47:35.466832" elapsed="0.002557"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.469441" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:35.469602" 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-06-24T00:47:35.426427" elapsed="0.043203"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.469688" 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-06-24T00:47:35.423955" elapsed="0.045850"/>
</kw>
<var name="${switch}">31</var>
<status status="PASS" start="2026-06-24T00:47:35.423741" elapsed="0.046101"/>
</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-06-24T00:47:35.476960" 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-06-24T00:47:35.476678" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.477426" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.477182" elapsed="0.000354"/>
</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-06-24T00:47:35.485802" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.486474" level="INFO">GET Response : url=http://10.30.170.26: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;3&lt;/packet-count&gt;&lt;byte-count&gt;244&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;141000000&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-06-24T00:47:35.486622" 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-06-24T00:47:35.479946" elapsed="0.006702"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.477607" elapsed="0.009097"/>
</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-06-24T00:47:35.486958" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.486737" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.477588" elapsed="0.009458"/>
</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-06-24T00:47:35.490943" 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;4&lt;/second&gt;&lt;nanosecond&gt;141000000&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-06-24T00:47:35.488259" elapsed="0.002748"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.487970" elapsed="0.003072"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.487950" elapsed="0.003117"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.493818" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.491401" elapsed="0.002465"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.491125" elapsed="0.002775"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.491108" elapsed="0.002816"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.494594" 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-06-24T00:47:35.494127" 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-06-24T00:47:35.494962" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.494691" elapsed="0.000366"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.496084" 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-06-24T00:47:35.495366" elapsed="0.000755"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.495095" elapsed="0.001125"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.494673" elapsed="0.001577"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.497007" 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-06-24T00:47:35.496499" 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-06-24T00:47:35.497514" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.497141" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.498563" 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-06-24T00:47:35.497875" elapsed="0.000728"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.497628" elapsed="0.001025"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.497116" elapsed="0.001565"/>
</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-06-24T00:47:35.498898" elapsed="0.000894"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.500471" 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-06-24T00:47:35.500031" 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-06-24T00:47:35.500741" elapsed="0.005778"/>
</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-06-24T00:47:35.487507" elapsed="0.019116"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.506895" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.506730" elapsed="0.000241"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.506700" elapsed="0.000307"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.509693" 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-06-24T00:47:35.507193" elapsed="0.002531"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.509775" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:35.509938" 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-06-24T00:47:35.472574" elapsed="0.037391"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.510022" 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-06-24T00:47:35.470170" elapsed="0.039967"/>
</kw>
<var name="${switch}">32</var>
<status status="PASS" start="2026-06-24T00:47:35.469944" elapsed="0.040248"/>
</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-06-24T00:47:35.519321" 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-06-24T00:47:35.518975" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.519795" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.519545" 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-06-24T00:47:35.528555" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.529688" level="INFO">GET Response : url=http://10.30.170.26: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': '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;417000000&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-06-24T00:47:35.529922" 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-06-24T00:47:35.521944" elapsed="0.008031"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.519917" elapsed="0.010162"/>
</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-06-24T00:47:35.530549" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.530175" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.519895" elapsed="0.010801"/>
</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-06-24T00:47:35.536909" 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;417000000&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-06-24T00:47:35.532505" elapsed="0.004601"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.532094" elapsed="0.005104"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.532064" elapsed="0.005178"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.540723" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.537755" elapsed="0.003024"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.537347" elapsed="0.003474"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.537314" elapsed="0.003533"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.541532" 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-06-24T00:47:35.541088" 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-06-24T00:47:35.541898" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.541635" elapsed="0.000322"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.542633" 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-06-24T00:47:35.542187" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.541981" elapsed="0.000715"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.541615" elapsed="0.001102"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.543287" 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-06-24T00:47:35.542897" 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-06-24T00:47:35.543636" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.543383" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.544474" 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-06-24T00:47:35.543916" elapsed="0.000593"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.543717" elapsed="0.000839"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.543366" elapsed="0.001218"/>
</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-06-24T00:47:35.544769" elapsed="0.000419"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.545658" 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-06-24T00:47:35.545364" 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-06-24T00:47:35.545845" elapsed="0.002762"/>
</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-06-24T00:47:35.531389" elapsed="0.017306"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.548908" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.548786" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.548760" elapsed="0.000222"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.551924" 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-06-24T00:47:35.549172" elapsed="0.002793"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.552035" elapsed="0.000044"/>
</return>
<msg time="2026-06-24T00:47:35.552248" 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-06-24T00:47:35.512927" elapsed="0.039351"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.552340" 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-06-24T00:47:35.510544" elapsed="0.041917"/>
</kw>
<var name="${switch}">33</var>
<status status="PASS" start="2026-06-24T00:47:35.510325" elapsed="0.042175"/>
</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-06-24T00:47:35.560217" 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-06-24T00:47:35.559849" elapsed="0.000427"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.560694" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.560446" elapsed="0.000378"/>
</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-06-24T00:47:35.569493" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.570070" level="INFO">GET Response : url=http://10.30.170.26: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;5&lt;/packet-count&gt;&lt;byte-count&gt;384&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;971000000&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-06-24T00:47:35.570214" 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-06-24T00:47:35.563028" elapsed="0.007264"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.560909" elapsed="0.009436"/>
</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-06-24T00:47:35.570552" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.570378" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.560884" elapsed="0.009756"/>
</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-06-24T00:47:35.576046" 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;5&lt;/packet-count&gt;&lt;byte-count&gt;384&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;971000000&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-06-24T00:47:35.572077" elapsed="0.004058"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.571757" elapsed="0.004449"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.571731" elapsed="0.004510"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.579996" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.576636" elapsed="0.003424"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.576318" elapsed="0.003790"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.576295" elapsed="0.003845"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.580977" 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-06-24T00:47:35.580434" 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-06-24T00:47:35.581485" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.581109" elapsed="0.000459"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.582534" 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-06-24T00:47:35.581849" elapsed="0.000723"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.581601" elapsed="0.001021"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.581085" elapsed="0.001567"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.583426" 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-06-24T00:47:35.582899" 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-06-24T00:47:35.583904" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.583557" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.584854" 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-06-24T00:47:35.584279" elapsed="0.000612"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.584015" elapsed="0.000925"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.583533" elapsed="0.001436"/>
</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-06-24T00:47:35.585204" elapsed="0.000605"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.586525" 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-06-24T00:47:35.586044" elapsed="0.000518"/>
</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-06-24T00:47:35.586784" elapsed="0.003343"/>
</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-06-24T00:47:35.571122" elapsed="0.019160"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.590545" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.590391" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.590365" elapsed="0.000273"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.595063" 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-06-24T00:47:35.590843" elapsed="0.004252"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.595163" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:35.595332" 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-06-24T00:47:35.555449" elapsed="0.039912"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.595420" 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-06-24T00:47:35.552857" elapsed="0.042682"/>
</kw>
<var name="${switch}">34</var>
<status status="PASS" start="2026-06-24T00:47:35.552606" elapsed="0.042971"/>
</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-06-24T00:47:35.602930" 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-06-24T00:47:35.602646" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.603399" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.603137" 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-06-24T00:47:35.611628" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.612336" level="INFO">GET Response : url=http://10.30.170.26: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;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;581000000&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-06-24T00:47:35.612491" 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-06-24T00:47:35.605480" elapsed="0.007047"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.603513" elapsed="0.009074"/>
</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-06-24T00:47:35.612844" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.612624" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.603493" elapsed="0.009469"/>
</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-06-24T00:47:35.618034" 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;0&lt;/second&gt;&lt;nanosecond&gt;581000000&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-06-24T00:47:35.614448" elapsed="0.003792"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.614081" elapsed="0.004212"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.614056" elapsed="0.004270"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.622096" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.618729" elapsed="0.003453"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.618404" elapsed="0.003890"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.618381" elapsed="0.003954"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.623109" 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-06-24T00:47:35.622606" elapsed="0.000530"/>
</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-06-24T00:47:35.623479" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.623224" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.624194" 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-06-24T00:47:35.623744" elapsed="0.000479"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.623561" elapsed="0.000699"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.623205" elapsed="0.001076"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.624826" 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-06-24T00:47:35.624460" elapsed="0.000393"/>
</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-06-24T00:47:35.625196" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.624924" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.625872" 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-06-24T00:47:35.625457" elapsed="0.000443"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.625279" elapsed="0.000656"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.624905" 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-06-24T00:47:35.626113" elapsed="0.000433"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.627004" 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-06-24T00:47:35.626717" 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-06-24T00:47:35.627206" elapsed="0.002529"/>
</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-06-24T00:47:35.613500" elapsed="0.016302"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.630005" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.629872" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.629853" elapsed="0.000220"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.632718" 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-06-24T00:47:35.630266" elapsed="0.002482"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.632799" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:35.632959" 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-06-24T00:47:35.598320" elapsed="0.034667"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.633044" 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-06-24T00:47:35.595883" elapsed="0.037295"/>
</kw>
<var name="${switch}">35</var>
<status status="PASS" start="2026-06-24T00:47:35.595673" elapsed="0.037543"/>
</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-06-24T00:47:35.640524" 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-06-24T00:47:35.640066" elapsed="0.000504"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.640977" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.640730" elapsed="0.000346"/>
</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-06-24T00:47:35.648694" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.649278" level="INFO">GET Response : url=http://10.30.170.26: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;1&lt;/second&gt;&lt;nanosecond&gt;565000000&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-06-24T00:47:35.649391" 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-06-24T00:47:35.643170" elapsed="0.006247"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.641160" elapsed="0.008300"/>
</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-06-24T00:47:35.649646" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.649486" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.641127" elapsed="0.008607"/>
</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-06-24T00:47:35.653544" 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;565000000&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-06-24T00:47:35.650819" elapsed="0.002787"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.650594" elapsed="0.003046"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.650577" elapsed="0.003087"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.658133" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.653939" elapsed="0.004307"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.653717" elapsed="0.004581"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.653701" elapsed="0.004631"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.659179" 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-06-24T00:47:35.658606" 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-06-24T00:47:35.659687" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.659320" elapsed="0.000452"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.660748" 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-06-24T00:47:35.660068" elapsed="0.000722"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.659806" elapsed="0.001038"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.659295" elapsed="0.001579"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.661698" 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-06-24T00:47:35.661133" 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-06-24T00:47:35.662280" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.661837" elapsed="0.000531"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.663401" 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-06-24T00:47:35.662760" elapsed="0.000681"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.662401" elapsed="0.001093"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.661812" elapsed="0.001712"/>
</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-06-24T00:47:35.663753" elapsed="0.000657"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.665076" 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-06-24T00:47:35.664663" 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-06-24T00:47:35.665374" elapsed="0.002985"/>
</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-06-24T00:47:35.650111" elapsed="0.018314"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.668603" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.668495" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.668477" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.671311" 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-06-24T00:47:35.668817" elapsed="0.002525"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.671394" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:35.671555" 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-06-24T00:47:35.635922" elapsed="0.035661"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.671642" 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-06-24T00:47:35.633516" elapsed="0.038244"/>
</kw>
<var name="${switch}">36</var>
<status status="PASS" start="2026-06-24T00:47:35.633313" elapsed="0.038484"/>
</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-06-24T00:47:35.678926" 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-06-24T00:47:35.678667" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.679399" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.679134" 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-06-24T00:47:35.687272" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.688101" level="INFO">GET Response : url=http://10.30.170.26: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': '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;0&lt;/second&gt;&lt;nanosecond&gt;795000000&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-06-24T00:47:35.688290" 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-06-24T00:47:35.681452" elapsed="0.006876"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.679508" elapsed="0.008882"/>
</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-06-24T00:47:35.688659" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.688427" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.679489" elapsed="0.009294"/>
</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-06-24T00:47:35.694170" 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;0&lt;/second&gt;&lt;nanosecond&gt;795000000&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-06-24T00:47:35.690337" elapsed="0.004013"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.689956" elapsed="0.004447"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.689930" elapsed="0.004508"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.698583" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.694855" elapsed="0.003798"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.694520" elapsed="0.004184"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.694496" elapsed="0.004243"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.699396" 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-06-24T00:47:35.698998" elapsed="0.000425"/>
</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-06-24T00:47:35.699744" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.699492" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.700443" 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-06-24T00:47:35.700003" elapsed="0.000466"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.699825" elapsed="0.000680"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.699474" elapsed="0.001052"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.701071" 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-06-24T00:47:35.700701" 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-06-24T00:47:35.701523" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.701193" elapsed="0.000390"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.702246" 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-06-24T00:47:35.701782" elapsed="0.000490"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.701606" elapsed="0.000702"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.701174" elapsed="0.001155"/>
</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-06-24T00:47:35.702484" elapsed="0.000380"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.703337" 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-06-24T00:47:35.703031" 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-06-24T00:47:35.703518" elapsed="0.002360"/>
</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-06-24T00:47:35.689343" elapsed="0.016599"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.706115" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.706011" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.705992" elapsed="0.000251"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.708924" 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-06-24T00:47:35.706495" elapsed="0.002459"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.709005" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:35.709179" 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-06-24T00:47:35.674510" elapsed="0.034698"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.709265" 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-06-24T00:47:35.672096" elapsed="0.037288"/>
</kw>
<var name="${switch}">37</var>
<status status="PASS" start="2026-06-24T00:47:35.671893" elapsed="0.037527"/>
</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-06-24T00:47:35.716423" 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-06-24T00:47:35.716172" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.716861" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.716622" elapsed="0.000326"/>
</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-06-24T00:47:35.725183" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.725712" level="INFO">GET Response : url=http://10.30.170.26: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;0&lt;/second&gt;&lt;nanosecond&gt;999000000&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-06-24T00:47:35.725821" 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-06-24T00:47:35.719044" elapsed="0.006803"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.717017" elapsed="0.008873"/>
</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-06-24T00:47:35.726081" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.725915" elapsed="0.000294"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.716998" elapsed="0.009235"/>
</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-06-24T00:47:35.731380" 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;0&lt;/second&gt;&lt;nanosecond&gt;999000000&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-06-24T00:47:35.727407" elapsed="0.004062"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.727049" elapsed="0.004469"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.727022" elapsed="0.004531"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.735528" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.731962" elapsed="0.003634"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.731631" elapsed="0.004015"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.731607" elapsed="0.004072"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.736510" 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-06-24T00:47:35.735943" elapsed="0.000607"/>
</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-06-24T00:47:35.737013" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.736649" elapsed="0.000448"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.738027" 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-06-24T00:47:35.737414" elapsed="0.000653"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.737130" elapsed="0.000989"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.736624" elapsed="0.001592"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.738991" 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-06-24T00:47:35.738483" 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-06-24T00:47:35.739360" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.739083" elapsed="0.000334"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.740022" 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-06-24T00:47:35.739614" elapsed="0.000434"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.739440" elapsed="0.000642"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.739066" elapsed="0.001037"/>
</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-06-24T00:47:35.740273" elapsed="0.000427"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.741140" 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-06-24T00:47:35.740867" 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-06-24T00:47:35.741340" elapsed="0.002416"/>
</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-06-24T00:47:35.726597" elapsed="0.017224"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.743998" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.743892" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.743873" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.746693" 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-06-24T00:47:35.744230" elapsed="0.002493"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.746775" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:35.746930" 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-06-24T00:47:35.712061" elapsed="0.034897"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.747015" 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-06-24T00:47:35.709707" elapsed="0.037425"/>
</kw>
<var name="${switch}">38</var>
<status status="PASS" start="2026-06-24T00:47:35.709510" elapsed="0.037690"/>
</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-06-24T00:47:35.754415" 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-06-24T00:47:35.754111" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.754889" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.754646" 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-06-24T00:47:35.762229" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.762774" level="INFO">GET Response : url=http://10.30.170.26: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': '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;234000000&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-06-24T00:47:35.762889" 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-06-24T00:47:35.756963" elapsed="0.005952"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.755007" elapsed="0.007951"/>
</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-06-24T00:47:35.763171" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.762985" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.754985" elapsed="0.008274"/>
</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-06-24T00:47:35.767519" 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;234000000&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-06-24T00:47:35.764500" elapsed="0.003183"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.764080" elapsed="0.003656"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.764061" elapsed="0.003709"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.771766" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.768207" elapsed="0.003627"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.767851" elapsed="0.004034"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.767827" elapsed="0.004092"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.772811" 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-06-24T00:47:35.772242" 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-06-24T00:47:35.773363" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.772951" elapsed="0.000500"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.774447" 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-06-24T00:47:35.773745" elapsed="0.000744"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.773486" elapsed="0.001055"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.772926" elapsed="0.001646"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.775381" 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-06-24T00:47:35.774831" elapsed="0.000589"/>
</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-06-24T00:47:35.775884" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.775520" elapsed="0.000449"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.776947" 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-06-24T00:47:35.776303" elapsed="0.000684"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.776003" elapsed="0.001037"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.775495" elapsed="0.001575"/>
</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-06-24T00:47:35.777348" elapsed="0.000567"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.778717" 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-06-24T00:47:35.778276" elapsed="0.000479"/>
</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-06-24T00:47:35.778989" elapsed="0.002411"/>
</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-06-24T00:47:35.763640" elapsed="0.017827"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.781645" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.781538" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.781519" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.784363" 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-06-24T00:47:35.781858" elapsed="0.002536"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.784446" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:35.784606" 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-06-24T00:47:35.749833" elapsed="0.034800"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.784690" 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-06-24T00:47:35.747489" elapsed="0.037330"/>
</kw>
<var name="${switch}">39</var>
<status status="PASS" start="2026-06-24T00:47:35.747293" elapsed="0.037574"/>
</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-06-24T00:47:35.792225" 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-06-24T00:47:35.791942" elapsed="0.000330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.792670" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.792428" 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-06-24T00:47:35.802054" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.803414" level="INFO">GET Response : url=http://10.30.170.26: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': '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;3&lt;/second&gt;&lt;nanosecond&gt;659000000&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-06-24T00:47:35.803704" 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-06-24T00:47:35.794801" elapsed="0.008965"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.792834" elapsed="0.011042"/>
</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-06-24T00:47:35.804491" elapsed="0.000066"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.803941" elapsed="0.000721"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.792816" elapsed="0.011895"/>
</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-06-24T00:47:35.812661" 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;3&lt;/second&gt;&lt;nanosecond&gt;659000000&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-06-24T00:47:35.807252" elapsed="0.005501"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.806692" elapsed="0.006115"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.806649" elapsed="0.006193"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.816916" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.813284" elapsed="0.003702"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.812923" elapsed="0.004117"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.812899" elapsed="0.004177"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.817958" 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-06-24T00:47:35.817378" 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-06-24T00:47:35.818517" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.818099" elapsed="0.000505"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.819548" 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-06-24T00:47:35.818900" elapsed="0.000689"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.818638" elapsed="0.001004"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.818074" elapsed="0.001599"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.820519" 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-06-24T00:47:35.819933" elapsed="0.000625"/>
</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-06-24T00:47:35.821034" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.820660" elapsed="0.000459"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.822200" 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-06-24T00:47:35.821437" elapsed="0.000807"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.821175" elapsed="0.001124"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.820635" 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-06-24T00:47:35.822562" elapsed="0.000673"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.823736" 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-06-24T00:47:35.823410" elapsed="0.000353"/>
</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-06-24T00:47:35.823924" elapsed="0.002489"/>
</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-06-24T00:47:35.805619" elapsed="0.020865"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.826673" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.826558" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.826539" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.829339" 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-06-24T00:47:35.826890" elapsed="0.002480"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.829423" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:35.829585" 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-06-24T00:47:35.787799" elapsed="0.041814"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.829669" 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-06-24T00:47:35.785289" elapsed="0.044497"/>
</kw>
<var name="${switch}">40</var>
<status status="PASS" start="2026-06-24T00:47:35.784992" elapsed="0.044830"/>
</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-06-24T00:47:35.836882" 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-06-24T00:47:35.836626" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.837345" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.837082" 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-06-24T00:47:35.844932" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.845499" level="INFO">GET Response : url=http://10.30.170.26: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': '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;219000000&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-06-24T00:47:35.845610" 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-06-24T00:47:35.839411" elapsed="0.006225"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.837453" elapsed="0.008225"/>
</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-06-24T00:47:35.845862" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.845703" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.837435" elapsed="0.008510"/>
</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-06-24T00:47:35.849654" 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;219000000&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-06-24T00:47:35.847027" elapsed="0.002739"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.846793" elapsed="0.003009"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.846774" elapsed="0.003052"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.852491" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.850132" elapsed="0.002405"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.849881" elapsed="0.002690"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.849865" elapsed="0.002728"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.853174" 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-06-24T00:47:35.852778" 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-06-24T00:47:35.853524" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.853270" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.854260" 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-06-24T00:47:35.853782" elapsed="0.000504"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.853605" elapsed="0.000717"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.853253" elapsed="0.001090"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.854886" 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-06-24T00:47:35.854518" 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-06-24T00:47:35.855407" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.855016" elapsed="0.000476"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.856418" 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-06-24T00:47:35.855786" elapsed="0.000672"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.855526" elapsed="0.000985"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.854991" elapsed="0.001550"/>
</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-06-24T00:47:35.856771" elapsed="0.000583"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.858013" 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-06-24T00:47:35.857602" elapsed="0.000449"/>
</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-06-24T00:47:35.858362" elapsed="0.003507"/>
</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-06-24T00:47:35.846373" elapsed="0.015595"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.862294" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.862071" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.862044" elapsed="0.000348"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.866288" 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-06-24T00:47:35.862608" elapsed="0.003723"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.866403" elapsed="0.000044"/>
</return>
<msg time="2026-06-24T00:47:35.866621" 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-06-24T00:47:35.832529" elapsed="0.034131"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.866739" elapsed="0.000036"/>
</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-06-24T00:47:35.830169" elapsed="0.036734"/>
</kw>
<var name="${switch}">41</var>
<status status="PASS" start="2026-06-24T00:47:35.829922" elapsed="0.037031"/>
</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-06-24T00:47:35.874011" 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-06-24T00:47:35.873753" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.874524" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.874276" 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-06-24T00:47:35.883490" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.884821" level="INFO">GET Response : url=http://10.30.170.26: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': '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;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;58000000&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-06-24T00:47:35.885079" 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-06-24T00:47:35.876665" elapsed="0.008474"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.874682" elapsed="0.010593"/>
</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-06-24T00:47:35.885711" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.885334" elapsed="0.000532"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.874664" elapsed="0.011251"/>
</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-06-24T00:47:35.893319" 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;58000000&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-06-24T00:47:35.888508" elapsed="0.004904"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.887904" elapsed="0.005556"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.887863" elapsed="0.005630"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.897257" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.893882" elapsed="0.003441"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.893568" elapsed="0.003807"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.893545" elapsed="0.003870"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.898260" 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-06-24T00:47:35.897667" elapsed="0.000630"/>
</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-06-24T00:47:35.898770" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.898409" elapsed="0.000443"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.899736" 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-06-24T00:47:35.899134" elapsed="0.000639"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.898884" elapsed="0.000938"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.898376" elapsed="0.001475"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.900610" 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-06-24T00:47:35.900091" 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-06-24T00:47:35.901085" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.900740" elapsed="0.000445"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.902041" 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-06-24T00:47:35.901461" elapsed="0.000649"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.901217" elapsed="0.000988"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.900716" 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-06-24T00:47:35.902464" elapsed="0.000585"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.903680" 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-06-24T00:47:35.903305" elapsed="0.000411"/>
</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-06-24T00:47:35.903931" elapsed="0.003374"/>
</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-06-24T00:47:35.886880" elapsed="0.020543"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.907653" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.907521" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.907498" elapsed="0.000230"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.910320" 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-06-24T00:47:35.907875" elapsed="0.002476"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.910403" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:35.910566" 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-06-24T00:47:35.869623" elapsed="0.040979"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.910673" 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-06-24T00:47:35.867278" elapsed="0.043517"/>
</kw>
<var name="${switch}">42</var>
<status status="PASS" start="2026-06-24T00:47:35.867059" elapsed="0.043773"/>
</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-06-24T00:47:35.918898" 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-06-24T00:47:35.918592" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.919379" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.919113" 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-06-24T00:47:35.927974" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.928807" level="INFO">GET Response : url=http://10.30.170.26: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;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;260000000&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-06-24T00:47:35.928983" 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-06-24T00:47:35.921477" elapsed="0.007543"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.919498" elapsed="0.009588"/>
</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-06-24T00:47:35.929399" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.929128" elapsed="0.000365"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.919476" elapsed="0.010046"/>
</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-06-24T00:47:35.934860" 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;260000000&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-06-24T00:47:35.931181" elapsed="0.003839"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.930793" elapsed="0.004276"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.930754" elapsed="0.004348"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.938933" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.935518" elapsed="0.003482"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.935202" elapsed="0.003834"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.935177" elapsed="0.003883"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.939658" 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-06-24T00:47:35.939269" 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-06-24T00:47:35.940003" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.939753" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.940703" 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-06-24T00:47:35.940279" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.940085" elapsed="0.000681"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.939736" elapsed="0.001051"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.941348" 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-06-24T00:47:35.940963" 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-06-24T00:47:35.941690" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.941443" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.942435" 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-06-24T00:47:35.941944" elapsed="0.000523"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.941771" elapsed="0.000737"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.941425" 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-06-24T00:47:35.942689" elapsed="0.000379"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.943538" 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-06-24T00:47:35.943253" 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-06-24T00:47:35.943737" elapsed="0.002503"/>
</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-06-24T00:47:35.930111" elapsed="0.016197"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.946488" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.946377" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.946359" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.949114" 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-06-24T00:47:35.946702" elapsed="0.002470"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.949226" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:35.949387" 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-06-24T00:47:35.914215" elapsed="0.035200"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.949472" 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-06-24T00:47:35.911119" elapsed="0.038472"/>
</kw>
<var name="${switch}">43</var>
<status status="PASS" start="2026-06-24T00:47:35.910921" elapsed="0.038707"/>
</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-06-24T00:47:35.956746" 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-06-24T00:47:35.956494" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.957198" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.956944" elapsed="0.000344"/>
</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-06-24T00:47:35.965176" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:35.965717" level="INFO">GET Response : url=http://10.30.170.26: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;5&lt;/packet-count&gt;&lt;byte-count&gt;384&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;553000000&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-06-24T00:47:35.965824" 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-06-24T00:47:35.959372" elapsed="0.006477"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.957356" elapsed="0.008535"/>
</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-06-24T00:47:35.966115" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.965917" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.957337" elapsed="0.008891"/>
</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-06-24T00:47:35.969767" 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;5&lt;/packet-count&gt;&lt;byte-count&gt;384&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;553000000&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-06-24T00:47:35.967240" elapsed="0.002586"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.966998" elapsed="0.002861"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.966979" elapsed="0.002904"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.973231" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.970249" elapsed="0.003045"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.969937" elapsed="0.003404"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.969921" elapsed="0.003452"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.974258" 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-06-24T00:47:35.973621" elapsed="0.000677"/>
</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-06-24T00:47:35.974745" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.974395" elapsed="0.000432"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.975765" 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-06-24T00:47:35.975139" elapsed="0.000663"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.974859" elapsed="0.000992"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.974370" elapsed="0.001510"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.976643" 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-06-24T00:47:35.976125" 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-06-24T00:47:35.978297" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:35.976771" elapsed="0.001610"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.979267" 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-06-24T00:47:35.978655" elapsed="0.000648"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.978413" elapsed="0.000938"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.976748" elapsed="0.002632"/>
</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-06-24T00:47:35.979593" elapsed="0.000606"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:35.980811" 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-06-24T00:47:35.980432" elapsed="0.000414"/>
</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-06-24T00:47:35.981062" elapsed="0.005229"/>
</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-06-24T00:47:35.966583" elapsed="0.019798"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:35.986626" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:35.986478" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.986452" elapsed="0.000266"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:35.990450" 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-06-24T00:47:35.986924" elapsed="0.003568"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:35.990563" elapsed="0.000042"/>
</return>
<msg time="2026-06-24T00:47:35.990778" 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-06-24T00:47:35.952336" elapsed="0.038480"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:35.990894" elapsed="0.000036"/>
</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-06-24T00:47:35.949925" elapsed="0.041266"/>
</kw>
<var name="${switch}">44</var>
<status status="PASS" start="2026-06-24T00:47:35.949723" elapsed="0.041523"/>
</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-06-24T00:47:35.999304" 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-06-24T00:47:35.999029" elapsed="0.000320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:35.999745" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:35.999505" 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-06-24T00:47:36.007305" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.007857" level="INFO">GET Response : url=http://10.30.170.26: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': '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;534000000&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-06-24T00:47:36.007970" 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-06-24T00:47:36.001786" elapsed="0.006209"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:35.999854" elapsed="0.008183"/>
</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-06-24T00:47:36.008240" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.008062" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:35.999835" elapsed="0.008490"/>
</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-06-24T00:47:36.011930" 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;534000000&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-06-24T00:47:36.009334" elapsed="0.002702"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.009094" elapsed="0.002977"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.009075" elapsed="0.003020"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.014799" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.012410" elapsed="0.002436"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.012183" elapsed="0.002697"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.012132" elapsed="0.002771"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.015681" 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-06-24T00:47:36.015161" 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-06-24T00:47:36.016180" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.015812" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.017119" 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-06-24T00:47:36.016539" elapsed="0.000660"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.016294" elapsed="0.000958"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.015788" elapsed="0.001493"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.018073" 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-06-24T00:47:36.017527" 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-06-24T00:47:36.018582" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.018233" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.019548" 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-06-24T00:47:36.018938" elapsed="0.000646"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.018695" elapsed="0.000939"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.018208" elapsed="0.001455"/>
</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-06-24T00:47:36.019877" elapsed="0.000562"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.021050" 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-06-24T00:47:36.020672" elapsed="0.000413"/>
</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-06-24T00:47:36.021338" elapsed="0.002966"/>
</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-06-24T00:47:36.008677" elapsed="0.015692"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.024543" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.024438" elapsed="0.000148"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.024420" elapsed="0.000187"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.027214" 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-06-24T00:47:36.024754" elapsed="0.002490"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.027295" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:36.027474" 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-06-24T00:47:35.994931" elapsed="0.032571"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.027560" 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-06-24T00:47:35.991650" elapsed="0.036028"/>
</kw>
<var name="${switch}">45</var>
<status status="PASS" start="2026-06-24T00:47:35.991373" elapsed="0.036341"/>
</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-06-24T00:47:36.034781" 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-06-24T00:47:36.034530" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.035249" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.034985" elapsed="0.000346"/>
</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-06-24T00:47:36.044574" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.045341" level="INFO">GET Response : url=http://10.30.170.26: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': '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;391000000&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-06-24T00:47:36.045492" 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-06-24T00:47:36.037357" elapsed="0.008171"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.035399" elapsed="0.010189"/>
</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-06-24T00:47:36.045841" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.045622" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.035380" elapsed="0.010581"/>
</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-06-24T00:47:36.050985" 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;391000000&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-06-24T00:47:36.047404" elapsed="0.003666"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.047075" elapsed="0.004042"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.047050" elapsed="0.004122"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.054917" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.051561" elapsed="0.003419"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.051249" elapsed="0.003770"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.051227" elapsed="0.003815"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.055603" 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-06-24T00:47:36.055234" 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-06-24T00:47:36.055947" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.055697" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.056642" 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-06-24T00:47:36.056221" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.056028" elapsed="0.000676"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.055680" elapsed="0.001045"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.057290" 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-06-24T00:47:36.056899" 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-06-24T00:47:36.057702" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.057384" elapsed="0.000381"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.058436" 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-06-24T00:47:36.057966" elapsed="0.000496"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.057788" elapsed="0.000710"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.057366" elapsed="0.001153"/>
</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-06-24T00:47:36.058671" elapsed="0.000413"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.059535" 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-06-24T00:47:36.059266" 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-06-24T00:47:36.059715" elapsed="0.002379"/>
</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-06-24T00:47:36.046503" elapsed="0.015671"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.062351" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.062244" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.062226" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.064971" 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-06-24T00:47:36.062562" elapsed="0.002438"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.065052" elapsed="0.000028"/>
</return>
<msg time="2026-06-24T00:47:36.065236" 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-06-24T00:47:36.030377" elapsed="0.034888"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.065322" 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-06-24T00:47:36.027998" elapsed="0.037442"/>
</kw>
<var name="${switch}">46</var>
<status status="PASS" start="2026-06-24T00:47:36.027801" elapsed="0.037675"/>
</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-06-24T00:47:36.072592" 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-06-24T00:47:36.072323" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.073036" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.072794" 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-06-24T00:47:36.080775" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.081348" level="INFO">GET Response : url=http://10.30.170.26: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': '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;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-06-24T00:47:36.081457" 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-06-24T00:47:36.075167" elapsed="0.006315"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.073161" elapsed="0.008363"/>
</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-06-24T00:47:36.081707" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.081551" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.073127" elapsed="0.008663"/>
</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-06-24T00:47:36.085467" 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;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-06-24T00:47:36.082851" elapsed="0.002728"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.082627" elapsed="0.002989"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.082609" elapsed="0.003031"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.088999" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.085923" elapsed="0.003141"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.085695" elapsed="0.003417"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.085678" elapsed="0.003485"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.089961" 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-06-24T00:47:36.089427" 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-06-24T00:47:36.090503" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.090118" elapsed="0.000468"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.091469" 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-06-24T00:47:36.090864" elapsed="0.000642"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.090618" elapsed="0.000939"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.090094" elapsed="0.001492"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.092352" 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-06-24T00:47:36.091831" 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-06-24T00:47:36.092827" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.092484" elapsed="0.000423"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.093775" 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-06-24T00:47:36.093200" elapsed="0.000611"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.092939" elapsed="0.000921"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.092460" 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-06-24T00:47:36.094138" elapsed="0.000578"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.095354" 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-06-24T00:47:36.094951" 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-06-24T00:47:36.095606" 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-06-24T00:47:36.082212" elapsed="0.016835"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.099237" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.099114" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.099097" elapsed="0.000208"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.101934" 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-06-24T00:47:36.099451" elapsed="0.002513"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.102054" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:36.102247" 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-06-24T00:47:36.068128" elapsed="0.034148"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.102333" 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-06-24T00:47:36.065754" elapsed="0.036696"/>
</kw>
<var name="${switch}">47</var>
<status status="PASS" start="2026-06-24T00:47:36.065560" elapsed="0.036926"/>
</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-06-24T00:47:36.110426" 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-06-24T00:47:36.110176" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.110872" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.110631" elapsed="0.000320"/>
</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-06-24T00:47:36.118786" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.119489" level="INFO">GET Response : url=http://10.30.170.26: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': '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;430000000&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-06-24T00:47:36.119640" 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-06-24T00:47:36.112971" elapsed="0.006705"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.111024" elapsed="0.008711"/>
</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-06-24T00:47:36.120021" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.119770" elapsed="0.000344"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.111004" elapsed="0.009163"/>
</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-06-24T00:47:36.125207" 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;430000000&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-06-24T00:47:36.121585" elapsed="0.003706"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.121275" elapsed="0.004065"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.121250" elapsed="0.004123"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.129133" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.125762" elapsed="0.003443"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.125448" elapsed="0.003793"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.125426" elapsed="0.003838"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.129807" 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-06-24T00:47:36.129440" elapsed="0.000393"/>
</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-06-24T00:47:36.130213" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.129902" elapsed="0.000370"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.130894" 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-06-24T00:47:36.130472" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.130295" elapsed="0.000660"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.129884" elapsed="0.001092"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.131528" 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-06-24T00:47:36.131170" 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-06-24T00:47:36.131869" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.131622" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.132550" 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-06-24T00:47:36.132121" elapsed="0.000455"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.131949" elapsed="0.000663"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.131605" elapsed="0.001027"/>
</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-06-24T00:47:36.132784" elapsed="0.000447"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.133669" 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-06-24T00:47:36.133401" 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-06-24T00:47:36.133853" elapsed="0.002457"/>
</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-06-24T00:47:36.120669" elapsed="0.015715"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.136566" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.136458" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.136439" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.139277" 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-06-24T00:47:36.136778" elapsed="0.002530"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.139361" elapsed="0.000029"/>
</return>
<msg time="2026-06-24T00:47:36.139515" 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-06-24T00:47:36.106032" elapsed="0.033511"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.139600" 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-06-24T00:47:36.102772" elapsed="0.036946"/>
</kw>
<var name="${switch}">48</var>
<status status="PASS" start="2026-06-24T00:47:36.102575" elapsed="0.037179"/>
</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-06-24T00:47:36.146827" 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-06-24T00:47:36.146575" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.147292" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.147030" 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-06-24T00:47:36.154655" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.155211" level="INFO">GET Response : url=http://10.30.170.26: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;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;725000000&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-06-24T00:47:36.155318" 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-06-24T00:47:36.149339" elapsed="0.006026"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.147400" elapsed="0.008008"/>
</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-06-24T00:47:36.155588" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.155433" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.147382" elapsed="0.008288"/>
</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-06-24T00:47:36.159374" 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;2&lt;/second&gt;&lt;nanosecond&gt;725000000&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-06-24T00:47:36.156672" elapsed="0.002839"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.156452" elapsed="0.003109"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.156434" elapsed="0.003161"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.163335" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.159984" elapsed="0.003417"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.159671" elapsed="0.003778"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.159648" elapsed="0.003871"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.164375" 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-06-24T00:47:36.163772" 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-06-24T00:47:36.164929" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.164525" elapsed="0.000488"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.165909" 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-06-24T00:47:36.165319" elapsed="0.000659"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.165046" elapsed="0.000985"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.164497" elapsed="0.001563"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.166887" 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-06-24T00:47:36.166354" 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-06-24T00:47:36.167386" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.167018" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.168349" 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-06-24T00:47:36.167741" elapsed="0.000644"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.167500" elapsed="0.000935"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.166995" elapsed="0.001468"/>
</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-06-24T00:47:36.168677" elapsed="0.001596"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.170937" 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-06-24T00:47:36.170547" elapsed="0.000426"/>
</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-06-24T00:47:36.171159" elapsed="0.002556"/>
</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-06-24T00:47:36.156017" elapsed="0.017763"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.173980" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.173848" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.173830" elapsed="0.000217"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.176766" 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-06-24T00:47:36.174219" elapsed="0.002577"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.176847" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:36.177001" 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-06-24T00:47:36.142408" elapsed="0.034620"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.177085" 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-06-24T00:47:36.140033" elapsed="0.037186"/>
</kw>
<var name="${switch}">49</var>
<status status="PASS" start="2026-06-24T00:47:36.139838" elapsed="0.037418"/>
</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-06-24T00:47:36.184360" 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-06-24T00:47:36.184005" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.184814" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.184567" elapsed="0.000339"/>
</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-06-24T00:47:36.193060" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.193619" level="INFO">GET Response : url=http://10.30.170.26: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': '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;0&lt;/second&gt;&lt;nanosecond&gt;717000000&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-06-24T00:47:36.193728" 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-06-24T00:47:36.186969" elapsed="0.006785"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.184976" elapsed="0.008820"/>
</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-06-24T00:47:36.193996" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.193821" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.184957" elapsed="0.009125"/>
</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-06-24T00:47:36.197641" 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;0&lt;/second&gt;&lt;nanosecond&gt;717000000&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-06-24T00:47:36.195094" elapsed="0.002606"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.194869" elapsed="0.002864"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.194852" elapsed="0.002905"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.200429" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.198053" elapsed="0.002421"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.197811" elapsed="0.002697"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.197794" elapsed="0.002737"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.201071" 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-06-24T00:47:36.200707" elapsed="0.000390"/>
</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-06-24T00:47:36.201428" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.201181" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.202132" 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-06-24T00:47:36.201682" elapsed="0.000491"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.201508" elapsed="0.000702"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.201162" elapsed="0.001069"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.202759" 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-06-24T00:47:36.202403" elapsed="0.000382"/>
</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-06-24T00:47:36.203197" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.202852" elapsed="0.000428"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.204123" 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-06-24T00:47:36.203554" elapsed="0.000627"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.203312" elapsed="0.000920"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.202835" elapsed="0.001425"/>
</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-06-24T00:47:36.204471" elapsed="0.000708"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.205795" 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-06-24T00:47:36.205419" elapsed="0.000411"/>
</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-06-24T00:47:36.206109" elapsed="0.003361"/>
</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-06-24T00:47:36.194458" elapsed="0.015101"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.209812" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.209656" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.209630" elapsed="0.000273"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.213560" 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-06-24T00:47:36.210172" elapsed="0.003430"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.213674" elapsed="0.000042"/>
</return>
<msg time="2026-06-24T00:47:36.213887" 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-06-24T00:47:36.179905" elapsed="0.034057"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.214051" elapsed="0.000036"/>
</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-06-24T00:47:36.177546" elapsed="0.036691"/>
</kw>
<var name="${switch}">50</var>
<status status="PASS" start="2026-06-24T00:47:36.177346" elapsed="0.036942"/>
</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-06-24T00:47:36.221644" 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-06-24T00:47:36.221359" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.222141" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.221853" elapsed="0.000348"/>
</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-06-24T00:47:36.229904" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.230548" level="INFO">GET Response : url=http://10.30.170.26: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': '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;334000000&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-06-24T00:47:36.230677" 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-06-24T00:47:36.224227" elapsed="0.006476"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.222276" elapsed="0.008476"/>
</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-06-24T00:47:36.230970" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.230783" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.222254" elapsed="0.008802"/>
</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-06-24T00:47:36.235734" 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;334000000&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-06-24T00:47:36.232195" elapsed="0.003666"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.231946" elapsed="0.003951"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.231927" elapsed="0.003994"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.238607" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.236222" elapsed="0.002432"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.235977" elapsed="0.002712"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.235960" elapsed="0.002752"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.239473" 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-06-24T00:47:36.238905" elapsed="0.000605"/>
</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-06-24T00:47:36.239956" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.239606" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.240935" 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-06-24T00:47:36.240350" elapsed="0.000622"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.240068" elapsed="0.000954"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.239582" elapsed="0.001468"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.241834" 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-06-24T00:47:36.241324" elapsed="0.000547"/>
</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-06-24T00:47:36.242390" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.241996" elapsed="0.000477"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.243354" 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-06-24T00:47:36.242749" elapsed="0.000641"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.242505" elapsed="0.000934"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.241971" elapsed="0.001497"/>
</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-06-24T00:47:36.243684" elapsed="0.000570"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.244880" 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-06-24T00:47:36.244486" 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-06-24T00:47:36.245211" elapsed="0.003379"/>
</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-06-24T00:47:36.231494" elapsed="0.017188"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.248928" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.248778" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.248753" elapsed="0.000268"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.252265" 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-06-24T00:47:36.249249" elapsed="0.003047"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.252348" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:36.252512" 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-06-24T00:47:36.217113" elapsed="0.035427"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.252596" 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-06-24T00:47:36.214682" elapsed="0.038031"/>
</kw>
<var name="${switch}">51</var>
<status status="PASS" start="2026-06-24T00:47:36.214410" elapsed="0.038339"/>
</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-06-24T00:47:36.259856" 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-06-24T00:47:36.259609" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.260315" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.260056" elapsed="0.000342"/>
</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-06-24T00:47:36.268356" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.268894" level="INFO">GET Response : url=http://10.30.170.26: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': '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;135000000&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-06-24T00:47:36.269001" 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-06-24T00:47:36.262453" elapsed="0.006573"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.260467" elapsed="0.008602"/>
</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-06-24T00:47:36.269271" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.269093" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.260449" elapsed="0.008909"/>
</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-06-24T00:47:36.273811" 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;135000000&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-06-24T00:47:36.270456" elapsed="0.003489"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.270230" elapsed="0.003766"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.270211" elapsed="0.003819"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.277697" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.274444" elapsed="0.003315"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.274106" elapsed="0.003700"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.274083" elapsed="0.003754"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.278691" 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-06-24T00:47:36.278131" elapsed="0.000597"/>
</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-06-24T00:47:36.279194" elapsed="0.000185"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.278824" elapsed="0.000606"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.280313" 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-06-24T00:47:36.279708" elapsed="0.000642"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.279462" elapsed="0.000938"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.278800" elapsed="0.001628"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.281192" 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-06-24T00:47:36.280671" 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-06-24T00:47:36.281666" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.281324" elapsed="0.000422"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.282683" 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-06-24T00:47:36.282064" elapsed="0.000655"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.281777" elapsed="0.000991"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.281300" elapsed="0.001497"/>
</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-06-24T00:47:36.283009" elapsed="0.000598"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.284238" 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-06-24T00:47:36.283840" elapsed="0.000433"/>
</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-06-24T00:47:36.284491" elapsed="0.003090"/>
</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-06-24T00:47:36.269712" elapsed="0.017932"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.287816" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.287712" elapsed="0.000147"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.287694" elapsed="0.000187"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.290506" 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-06-24T00:47:36.288026" elapsed="0.002510"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.290588" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:36.290742" 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-06-24T00:47:36.255469" elapsed="0.035301"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.290827" 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-06-24T00:47:36.253052" elapsed="0.037892"/>
</kw>
<var name="${switch}">52</var>
<status status="PASS" start="2026-06-24T00:47:36.252846" elapsed="0.038134"/>
</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-06-24T00:47:36.298265" 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-06-24T00:47:36.297864" elapsed="0.000454"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.298748" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.298477" 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-06-24T00:47:36.306098" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.306655" level="INFO">GET Response : url=http://10.30.170.26: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': '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;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-06-24T00:47:36.306760" 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-06-24T00:47:36.300832" elapsed="0.005953"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.298887" elapsed="0.007940"/>
</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-06-24T00:47:36.307020" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.306852" elapsed="0.000260"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.298868" elapsed="0.008272"/>
</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-06-24T00:47:36.312179" 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;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-06-24T00:47:36.308570" elapsed="0.003748"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.308255" elapsed="0.004113"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.308229" elapsed="0.004172"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.316178" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.312789" elapsed="0.003455"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.312476" elapsed="0.003816"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.312454" elapsed="0.003869"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.317075" 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-06-24T00:47:36.316569" elapsed="0.000542"/>
</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-06-24T00:47:36.317576" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.317230" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.318610" 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-06-24T00:47:36.318002" elapsed="0.000645"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.317689" elapsed="0.001007"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.317205" elapsed="0.001520"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.319356" 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-06-24T00:47:36.318968" 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-06-24T00:47:36.319695" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.319449" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.320402" 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-06-24T00:47:36.319946" elapsed="0.000486"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.319774" elapsed="0.000694"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.319432" 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-06-24T00:47:36.320644" elapsed="0.000376"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.321485" 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-06-24T00:47:36.321205" 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-06-24T00:47:36.321684" 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-06-24T00:47:36.307654" elapsed="0.016481"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.324337" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.324231" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.324212" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.327011" 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-06-24T00:47:36.324547" elapsed="0.002495"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.327092" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:36.327266" 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-06-24T00:47:36.293603" elapsed="0.033691"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.327351" 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-06-24T00:47:36.291281" elapsed="0.036187"/>
</kw>
<var name="${switch}">53</var>
<status status="PASS" start="2026-06-24T00:47:36.291068" elapsed="0.036435"/>
</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-06-24T00:47:36.334887" 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-06-24T00:47:36.334634" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.335349" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.335088" elapsed="0.000349"/>
</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-06-24T00:47:36.343117" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.343679" level="INFO">GET Response : url=http://10.30.170.26: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': '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;0&lt;/second&gt;&lt;nanosecond&gt;676000000&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-06-24T00:47:36.343786" 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-06-24T00:47:36.337447" elapsed="0.006364"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.335506" elapsed="0.008347"/>
</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-06-24T00:47:36.344038" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.343878" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.335487" elapsed="0.008636"/>
</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-06-24T00:47:36.347858" 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;0&lt;/second&gt;&lt;nanosecond&gt;676000000&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-06-24T00:47:36.345235" elapsed="0.002684"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.344986" elapsed="0.002968"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.344967" elapsed="0.003011"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.350775" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.348272" elapsed="0.002549"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.348032" elapsed="0.002823"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.348016" elapsed="0.002862"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.351726" 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-06-24T00:47:36.351189" 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-06-24T00:47:36.352230" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.351858" elapsed="0.000454"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.353202" 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-06-24T00:47:36.352590" elapsed="0.000652"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.352344" elapsed="0.000948"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.351834" elapsed="0.001486"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.354100" 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-06-24T00:47:36.353562" elapsed="0.000575"/>
</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-06-24T00:47:36.354607" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.354257" elapsed="0.000428"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.355575" 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-06-24T00:47:36.354959" elapsed="0.000653"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.354716" elapsed="0.000944"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.354233" 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-06-24T00:47:36.355901" elapsed="0.000616"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.357131" 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-06-24T00:47:36.356749" 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-06-24T00:47:36.357410" elapsed="0.003655"/>
</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-06-24T00:47:36.344499" elapsed="0.016710"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.361534" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.361341" elapsed="0.000275"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.361307" elapsed="0.000350"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.364686" 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-06-24T00:47:36.361956" elapsed="0.002761"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.364767" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:36.364924" 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-06-24T00:47:36.330190" elapsed="0.034761"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.365006" 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-06-24T00:47:36.327789" elapsed="0.037334"/>
</kw>
<var name="${switch}">54</var>
<status status="PASS" start="2026-06-24T00:47:36.327592" elapsed="0.037582"/>
</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-06-24T00:47:36.372224" 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-06-24T00:47:36.371957" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.372666" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.372424" 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-06-24T00:47:36.381697" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.382348" level="INFO">GET Response : url=http://10.30.170.26: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;4&lt;/packet-count&gt;&lt;byte-count&gt;314&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;178000000&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-06-24T00:47:36.382483" 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-06-24T00:47:36.374760" elapsed="0.007749"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.372773" elapsed="0.009786"/>
</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-06-24T00:47:36.382784" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.382589" elapsed="0.000258"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.372755" elapsed="0.010113"/>
</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-06-24T00:47:36.388094" 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;2&lt;/second&gt;&lt;nanosecond&gt;178000000&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-06-24T00:47:36.384387" elapsed="0.003885"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.384026" elapsed="0.004296"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.383993" elapsed="0.004362"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.392070" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.388744" elapsed="0.003390"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.388432" elapsed="0.003771"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.388409" elapsed="0.003827"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.393031" 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-06-24T00:47:36.392498" 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-06-24T00:47:36.393537" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.393185" elapsed="0.000432"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.394541" 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-06-24T00:47:36.393937" elapsed="0.000640"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.393650" elapsed="0.000977"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.393140" elapsed="0.001515"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.395298" 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-06-24T00:47:36.394896" elapsed="0.000428"/>
</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-06-24T00:47:36.395634" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.395391" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.396322" 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-06-24T00:47:36.395894" elapsed="0.000454"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.395713" elapsed="0.000670"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.395373" 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-06-24T00:47:36.396561" elapsed="0.000376"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.397409" 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-06-24T00:47:36.397103" 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-06-24T00:47:36.397591" 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-06-24T00:47:36.383397" elapsed="0.016713"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.400316" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.400204" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.400179" elapsed="0.000206"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.403015" 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-06-24T00:47:36.400530" elapsed="0.002515"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.403096" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:36.403301" 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-06-24T00:47:36.367862" elapsed="0.035467"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.403386" 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-06-24T00:47:36.365474" elapsed="0.038031"/>
</kw>
<var name="${switch}">55</var>
<status status="PASS" start="2026-06-24T00:47:36.365270" elapsed="0.038271"/>
</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-06-24T00:47:36.411182" 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-06-24T00:47:36.410848" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.411662" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.411417" elapsed="0.000362"/>
</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-06-24T00:47:36.421610" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.422240" level="INFO">GET Response : url=http://10.30.170.26: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;259000000&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-06-24T00:47:36.422364" 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-06-24T00:47:36.413865" elapsed="0.008525"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.411858" elapsed="0.010578"/>
</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-06-24T00:47:36.422637" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.422464" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.411835" elapsed="0.010889"/>
</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-06-24T00:47:36.426748" 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;259000000&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-06-24T00:47:36.423828" elapsed="0.002980"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.423585" elapsed="0.003257"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.423566" elapsed="0.003300"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.431359" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.427292" elapsed="0.004135"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.426920" elapsed="0.004555"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.426904" elapsed="0.004603"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.432351" 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-06-24T00:47:36.431776" 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-06-24T00:47:36.432835" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.432484" elapsed="0.000432"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.433868" 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-06-24T00:47:36.433231" elapsed="0.000675"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.432948" elapsed="0.001007"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.432460" elapsed="0.001524"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.435003" 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-06-24T00:47:36.434484" 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-06-24T00:47:36.435521" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.435135" elapsed="0.000467"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.436611" 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-06-24T00:47:36.435874" elapsed="0.000773"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.435633" elapsed="0.001063"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.435112" 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-06-24T00:47:36.436940" elapsed="0.000807"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.438509" 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-06-24T00:47:36.438070" elapsed="0.000475"/>
</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-06-24T00:47:36.438767" elapsed="0.004029"/>
</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-06-24T00:47:36.423123" elapsed="0.019740"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.443042" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.442934" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.442915" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.445725" 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-06-24T00:47:36.443282" elapsed="0.002473"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.445863" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:36.446030" 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-06-24T00:47:36.406654" elapsed="0.039404"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.446115" 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-06-24T00:47:36.403839" elapsed="0.042416"/>
</kw>
<var name="${switch}">56</var>
<status status="PASS" start="2026-06-24T00:47:36.403636" elapsed="0.042656"/>
</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-06-24T00:47:36.455799" 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-06-24T00:47:36.455449" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.456436" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.456078" elapsed="0.000418"/>
</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-06-24T00:47:36.465570" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.466194" level="INFO">GET Response : url=http://10.30.170.26: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': '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;999000000&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-06-24T00:47:36.466309" 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-06-24T00:47:36.459263" elapsed="0.007071"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.456587" elapsed="0.009789"/>
</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-06-24T00:47:36.466578" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.466402" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.456562" elapsed="0.010101"/>
</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-06-24T00:47:36.470292" 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;999000000&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-06-24T00:47:36.467702" elapsed="0.002704"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.467479" elapsed="0.002962"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.467460" elapsed="0.003004"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.474001" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.470745" elapsed="0.003320"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.470519" elapsed="0.003594"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.470502" elapsed="0.003676"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.475097" 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-06-24T00:47:36.474442" elapsed="0.000693"/>
</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-06-24T00:47:36.475611" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.475258" elapsed="0.000435"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.476627" 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-06-24T00:47:36.475970" elapsed="0.000695"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.475724" elapsed="0.000992"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.475233" elapsed="0.001512"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.477520" 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-06-24T00:47:36.476992" 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-06-24T00:47:36.478053" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.477652" elapsed="0.000485"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.479018" 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-06-24T00:47:36.478468" elapsed="0.000576"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.478221" elapsed="0.000859"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.477628" elapsed="0.001472"/>
</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-06-24T00:47:36.479271" elapsed="0.000377"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.480094" 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-06-24T00:47:36.479814" 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-06-24T00:47:36.480292" elapsed="0.002399"/>
</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-06-24T00:47:36.467034" elapsed="0.015721"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.482931" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.482824" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.482806" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.485563" 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-06-24T00:47:36.483164" elapsed="0.002429"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.485643" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:36.485822" 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-06-24T00:47:36.449706" elapsed="0.036144"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.485907" 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-06-24T00:47:36.446591" elapsed="0.039439"/>
</kw>
<var name="${switch}">57</var>
<status status="PASS" start="2026-06-24T00:47:36.446387" elapsed="0.039678"/>
</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-06-24T00:47:36.494042" 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-06-24T00:47:36.493771" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.494504" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.494260" elapsed="0.000325"/>
</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-06-24T00:47:36.502499" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.502616" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:36.502735" 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-06-24T00:47:36.496597" elapsed="0.006163"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.494652" elapsed="0.008150"/>
</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-06-24T00:47:36.502983" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.502827" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.494634" elapsed="0.008448"/>
</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-06-24T00:47:36.506833" 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-06-24T00:47:36.504118" elapsed="0.002772"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.503879" elapsed="0.003046"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.503861" elapsed="0.003088"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.509667" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.507269" elapsed="0.002445"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.507003" elapsed="0.002745"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.506987" elapsed="0.002822"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.510375" 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-06-24T00:47:36.509991" 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-06-24T00:47:36.510718" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.510470" elapsed="0.000363"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.511718" 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-06-24T00:47:36.511081" elapsed="0.000673"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.510857" elapsed="0.000947"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.510453" elapsed="0.001381"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.512637" 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-06-24T00:47:36.512077" 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-06-24T00:47:36.513132" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.512784" elapsed="0.000451"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.514135" 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-06-24T00:47:36.513510" elapsed="0.000683"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.513266" elapsed="0.000977"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.512760" 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-06-24T00:47:36.514485" elapsed="0.000525"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.515676" 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-06-24T00:47:36.515302" elapsed="0.000410"/>
</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-06-24T00:47:36.515975" elapsed="0.003299"/>
</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-06-24T00:47:36.503463" elapsed="0.015875"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.519515" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.519407" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.519388" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.522164" 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-06-24T00:47:36.519725" elapsed="0.002471"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.522248" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:36.522403" 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-06-24T00:47:36.488992" elapsed="0.033468"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.522520" 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-06-24T00:47:36.486489" elapsed="0.036152"/>
</kw>
<var name="${switch}">58</var>
<status status="PASS" start="2026-06-24T00:47:36.486274" elapsed="0.036403"/>
</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-06-24T00:47:36.529697" 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-06-24T00:47:36.529444" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.530197" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.529936" 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-06-24T00:47:36.537748" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.538387" level="INFO">GET Response : url=http://10.30.170.26: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': '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;317000000&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-06-24T00:47:36.538498" 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-06-24T00:47:36.532306" elapsed="0.006218"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.530307" elapsed="0.008259"/>
</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-06-24T00:47:36.538748" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.538591" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.530289" elapsed="0.008543"/>
</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-06-24T00:47:36.544183" 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;317000000&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-06-24T00:47:36.540209" elapsed="0.004202"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.539876" elapsed="0.004587"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.539852" elapsed="0.004644"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.548298" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.544892" elapsed="0.003471"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.544572" elapsed="0.003838"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.544549" elapsed="0.003894"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.549244" 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-06-24T00:47:36.548695" 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-06-24T00:47:36.549898" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.549376" elapsed="0.000612"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.550891" 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-06-24T00:47:36.550302" elapsed="0.000626"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.550025" elapsed="0.000953"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.549351" elapsed="0.001655"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.551784" 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-06-24T00:47:36.551276" 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-06-24T00:47:36.552304" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.551915" elapsed="0.000472"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.553943" 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-06-24T00:47:36.552662" elapsed="0.001318"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.552418" elapsed="0.001612"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.551891" elapsed="0.002167"/>
</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-06-24T00:47:36.554312" elapsed="0.000529"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.555484" 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-06-24T00:47:36.555076" elapsed="0.000443"/>
</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-06-24T00:47:36.555737" elapsed="0.003041"/>
</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-06-24T00:47:36.539302" elapsed="0.019540"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.559016" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.558911" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.558893" elapsed="0.000188"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.561768" 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-06-24T00:47:36.559244" elapsed="0.002556"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.561852" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:36.562009" 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-06-24T00:47:36.525317" elapsed="0.036720"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.562094" 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-06-24T00:47:36.522956" elapsed="0.039272"/>
</kw>
<var name="${switch}">59</var>
<status status="PASS" start="2026-06-24T00:47:36.522762" elapsed="0.039503"/>
</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-06-24T00:47:36.569284" 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-06-24T00:47:36.569016" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.569731" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.569487" 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-06-24T00:47:36.577855" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.577978" level="INFO">GET Response : url=http://10.30.170.26: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': '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-06-24T00:47:36.578126" 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-06-24T00:47:36.571886" elapsed="0.006308"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.569935" elapsed="0.008321"/>
</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-06-24T00:47:36.578513" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.578292" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.569916" elapsed="0.008718"/>
</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-06-24T00:47:36.583890" 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-06-24T00:47:36.580266" elapsed="0.003704"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.579927" elapsed="0.004092"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.579902" elapsed="0.004151"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.587826" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.584469" elapsed="0.003422"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.584127" elapsed="0.003812"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.584105" elapsed="0.003866"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.588791" 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-06-24T00:47:36.588265" 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-06-24T00:47:36.589298" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.588924" elapsed="0.000457"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.590219" 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-06-24T00:47:36.589664" elapsed="0.000583"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.589414" elapsed="0.000869"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.588900" elapsed="0.001404"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.590840" 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-06-24T00:47:36.590480" 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-06-24T00:47:36.591199" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.590934" elapsed="0.000323"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.591871" 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-06-24T00:47:36.591457" elapsed="0.000440"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.591280" elapsed="0.000652"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.590917" 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-06-24T00:47:36.592108" elapsed="0.000413"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.592970" 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-06-24T00:47:36.592688" 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-06-24T00:47:36.593222" elapsed="0.002458"/>
</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-06-24T00:47:36.579331" elapsed="0.016415"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.595924" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.595816" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.595797" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.598780" 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-06-24T00:47:36.596221" elapsed="0.002591"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.598866" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:36.599036" 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-06-24T00:47:36.564876" elapsed="0.034189"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.599124" 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-06-24T00:47:36.562547" elapsed="0.036737"/>
</kw>
<var name="${switch}">60</var>
<status status="PASS" start="2026-06-24T00:47:36.562352" elapsed="0.036970"/>
</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-06-24T00:47:36.606483" 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-06-24T00:47:36.606205" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.606927" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.606685" 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-06-24T00:47:36.614528" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.615097" level="INFO">GET Response : url=http://10.30.170.26: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': '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;236000000&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-06-24T00:47:36.615238" 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-06-24T00:47:36.608993" elapsed="0.006272"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.607038" elapsed="0.008270"/>
</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-06-24T00:47:36.615495" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.615337" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.607020" elapsed="0.008560"/>
</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-06-24T00:47:36.619588" 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;236000000&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-06-24T00:47:36.616615" elapsed="0.003083"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.616386" elapsed="0.003348"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.616367" elapsed="0.003391"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.622735" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.620039" elapsed="0.002762"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.619813" elapsed="0.003035"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.619796" elapsed="0.003085"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.623704" 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-06-24T00:47:36.623141" 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-06-24T00:47:36.624210" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.623838" elapsed="0.000456"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.625183" 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-06-24T00:47:36.624577" elapsed="0.000645"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.624326" elapsed="0.000945"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.623814" elapsed="0.001486"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.626282" 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-06-24T00:47:36.625547" elapsed="0.000774"/>
</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-06-24T00:47:36.626769" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.626417" elapsed="0.000431"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.627749" 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-06-24T00:47:36.627129" elapsed="0.000657"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.626880" elapsed="0.000954"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.626393" elapsed="0.001470"/>
</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-06-24T00:47:36.628079" elapsed="0.000553"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.629267" 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-06-24T00:47:36.628864" 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-06-24T00:47:36.629521" elapsed="0.003356"/>
</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-06-24T00:47:36.615943" elapsed="0.017022"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.633228" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.633060" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.633035" elapsed="0.000284"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.636967" 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-06-24T00:47:36.633523" elapsed="0.003488"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.637082" elapsed="0.000040"/>
</return>
<msg time="2026-06-24T00:47:36.637323" 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-06-24T00:47:36.602060" elapsed="0.035302"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.637442" elapsed="0.000036"/>
</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-06-24T00:47:36.599633" elapsed="0.037974"/>
</kw>
<var name="${switch}">61</var>
<status status="PASS" start="2026-06-24T00:47:36.599420" elapsed="0.038237"/>
</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-06-24T00:47:36.646129" 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-06-24T00:47:36.645882" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.646589" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.646349" elapsed="0.000322"/>
</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-06-24T00:47:36.653926" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.654057" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:36.654189" 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-06-24T00:47:36.648686" elapsed="0.005531"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.646738" elapsed="0.007522"/>
</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-06-24T00:47:36.654451" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.654286" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.646720" elapsed="0.007816"/>
</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-06-24T00:47:36.658212" 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-06-24T00:47:36.655585" elapsed="0.002685"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.655353" elapsed="0.002951"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.655335" elapsed="0.002994"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.660979" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.658608" elapsed="0.002417"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.658383" elapsed="0.002676"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.658367" elapsed="0.002715"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.661654" 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-06-24T00:47:36.661280" elapsed="0.000401"/>
</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-06-24T00:47:36.662064" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.661786" elapsed="0.000378"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.663030" 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-06-24T00:47:36.662445" elapsed="0.000622"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.662199" elapsed="0.000918"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.661768" elapsed="0.001410"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.663933" 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-06-24T00:47:36.663434" elapsed="0.000536"/>
</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-06-24T00:47:36.664445" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.664063" elapsed="0.000464"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.665412" 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-06-24T00:47:36.664801" elapsed="0.000648"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.664559" elapsed="0.000940"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.664039" elapsed="0.001489"/>
</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-06-24T00:47:36.665772" elapsed="0.000593"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.666982" 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-06-24T00:47:36.666601" elapsed="0.000418"/>
</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-06-24T00:47:36.667319" elapsed="0.003324"/>
</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-06-24T00:47:36.654901" elapsed="0.015833"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.670980" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.670832" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.670806" elapsed="0.000267"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.674542" 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-06-24T00:47:36.671316" elapsed="0.003257"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.674625" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:36.674783" 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-06-24T00:47:36.641594" elapsed="0.033217"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.674868" 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-06-24T00:47:36.638095" elapsed="0.036896"/>
</kw>
<var name="${switch}">62</var>
<status status="PASS" start="2026-06-24T00:47:36.637820" elapsed="0.037207"/>
</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-06-24T00:47:36.682534" 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-06-24T00:47:36.682276" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.682977" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.682736" 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-06-24T00:47:36.690481" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.691079" level="INFO">GET Response : url=http://10.30.170.26: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;431000000&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-06-24T00:47:36.691259" 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-06-24T00:47:36.685021" elapsed="0.006275"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.683086" 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-06-24T00:47:36.691606" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.691390" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.683068" elapsed="0.008656"/>
</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-06-24T00:47:36.696764" 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;431000000&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-06-24T00:47:36.693125" elapsed="0.003779"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.692812" elapsed="0.004142"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.692788" elapsed="0.004199"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.700730" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.697399" elapsed="0.003396"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.697062" elapsed="0.003781"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.697040" elapsed="0.003835"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.701670" 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-06-24T00:47:36.701128" elapsed="0.000636"/>
</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-06-24T00:47:36.702175" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.701863" elapsed="0.000372"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.702854" 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-06-24T00:47:36.702434" elapsed="0.000447"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.702258" elapsed="0.000659"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.701838" elapsed="0.001099"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.703502" 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-06-24T00:47:36.703118" 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-06-24T00:47:36.703843" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.703596" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.704519" 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-06-24T00:47:36.704094" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.703922" elapsed="0.000658"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.703580" elapsed="0.001021"/>
</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-06-24T00:47:36.704755" elapsed="0.000372"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.705589" 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-06-24T00:47:36.705310" 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-06-24T00:47:36.705814" 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-06-24T00:47:36.692235" elapsed="0.016059"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.708472" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.708365" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.708346" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.711229" 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-06-24T00:47:36.708684" elapsed="0.002576"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.711313" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:36.711473" 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-06-24T00:47:36.677729" elapsed="0.033772"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.711559" 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-06-24T00:47:36.675332" elapsed="0.036345"/>
</kw>
<var name="${switch}">63</var>
<status status="PASS" start="2026-06-24T00:47:36.675119" elapsed="0.036595"/>
</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-06-24T00:47:36.718791" 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-06-24T00:47:36.718541" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.719248" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.718992" elapsed="0.000345"/>
</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-06-24T00:47:36.727113" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.727677" level="INFO">GET Response : url=http://10.30.170.26: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': '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;2&lt;/second&gt;&lt;nanosecond&gt;582000000&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-06-24T00:47:36.727796" 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-06-24T00:47:36.721379" elapsed="0.006443"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.719405" elapsed="0.008460"/>
</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-06-24T00:47:36.728045" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.727890" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.719386" elapsed="0.008744"/>
</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-06-24T00:47:36.731792" 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;2&lt;/second&gt;&lt;nanosecond&gt;582000000&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-06-24T00:47:36.729161" elapsed="0.002692"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.728921" elapsed="0.002967"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.728904" elapsed="0.003007"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.735096" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.732234" elapsed="0.002953"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.731966" elapsed="0.003270"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.731950" elapsed="0.003318"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.736030" 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-06-24T00:47:36.735517" elapsed="0.000550"/>
</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-06-24T00:47:36.736535" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.736184" elapsed="0.000433"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.737515" 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-06-24T00:47:36.736893" elapsed="0.000659"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.736650" elapsed="0.000952"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.736138" elapsed="0.001493"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.738424" 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-06-24T00:47:36.737902" 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-06-24T00:47:36.738896" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.738554" elapsed="0.000422"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.739841" 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-06-24T00:47:36.739273" elapsed="0.000605"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.739008" elapsed="0.000919"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.738531" elapsed="0.001424"/>
</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-06-24T00:47:36.740187" elapsed="0.000577"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.741409" 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-06-24T00:47:36.740997" 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-06-24T00:47:36.741686" elapsed="0.003356"/>
</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-06-24T00:47:36.728511" elapsed="0.016726"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.745570" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.745373" elapsed="0.000337"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.745338" elapsed="0.000420"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.748499" 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-06-24T00:47:36.746020" elapsed="0.002510"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.748582" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:36.748740" 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-06-24T00:47:36.714414" elapsed="0.034354"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.748825" 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-06-24T00:47:36.712008" elapsed="0.036934"/>
</kw>
<var name="${switch}">64</var>
<status status="PASS" start="2026-06-24T00:47:36.711807" elapsed="0.037171"/>
</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-06-24T00:47:36.756403" 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-06-24T00:47:36.756115" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.756846" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.756606" 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-06-24T00:47:36.764561" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.765211" level="INFO">GET Response : url=http://10.30.170.26: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;536000000&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-06-24T00:47:36.765365" 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-06-24T00:47:36.758942" elapsed="0.006458"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.756955" elapsed="0.008505"/>
</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-06-24T00:47:36.765756" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.765496" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.756936" elapsed="0.008940"/>
</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-06-24T00:47:36.770966" 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;536000000&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-06-24T00:47:36.767327" elapsed="0.003796"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.766986" elapsed="0.004209"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.766961" elapsed="0.004268"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.774730" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.771619" elapsed="0.003158"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.771305" elapsed="0.003506"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.771282" elapsed="0.003552"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.775525" 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-06-24T00:47:36.775039" elapsed="0.000513"/>
</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-06-24T00:47:36.775876" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.775622" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.776578" 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-06-24T00:47:36.776140" elapsed="0.000467"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.775958" elapsed="0.000685"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.775605" elapsed="0.001058"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.777225" 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-06-24T00:47:36.776840" 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-06-24T00:47:36.777569" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.777321" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.778284" 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-06-24T00:47:36.777854" elapsed="0.000457"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.777676" elapsed="0.000670"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.777303" elapsed="0.001063"/>
</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-06-24T00:47:36.778523" elapsed="0.000379"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.779372" 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-06-24T00:47:36.779074" 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-06-24T00:47:36.779555" 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-06-24T00:47:36.766405" elapsed="0.015625"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.782223" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.782099" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.782081" elapsed="0.000209"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.784862" 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-06-24T00:47:36.782436" elapsed="0.002456"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.784944" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:36.785106" 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-06-24T00:47:36.751704" elapsed="0.033430"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.785224" 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-06-24T00:47:36.749297" elapsed="0.036048"/>
</kw>
<var name="${switch}">65</var>
<status status="PASS" start="2026-06-24T00:47:36.749068" elapsed="0.036313"/>
</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-06-24T00:47:36.792501" 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-06-24T00:47:36.792241" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.792955" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.792707" elapsed="0.000342"/>
</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-06-24T00:47:36.800892" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.801482" level="INFO">GET Response : url=http://10.30.170.26: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': '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;569000000&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-06-24T00:47:36.801592" 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-06-24T00:47:36.795170" elapsed="0.006447"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.793119" elapsed="0.008586"/>
</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-06-24T00:47:36.801893" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.801732" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.793100" elapsed="0.008904"/>
</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-06-24T00:47:36.808596" 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;569000000&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-06-24T00:47:36.804366" elapsed="0.004314"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.803829" elapsed="0.004899"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.803788" elapsed="0.006317"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.813936" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.810562" elapsed="0.003438"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.810230" elapsed="0.003818"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.810204" elapsed="0.003876"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.814944" 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-06-24T00:47:36.814374" elapsed="0.000607"/>
</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-06-24T00:47:36.815449" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.815076" elapsed="0.000454"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.816446" 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-06-24T00:47:36.815804" elapsed="0.000678"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.815561" elapsed="0.000971"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.815052" elapsed="0.001508"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.817324" 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-06-24T00:47:36.816808" elapsed="0.000552"/>
</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-06-24T00:47:36.817858" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.817454" elapsed="0.000488"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.818598" 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-06-24T00:47:36.818185" elapsed="0.000439"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.817974" elapsed="0.000685"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.817430" elapsed="0.001250"/>
</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-06-24T00:47:36.818835" elapsed="0.000448"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.819736" 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-06-24T00:47:36.819450" 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-06-24T00:47:36.819916" elapsed="0.002419"/>
</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-06-24T00:47:36.802859" elapsed="0.019543"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.822579" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.822471" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.822453" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.825317" 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-06-24T00:47:36.822793" elapsed="0.002554"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.825400" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:36.825560" 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-06-24T00:47:36.788068" elapsed="0.037520"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.825690" 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-06-24T00:47:36.785710" elapsed="0.040101"/>
</kw>
<var name="${switch}">66</var>
<status status="PASS" start="2026-06-24T00:47:36.785474" elapsed="0.040375"/>
</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-06-24T00:47:36.832896" 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-06-24T00:47:36.832645" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.833358" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.833101" elapsed="0.000299"/>
</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-06-24T00:47:36.840749" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.841320" level="INFO">GET Response : url=http://10.30.170.26: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': '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;767000000&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-06-24T00:47:36.841427" 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-06-24T00:47:36.835457" elapsed="0.005995"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.833465" elapsed="0.008028"/>
</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-06-24T00:47:36.841694" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.841517" elapsed="0.000241"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.833447" elapsed="0.008332"/>
</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-06-24T00:47:36.845459" 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;767000000&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-06-24T00:47:36.842820" elapsed="0.002743"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.842590" elapsed="0.003008"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.842563" elapsed="0.003104"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.849270" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.845950" elapsed="0.003385"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.845724" elapsed="0.003659"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.845707" elapsed="0.003708"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.850263" 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-06-24T00:47:36.849706" 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-06-24T00:47:36.850840" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.850395" elapsed="0.000528"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.851898" 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-06-24T00:47:36.851222" elapsed="0.000714"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.850955" elapsed="0.001031"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.850372" elapsed="0.001643"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.852921" 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-06-24T00:47:36.852423" 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-06-24T00:47:36.853590" elapsed="0.000066"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.853052" elapsed="0.000655"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.854602" 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-06-24T00:47:36.853982" elapsed="0.000656"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.853739" elapsed="0.000949"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.853029" elapsed="0.001687"/>
</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-06-24T00:47:36.854927" elapsed="0.000545"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.856081" 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-06-24T00:47:36.855702" elapsed="0.000414"/>
</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-06-24T00:47:36.856357" elapsed="0.002830"/>
</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-06-24T00:47:36.842164" elapsed="0.017087"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.859423" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.859319" elapsed="0.000147"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.859300" elapsed="0.000187"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.862196" 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-06-24T00:47:36.859633" elapsed="0.002594"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.862278" elapsed="0.000030"/>
</return>
<msg time="2026-06-24T00:47:36.862431" 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-06-24T00:47:36.828545" elapsed="0.033913"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.862514" 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-06-24T00:47:36.826193" elapsed="0.036438"/>
</kw>
<var name="${switch}">67</var>
<status status="PASS" start="2026-06-24T00:47:36.825948" elapsed="0.036720"/>
</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-06-24T00:47:36.869824" 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-06-24T00:47:36.869510" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.870282" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.870025" 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-06-24T00:47:36.880403" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.881137" level="INFO">GET Response : url=http://10.30.170.26: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': '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;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-06-24T00:47:36.881315" 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-06-24T00:47:36.872358" elapsed="0.008992"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.870431" elapsed="0.010977"/>
</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-06-24T00:47:36.881694" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.881442" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.870413" elapsed="0.011401"/>
</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-06-24T00:47:36.886906" 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;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-06-24T00:47:36.883243" elapsed="0.003749"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.882900" elapsed="0.004140"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.882875" elapsed="0.004199"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.891119" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.887488" elapsed="0.003731"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.887173" elapsed="0.004098"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.887128" elapsed="0.004176"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.892183" 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-06-24T00:47:36.891585" elapsed="0.000638"/>
</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-06-24T00:47:36.892945" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.892580" elapsed="0.000448"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.894045" 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-06-24T00:47:36.893328" elapsed="0.000758"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.893061" elapsed="0.001077"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.892551" elapsed="0.001658"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.894963" 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-06-24T00:47:36.894456" 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-06-24T00:47:36.895467" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.895094" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.896419" 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-06-24T00:47:36.895823" elapsed="0.000632"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.895580" elapsed="0.000926"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.895070" elapsed="0.001464"/>
</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-06-24T00:47:36.896760" elapsed="0.000627"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.898063" 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-06-24T00:47:36.897662" 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-06-24T00:47:36.898363" elapsed="0.004944"/>
</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-06-24T00:47:36.882328" elapsed="0.021051"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.903558" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.903449" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.903430" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.906275" 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-06-24T00:47:36.903773" elapsed="0.002532"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.906356" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:36.906514" 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-06-24T00:47:36.865351" elapsed="0.041190"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.906598" 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-06-24T00:47:36.862950" elapsed="0.043763"/>
</kw>
<var name="${switch}">68</var>
<status status="PASS" start="2026-06-24T00:47:36.862754" elapsed="0.043995"/>
</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-06-24T00:47:36.913990" 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-06-24T00:47:36.913514" elapsed="0.000523"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.914460" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.914215" 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-06-24T00:47:36.926230" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.926989" level="INFO">GET Response : url=http://10.30.170.26: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;1&lt;/second&gt;&lt;nanosecond&gt;338000000&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-06-24T00:47:36.927167" 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-06-24T00:47:36.916504" elapsed="0.010702"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.914570" elapsed="0.012697"/>
</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-06-24T00:47:36.927526" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.927304" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.914551" elapsed="0.013094"/>
</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-06-24T00:47:36.934471" 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;1&lt;/second&gt;&lt;nanosecond&gt;338000000&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-06-24T00:47:36.929081" elapsed="0.005652"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.928764" elapsed="0.006051"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.928738" elapsed="0.006129"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.939498" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.935548" elapsed="0.003996"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.934995" elapsed="0.004583"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.934952" elapsed="0.004649"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.940207" 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-06-24T00:47:36.939794" 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-06-24T00:47:36.940554" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.940302" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.941273" 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-06-24T00:47:36.940814" elapsed="0.000486"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.940635" elapsed="0.000700"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.940284" elapsed="0.001072"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.942004" 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-06-24T00:47:36.941531" elapsed="0.000500"/>
</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-06-24T00:47:36.942369" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.942101" elapsed="0.000327"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.943030" 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-06-24T00:47:36.942622" elapsed="0.000435"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.942450" elapsed="0.000642"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.942083" 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-06-24T00:47:36.943284" elapsed="0.000381"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.944118" 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-06-24T00:47:36.943833" 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-06-24T00:47:36.944317" elapsed="0.002398"/>
</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-06-24T00:47:36.928175" elapsed="0.018605"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.946955" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.946850" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.946832" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.949631" 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-06-24T00:47:36.947183" elapsed="0.002478"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.949712" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:36.949869" 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-06-24T00:47:36.909413" elapsed="0.040484"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.949955" 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-06-24T00:47:36.907054" elapsed="0.043018"/>
</kw>
<var name="${switch}">69</var>
<status status="PASS" start="2026-06-24T00:47:36.906846" elapsed="0.043262"/>
</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-06-24T00:47:36.957541" 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-06-24T00:47:36.957293" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.958032" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.957779" elapsed="0.000391"/>
</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-06-24T00:47:36.967791" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:36.967915" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:36.968020" 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-06-24T00:47:36.960984" elapsed="0.007064"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.958267" elapsed="0.009824"/>
</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-06-24T00:47:36.968299" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.968116" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.958241" elapsed="0.010143"/>
</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-06-24T00:47:36.972006" 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-06-24T00:47:36.969398" elapsed="0.002664"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.969173" elapsed="0.002923"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.969135" elapsed="0.002985"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.975199" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.972416" elapsed="0.002851"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.972191" elapsed="0.003124"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.972174" elapsed="0.003173"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.976119" 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-06-24T00:47:36.975600" elapsed="0.000578"/>
</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-06-24T00:47:36.976653" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.976275" elapsed="0.000459"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.977641" 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-06-24T00:47:36.977009" elapsed="0.000668"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.976766" elapsed="0.000961"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.976251" elapsed="0.001505"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.978526" 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-06-24T00:47:36.978002" 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-06-24T00:47:36.978999" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:36.978654" elapsed="0.000425"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.980069" 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-06-24T00:47:36.979487" elapsed="0.000619"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.979111" elapsed="0.001066"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.978631" elapsed="0.001577"/>
</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-06-24T00:47:36.980422" elapsed="0.000528"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:36.981614" 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-06-24T00:47:36.981207" elapsed="0.000443"/>
</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-06-24T00:47:36.981918" elapsed="0.003314"/>
</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-06-24T00:47:36.968739" elapsed="0.016582"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:36.985603" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:36.985419" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.985393" elapsed="0.000304"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:36.988374" 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-06-24T00:47:36.985903" elapsed="0.002501"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:36.988456" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:36.988613" 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-06-24T00:47:36.952747" elapsed="0.035894"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:36.988698" 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-06-24T00:47:36.950420" elapsed="0.038396"/>
</kw>
<var name="${switch}">70</var>
<status status="PASS" start="2026-06-24T00:47:36.950220" elapsed="0.038632"/>
</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-06-24T00:47:36.996098" 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-06-24T00:47:36.995846" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:36.996564" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:36.996317" 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-06-24T00:47:37.005614" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.006289" level="INFO">GET Response : url=http://10.30.170.26: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': '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;280000000&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-06-24T00:47:37.006443" 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-06-24T00:47:36.998695" elapsed="0.007784"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:36.996673" elapsed="0.009864"/>
</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-06-24T00:47:37.006795" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.006573" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:36.996655" elapsed="0.010256"/>
</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-06-24T00:47:37.012166" 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;280000000&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-06-24T00:47:37.008356" elapsed="0.003955"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.008021" elapsed="0.004339"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.007996" elapsed="0.004397"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.016095" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.012784" elapsed="0.003394"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.012469" elapsed="0.003758"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.012446" elapsed="0.003813"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.017034" 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-06-24T00:47:37.016514" elapsed="0.000556"/>
</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-06-24T00:47:37.017578" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.017186" elapsed="0.000476"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.018454" 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-06-24T00:47:37.017953" elapsed="0.000530"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.017695" elapsed="0.000823"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.017140" elapsed="0.001400"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.019083" 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-06-24T00:47:37.018718" elapsed="0.000392"/>
</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-06-24T00:47:37.019447" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.019196" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.020118" 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-06-24T00:47:37.019704" elapsed="0.000456"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.019528" elapsed="0.000669"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.019179" elapsed="0.001039"/>
</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-06-24T00:47:37.020375" elapsed="0.000379"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.021216" 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-06-24T00:47:37.020923" 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-06-24T00:47:37.021401" elapsed="0.002397"/>
</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-06-24T00:47:37.007439" elapsed="0.016424"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.024038" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.023932" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.023914" elapsed="0.000189"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.026743" 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-06-24T00:47:37.024269" elapsed="0.002504"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.026824" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:37.026981" 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-06-24T00:47:36.991658" elapsed="0.035351"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.027066" 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-06-24T00:47:36.989137" elapsed="0.038064"/>
</kw>
<var name="${switch}">71</var>
<status status="PASS" start="2026-06-24T00:47:36.988941" elapsed="0.038297"/>
</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-06-24T00:47:37.034379" 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-06-24T00:47:37.034109" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.034821" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.034582" elapsed="0.000325"/>
</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-06-24T00:47:37.043111" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.043663" level="INFO">GET Response : url=http://10.30.170.26: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': '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;675000000&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-06-24T00:47:37.043771" 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-06-24T00:47:37.036926" elapsed="0.006870"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.034975" elapsed="0.008863"/>
</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-06-24T00:47:37.044027" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.043863" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.034957" elapsed="0.009154"/>
</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-06-24T00:47:37.047696" 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;675000000&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-06-24T00:47:37.045123" elapsed="0.002633"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.044896" elapsed="0.002894"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.044878" elapsed="0.002936"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.050734" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.048091" elapsed="0.002707"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.047869" elapsed="0.002976"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.047852" elapsed="0.003026"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.051671" 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-06-24T00:47:37.051128" 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-06-24T00:47:37.052173" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.051804" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.053115" 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-06-24T00:47:37.052533" elapsed="0.000662"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.052286" elapsed="0.000960"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.051779" elapsed="0.001495"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.054044" 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-06-24T00:47:37.053546" 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-06-24T00:47:37.054674" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.054195" elapsed="0.000558"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.055634" 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-06-24T00:47:37.055033" elapsed="0.000638"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.054784" elapsed="0.000936"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.054169" elapsed="0.001579"/>
</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-06-24T00:47:37.055962" elapsed="0.000605"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.057220" 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-06-24T00:47:37.056800" 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-06-24T00:47:37.057475" elapsed="0.003491"/>
</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-06-24T00:47:37.044486" elapsed="0.016569"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.061339" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.061188" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.061126" elapsed="0.000303"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.064248" 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-06-24T00:47:37.061674" elapsed="0.002605"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.064330" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:37.064487" 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-06-24T00:47:37.029922" elapsed="0.034594"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.064572" 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-06-24T00:47:37.027528" elapsed="0.037163"/>
</kw>
<var name="${switch}">72</var>
<status status="PASS" start="2026-06-24T00:47:37.027330" elapsed="0.037398"/>
</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-06-24T00:47:37.073901" 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-06-24T00:47:37.073540" elapsed="0.000451"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.074610" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.074264" 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-06-24T00:47:37.084453" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.084992" level="INFO">GET Response : url=http://10.30.170.26: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': '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;244&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&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-06-24T00:47:37.085099" 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-06-24T00:47:37.077465" elapsed="0.007660"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.074762" elapsed="0.010428"/>
</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-06-24T00:47:37.085375" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.085217" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.074736" elapsed="0.010724"/>
</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-06-24T00:47:37.090400" 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;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-06-24T00:47:37.086810" elapsed="0.003729"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.086500" elapsed="0.004087"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.086474" elapsed="0.004147"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.094365" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.091017" elapsed="0.003398"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.090699" elapsed="0.003750"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.090676" elapsed="0.003797"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.095136" 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-06-24T00:47:37.094713" 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-06-24T00:47:37.095511" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.095253" elapsed="0.000317"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.096257" 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-06-24T00:47:37.095780" elapsed="0.000507"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.095593" elapsed="0.000731"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.095234" elapsed="0.001118"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.097003" 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-06-24T00:47:37.096573" elapsed="0.000464"/>
</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-06-24T00:47:37.097396" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.097108" elapsed="0.000347"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.098106" 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-06-24T00:47:37.097684" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.097506" elapsed="0.000679"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.097089" elapsed="0.001118"/>
</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-06-24T00:47:37.098368" elapsed="0.000405"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.099407" 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-06-24T00:47:37.098981" 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-06-24T00:47:37.099671" elapsed="0.003007"/>
</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-06-24T00:47:37.085884" elapsed="0.016865"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.102933" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.102820" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.102801" elapsed="0.000199"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.105704" 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-06-24T00:47:37.103163" elapsed="0.002571"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.105787" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:37.105948" 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-06-24T00:47:37.068252" elapsed="0.037724"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.106033" 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-06-24T00:47:37.065854" elapsed="0.040314"/>
</kw>
<var name="${switch}">73</var>
<status status="PASS" start="2026-06-24T00:47:37.065142" elapsed="0.041064"/>
</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-06-24T00:47:37.113328" 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-06-24T00:47:37.113028" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.113860" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.113581" elapsed="0.000382"/>
</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-06-24T00:47:37.122618" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.123191" level="INFO">GET Response : url=http://10.30.170.26: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': '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;153000000&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-06-24T00:47:37.123301" 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-06-24T00:47:37.115980" elapsed="0.007347"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.114032" elapsed="0.009337"/>
</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-06-24T00:47:37.123561" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.123402" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.114013" elapsed="0.009648"/>
</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-06-24T00:47:37.127351" 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;153000000&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-06-24T00:47:37.124716" elapsed="0.002695"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.124495" elapsed="0.002950"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.124478" elapsed="0.002990"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.130608" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.127750" elapsed="0.002922"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.127522" elapsed="0.003197"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.127506" elapsed="0.003245"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.131564" 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-06-24T00:47:37.131009" 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-06-24T00:47:37.132044" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.131696" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.133040" 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-06-24T00:47:37.132440" elapsed="0.000637"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.132189" elapsed="0.000937"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.131671" elapsed="0.001505"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.133946" 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-06-24T00:47:37.133423" 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-06-24T00:47:37.134457" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.134077" elapsed="0.000462"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.135415" 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-06-24T00:47:37.134814" elapsed="0.000638"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.134570" elapsed="0.000931"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.134053" elapsed="0.001476"/>
</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-06-24T00:47:37.135753" elapsed="0.000648"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.137021" 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-06-24T00:47:37.136638" 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-06-24T00:47:37.137297" elapsed="0.003382"/>
</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-06-24T00:47:37.124061" elapsed="0.016708"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.141014" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.140866" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.140840" elapsed="0.000291"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.144037" 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-06-24T00:47:37.141387" elapsed="0.002680"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.144119" elapsed="0.000055"/>
</return>
<msg time="2026-06-24T00:47:37.144302" 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-06-24T00:47:37.108882" elapsed="0.035448"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.144387" 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-06-24T00:47:37.106517" elapsed="0.037986"/>
</kw>
<var name="${switch}">74</var>
<status status="PASS" start="2026-06-24T00:47:37.106307" elapsed="0.038233"/>
</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-06-24T00:47:37.151716" 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-06-24T00:47:37.151458" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.152177" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.151918" 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-06-24T00:47:37.160985" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.161622" level="INFO">GET Response : url=http://10.30.170.26: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;424000000&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-06-24T00:47:37.161734" 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-06-24T00:47:37.154317" elapsed="0.007442"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.152290" elapsed="0.009511"/>
</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-06-24T00:47:37.161999" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.161827" elapsed="0.000260"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.152271" elapsed="0.009851"/>
</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-06-24T00:47:37.167563" 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;424000000&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-06-24T00:47:37.163734" elapsed="0.003978"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.163420" elapsed="0.004344"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.163395" elapsed="0.004402"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.171570" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.168213" elapsed="0.003421"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.167874" elapsed="0.003808"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.167850" elapsed="0.003864"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.172517" 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-06-24T00:47:37.171967" 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-06-24T00:47:37.173003" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.172649" elapsed="0.000436"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.174209" 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-06-24T00:47:37.173389" elapsed="0.000848"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.173118" elapsed="0.001157"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.172625" elapsed="0.001671"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.174860" 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-06-24T00:47:37.174474" 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-06-24T00:47:37.175223" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.174958" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.175897" 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-06-24T00:47:37.175480" elapsed="0.000444"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.175306" elapsed="0.000654"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.174940" elapsed="0.001040"/>
</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-06-24T00:47:37.176139" elapsed="0.000394"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.176981" 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-06-24T00:47:37.176699" elapsed="0.000307"/>
</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-06-24T00:47:37.177184" elapsed="0.002668"/>
</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-06-24T00:47:37.162810" elapsed="0.017109"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.180096" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.179989" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.179970" elapsed="0.000210"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.182838" 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-06-24T00:47:37.180329" elapsed="0.002539"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.182920" elapsed="0.000033"/>
</return>
<msg time="2026-06-24T00:47:37.183079" 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-06-24T00:47:37.147281" elapsed="0.035825"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.183181" 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-06-24T00:47:37.144837" elapsed="0.038464"/>
</kw>
<var name="${switch}">75</var>
<status status="PASS" start="2026-06-24T00:47:37.144636" elapsed="0.038702"/>
</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-06-24T00:47:37.190658" 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-06-24T00:47:37.190401" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.191111" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.190862" elapsed="0.000358"/>
</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-06-24T00:47:37.200419" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.200963" level="INFO">GET Response : url=http://10.30.170.26: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': '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;618000000&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-06-24T00:47:37.201077" 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-06-24T00:47:37.193317" elapsed="0.007786"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.191290" elapsed="0.009878"/>
</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-06-24T00:47:37.201353" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.201196" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.191272" elapsed="0.010209"/>
</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-06-24T00:47:37.205178" 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;618000000&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-06-24T00:47:37.202528" elapsed="0.002729"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.202301" elapsed="0.002991"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.202283" elapsed="0.003033"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.208800" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.205647" elapsed="0.003216"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.205371" elapsed="0.003540"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.205354" elapsed="0.003588"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.209794" 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-06-24T00:47:37.209228" elapsed="0.000603"/>
</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-06-24T00:47:37.210295" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.209926" elapsed="0.000451"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.211261" 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-06-24T00:47:37.210652" elapsed="0.000647"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.210409" elapsed="0.000939"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.209902" elapsed="0.001474"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.212121" 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-06-24T00:47:37.211617" 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-06-24T00:47:37.212616" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.212273" elapsed="0.000422"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.213659" 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-06-24T00:47:37.212966" elapsed="0.000730"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.212727" elapsed="0.001018"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.212250" elapsed="0.001524"/>
</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-06-24T00:47:37.213989" elapsed="0.000462"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.214895" 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-06-24T00:47:37.214618" 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-06-24T00:47:37.215074" elapsed="0.002383"/>
</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-06-24T00:47:37.201869" elapsed="0.015654"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.217701" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.217593" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.217575" elapsed="0.000192"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.220313" 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-06-24T00:47:37.217913" elapsed="0.002430"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.220394" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:37.220549" 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-06-24T00:47:37.186226" elapsed="0.034350"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.220632" 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-06-24T00:47:37.183625" elapsed="0.037129"/>
</kw>
<var name="${switch}">76</var>
<status status="PASS" start="2026-06-24T00:47:37.183427" elapsed="0.037374"/>
</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-06-24T00:47:37.227903" 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-06-24T00:47:37.227635" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.228372" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.228108" 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-06-24T00:47:37.236363" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.237090" level="INFO">GET Response : url=http://10.30.170.26: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': '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;305000000&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-06-24T00:47:37.237268" 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-06-24T00:47:37.230475" elapsed="0.006828"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.228482" elapsed="0.008878"/>
</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-06-24T00:47:37.237662" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.237395" elapsed="0.000358"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.228464" elapsed="0.009318"/>
</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-06-24T00:47:37.243093" 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;305000000&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-06-24T00:47:37.239225" elapsed="0.004046"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.238878" elapsed="0.004445"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.238853" elapsed="0.004503"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.246871" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.243751" elapsed="0.003167"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.243433" elapsed="0.003519"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.243410" elapsed="0.003573"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.247613" 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-06-24T00:47:37.247231" elapsed="0.000409"/>
</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-06-24T00:47:37.247959" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.247708" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.248656" 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-06-24T00:47:37.248235" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.248041" elapsed="0.000679"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.247691" elapsed="0.001050"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.249316" 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-06-24T00:47:37.248916" elapsed="0.000428"/>
</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-06-24T00:47:37.249692" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.249439" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.250390" 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-06-24T00:47:37.249947" elapsed="0.000469"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.249773" elapsed="0.000679"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.249395" 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-06-24T00:47:37.250625" elapsed="0.000374"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.251469" 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-06-24T00:47:37.251182" 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-06-24T00:47:37.251652" elapsed="0.002366"/>
</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-06-24T00:47:37.238301" elapsed="0.015781"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.254286" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.254178" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.254132" elapsed="0.000220"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.256955" 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-06-24T00:47:37.254509" elapsed="0.002478"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.257039" elapsed="0.000031"/>
</return>
<msg time="2026-06-24T00:47:37.257234" 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-06-24T00:47:37.223516" elapsed="0.033755"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.257346" elapsed="0.000036"/>
</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-06-24T00:47:37.221103" elapsed="0.036446"/>
</kw>
<var name="${switch}">77</var>
<status status="PASS" start="2026-06-24T00:47:37.220905" elapsed="0.036691"/>
</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-06-24T00:47:37.264687" 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-06-24T00:47:37.264435" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.265131" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.264887" elapsed="0.000341"/>
</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-06-24T00:47:37.274083" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.274229" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:37.274331" 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-06-24T00:47:37.267298" elapsed="0.007058"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.265297" elapsed="0.009106"/>
</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-06-24T00:47:37.274585" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.274429" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.265278" 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-06-24T00:47:37.278418" 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-06-24T00:47:37.275682" elapsed="0.002814"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.275462" elapsed="0.003095"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.275444" elapsed="0.003159"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.282730" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.279275" elapsed="0.003519"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.278708" elapsed="0.004133"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.278676" elapsed="0.004197"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.283764" 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-06-24T00:47:37.283229" elapsed="0.000572"/>
</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-06-24T00:47:37.284267" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.283896" elapsed="0.000454"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.285330" 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-06-24T00:47:37.284699" elapsed="0.000669"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.284394" elapsed="0.001074"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.283872" elapsed="0.001627"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.286196" 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-06-24T00:47:37.285744" elapsed="0.000480"/>
</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-06-24T00:47:37.286609" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.286299" elapsed="0.000371"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.287316" 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-06-24T00:47:37.286866" elapsed="0.000476"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.286692" elapsed="0.000686"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.286275" elapsed="0.001123"/>
</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-06-24T00:47:37.287552" elapsed="0.000380"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.288390" 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-06-24T00:47:37.288097" 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-06-24T00:47:37.288617" elapsed="0.002458"/>
</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-06-24T00:47:37.275022" elapsed="0.016152"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.291361" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.291250" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.291230" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.294001" 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-06-24T00:47:37.291575" elapsed="0.002456"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.294082" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:37.294258" 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-06-24T00:47:37.260328" elapsed="0.033959"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.294343" 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-06-24T00:47:37.257964" elapsed="0.036498"/>
</kw>
<var name="${switch}">78</var>
<status status="PASS" start="2026-06-24T00:47:37.257708" elapsed="0.036790"/>
</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-06-24T00:47:37.301641" 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-06-24T00:47:37.301321" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.302080" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.301841" 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-06-24T00:47:37.309914" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.310524" level="INFO">GET Response : url=http://10.30.170.26: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;761000000&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-06-24T00:47:37.310638" 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-06-24T00:47:37.304207" elapsed="0.006457"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.302207" elapsed="0.008500"/>
</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-06-24T00:47:37.310893" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.310733" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.302187" elapsed="0.008790"/>
</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-06-24T00:47:37.314668" 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;761000000&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-06-24T00:47:37.312055" elapsed="0.002722"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.311800" elapsed="0.003012"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.311782" elapsed="0.003055"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.317558" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.315124" elapsed="0.002481"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.314893" elapsed="0.002746"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.314876" elapsed="0.002786"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.318370" 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-06-24T00:47:37.317851" elapsed="0.000578"/>
</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-06-24T00:47:37.318950" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.318557" elapsed="0.000481"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.319983" 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-06-24T00:47:37.319367" elapsed="0.000654"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.319083" elapsed="0.000998"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.318524" elapsed="0.001587"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.320919" 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-06-24T00:47:37.320380" 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-06-24T00:47:37.321646" elapsed="0.000042"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.321089" elapsed="0.000664"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.322768" 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-06-24T00:47:37.322126" elapsed="0.000679"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.321797" elapsed="0.001058"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.321062" elapsed="0.001823"/>
</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-06-24T00:47:37.323103" elapsed="0.000585"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.324528" 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-06-24T00:47:37.323995" elapsed="0.000576"/>
</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-06-24T00:47:37.324847" elapsed="0.003270"/>
</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-06-24T00:47:37.311376" elapsed="0.016834"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.328410" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.328289" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.328268" elapsed="0.000218"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.331695" 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-06-24T00:47:37.328667" elapsed="0.003080"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.331816" elapsed="0.000047"/>
</return>
<msg time="2026-06-24T00:47:37.332024" 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-06-24T00:47:37.297200" elapsed="0.034858"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.332174" 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-06-24T00:47:37.294796" elapsed="0.037529"/>
</kw>
<var name="${switch}">79</var>
<status status="PASS" start="2026-06-24T00:47:37.294593" elapsed="0.037770"/>
</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-06-24T00:47:37.340582" 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-06-24T00:47:37.340268" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.341047" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.340804" elapsed="0.000385"/>
</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-06-24T00:47:37.351114" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.351704" level="INFO">GET Response : url=http://10.30.170.26: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': '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;219000000&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-06-24T00:47:37.351816" 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-06-24T00:47:37.343509" elapsed="0.008333"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.341267" elapsed="0.010617"/>
</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-06-24T00:47:37.352069" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.351911" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.341244" elapsed="0.010934"/>
</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-06-24T00:47:37.355782" 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;219000000&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-06-24T00:47:37.353218" elapsed="0.002624"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.352967" elapsed="0.002909"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.352949" elapsed="0.002951"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.358973" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.356219" elapsed="0.002822"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.355954" elapsed="0.003137"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.355938" elapsed="0.003187"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.360064" 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-06-24T00:47:37.359478" elapsed="0.000632"/>
</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-06-24T00:47:37.360585" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.360235" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.361714" 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-06-24T00:47:37.361031" elapsed="0.000720"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.360696" elapsed="0.001104"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.360209" elapsed="0.001619"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.362471" 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-06-24T00:47:37.362090" 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-06-24T00:47:37.362808" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.362564" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.363485" 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-06-24T00:47:37.363059" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.362886" elapsed="0.000659"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.362547" elapsed="0.001019"/>
</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-06-24T00:47:37.363721" elapsed="0.000448"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.364626" 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-06-24T00:47:37.364339" 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-06-24T00:47:37.364809" elapsed="0.003841"/>
</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-06-24T00:47:37.352551" elapsed="0.016166"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.368896" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.368788" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.368769" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.371568" 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-06-24T00:47:37.369110" elapsed="0.002487"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.371648" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:37.371805" 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-06-24T00:47:37.335721" elapsed="0.036112"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.371889" 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-06-24T00:47:37.332706" elapsed="0.039298"/>
</kw>
<var name="${switch}">80</var>
<status status="PASS" start="2026-06-24T00:47:37.332461" elapsed="0.039582"/>
</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-06-24T00:47:37.379192" 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-06-24T00:47:37.378923" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.379633" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.379392" 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-06-24T00:47:37.389490" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.390757" level="INFO">GET Response : url=http://10.30.170.26: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;965000000&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-06-24T00:47:37.391020" 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-06-24T00:47:37.381690" elapsed="0.009390"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.379741" elapsed="0.011473"/>
</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-06-24T00:47:37.391665" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.391278" elapsed="0.000533"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.379723" elapsed="0.012134"/>
</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-06-24T00:47:37.399125" 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;965000000&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-06-24T00:47:37.394327" elapsed="0.004959"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.393740" elapsed="0.005587"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.393698" elapsed="0.005655"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.402072" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.399667" elapsed="0.002453"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.399414" elapsed="0.002758"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.399395" elapsed="0.002802"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.402849" 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-06-24T00:47:37.402414" elapsed="0.000463"/>
</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-06-24T00:47:37.403227" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.402947" elapsed="0.000343"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.403930" 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-06-24T00:47:37.403495" elapsed="0.000462"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.403314" elapsed="0.000680"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.402930" elapsed="0.001086"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.404598" 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-06-24T00:47:37.404216" elapsed="0.000410"/>
</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-06-24T00:47:37.404957" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.404698" elapsed="0.000319"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.405695" 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-06-24T00:47:37.405235" elapsed="0.000486"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.405040" elapsed="0.000718"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.404681" elapsed="0.001098"/>
</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-06-24T00:47:37.405938" elapsed="0.000411"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.406816" 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-06-24T00:47:37.406522" 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-06-24T00:47:37.407000" elapsed="0.002662"/>
</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-06-24T00:47:37.392707" elapsed="0.017039"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.409951" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.409829" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.409805" elapsed="0.000216"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.412723" 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-06-24T00:47:37.410211" elapsed="0.002545"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.412809" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:37.412975" 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-06-24T00:47:37.374857" elapsed="0.038146"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.413060" 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-06-24T00:47:37.372463" elapsed="0.040733"/>
</kw>
<var name="${switch}">81</var>
<status status="PASS" start="2026-06-24T00:47:37.372140" elapsed="0.041094"/>
</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-06-24T00:47:37.420794" 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-06-24T00:47:37.420502" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.421271" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.421003" elapsed="0.000421"/>
</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-06-24T00:47:37.434262" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.434456" level="INFO">GET Response : url=http://10.30.170.26: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': '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-06-24T00:47:37.434601" 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-06-24T00:47:37.423465" elapsed="0.011166"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.421498" elapsed="0.013188"/>
</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-06-24T00:47:37.434955" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.434722" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.421478" elapsed="0.013596"/>
</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-06-24T00:47:37.439786" 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-06-24T00:47:37.436429" elapsed="0.003422"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.436119" elapsed="0.003773"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.436096" elapsed="0.003824"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.443292" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.440270" elapsed="0.003073"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.439981" elapsed="0.003397"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.439963" elapsed="0.003438"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.444085" 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-06-24T00:47:37.443599" elapsed="0.000523"/>
</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-06-24T00:47:37.444724" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.444420" elapsed="0.000383"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.445539" 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-06-24T00:47:37.445039" elapsed="0.000527"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.444834" elapsed="0.000769"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.444222" elapsed="0.001403"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.446190" 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-06-24T00:47:37.445801" 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-06-24T00:47:37.446575" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.446286" elapsed="0.000350"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.447277" 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-06-24T00:47:37.446836" elapsed="0.000486"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.446659" elapsed="0.000718"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.446268" elapsed="0.001139"/>
</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-06-24T00:47:37.447632" elapsed="0.000470"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.448590" 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-06-24T00:47:37.448296" 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-06-24T00:47:37.448838" elapsed="0.002699"/>
</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-06-24T00:47:37.435586" elapsed="0.016020"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.451792" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.451679" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.451660" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.454520" 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-06-24T00:47:37.452012" elapsed="0.002539"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.454604" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:37.454769" 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-06-24T00:47:37.416320" elapsed="0.038477"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.454854" 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-06-24T00:47:37.413587" elapsed="0.041388"/>
</kw>
<var name="${switch}">82</var>
<status status="PASS" start="2026-06-24T00:47:37.413365" elapsed="0.041647"/>
</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-06-24T00:47:37.462428" 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-06-24T00:47:37.462165" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.462876" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.462632" 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-06-24T00:47:37.470005" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.470135" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:37.470275" 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-06-24T00:47:37.464950" elapsed="0.005351"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.462986" elapsed="0.007358"/>
</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-06-24T00:47:37.470536" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.470371" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.462968" elapsed="0.007654"/>
</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-06-24T00:47:37.474300" 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-06-24T00:47:37.471699" elapsed="0.002658"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.471460" elapsed="0.002931"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.471443" elapsed="0.002972"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.477123" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.474695" elapsed="0.002516"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.474469" elapsed="0.002906"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.474453" elapsed="0.002961"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.478268" 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-06-24T00:47:37.477685" 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-06-24T00:47:37.478802" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.478421" elapsed="0.000465"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.479858" 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-06-24T00:47:37.479199" elapsed="0.000705"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.478918" elapsed="0.001047"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.478390" elapsed="0.001610"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.480914" 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-06-24T00:47:37.480328" elapsed="0.000625"/>
</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-06-24T00:47:37.481527" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.481058" elapsed="0.000596"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.482641" 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-06-24T00:47:37.482013" elapsed="0.000666"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.481701" elapsed="0.001029"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.481029" elapsed="0.001730"/>
</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-06-24T00:47:37.482981" elapsed="0.000620"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.484272" 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-06-24T00:47:37.483842" elapsed="0.000479"/>
</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-06-24T00:47:37.484570" elapsed="0.002900"/>
</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-06-24T00:47:37.471007" elapsed="0.016531"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.487734" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.487610" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.487590" elapsed="0.000212"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.490574" 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-06-24T00:47:37.487953" elapsed="0.002651"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.490658" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:37.490819" 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-06-24T00:47:37.457844" elapsed="0.033004"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.490905" 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-06-24T00:47:37.455337" elapsed="0.035687"/>
</kw>
<var name="${switch}">83</var>
<status status="PASS" start="2026-06-24T00:47:37.455111" 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-06-24T00:47:37.498372" 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-06-24T00:47:37.498100" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.498823" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.498577" 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-06-24T00:47:37.506437" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.506662" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:37.506808" 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-06-24T00:47:37.500925" elapsed="0.005920"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.498947" elapsed="0.007957"/>
</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-06-24T00:47:37.507201" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.506938" elapsed="0.000361"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.498927" elapsed="0.008402"/>
</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-06-24T00:47:37.512575" 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-06-24T00:47:37.508775" elapsed="0.003882"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.508459" elapsed="0.004248"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.508433" elapsed="0.004307"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.516694" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.513193" elapsed="0.003568"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.512817" elapsed="0.003995"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.512794" elapsed="0.004050"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.517763" 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-06-24T00:47:37.517110" elapsed="0.000691"/>
</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-06-24T00:47:37.518219" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.517901" elapsed="0.000379"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.518915" 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-06-24T00:47:37.518479" elapsed="0.000463"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.518303" elapsed="0.000675"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.517876" elapsed="0.001123"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.519596" 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-06-24T00:47:37.519192" 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-06-24T00:47:37.519947" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.519694" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.520699" 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-06-24T00:47:37.520246" elapsed="0.000480"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.520029" elapsed="0.000733"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.519676" 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-06-24T00:47:37.520948" elapsed="0.000434"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.521839" 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-06-24T00:47:37.521555" 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-06-24T00:47:37.522022" 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-06-24T00:47:37.507823" elapsed="0.016731"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.524758" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.524638" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.524614" elapsed="0.000257"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.527493" 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-06-24T00:47:37.525027" elapsed="0.002506"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.527588" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:37.527753" 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-06-24T00:47:37.493828" elapsed="0.033953"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.527839" 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-06-24T00:47:37.491390" elapsed="0.036569"/>
</kw>
<var name="${switch}">84</var>
<status status="PASS" start="2026-06-24T00:47:37.491183" elapsed="0.036813"/>
</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-06-24T00:47:37.535238" 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-06-24T00:47:37.534964" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.535725" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.535442" elapsed="0.000329"/>
</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-06-24T00:47:37.543032" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.543183" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:37.543292" 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-06-24T00:47:37.537825" elapsed="0.005493"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.535839" elapsed="0.007521"/>
</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-06-24T00:47:37.543544" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.543385" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.535821" elapsed="0.007808"/>
</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-06-24T00:47:37.547571" 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-06-24T00:47:37.544904" elapsed="0.002724"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.544677" elapsed="0.002987"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.544658" elapsed="0.003029"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.550604" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.547973" elapsed="0.002696"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.547741" elapsed="0.002976"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.547725" elapsed="0.003024"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.551564" 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-06-24T00:47:37.551002" 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-06-24T00:47:37.552121" elapsed="0.000092"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.551699" elapsed="0.000576"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.553338" 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-06-24T00:47:37.552665" elapsed="0.000713"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.552369" elapsed="0.001060"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.551674" elapsed="0.001785"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.554265" 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-06-24T00:47:37.553712" 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-06-24T00:47:37.554802" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.554432" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.555788" 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-06-24T00:47:37.555190" elapsed="0.000634"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.554919" elapsed="0.000956"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.554396" 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-06-24T00:47:37.556128" elapsed="0.000592"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.557406" 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-06-24T00:47:37.556958" 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-06-24T00:47:37.557668" elapsed="0.003467"/>
</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-06-24T00:47:37.544028" elapsed="0.017274"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.561575" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.561408" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.561380" elapsed="0.000295"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.564421" 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-06-24T00:47:37.561887" elapsed="0.002566"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.564509" elapsed="0.000043"/>
</return>
<msg time="2026-06-24T00:47:37.564690" 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-06-24T00:47:37.530745" elapsed="0.033974"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.564777" 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-06-24T00:47:37.528329" elapsed="0.036571"/>
</kw>
<var name="${switch}">85</var>
<status status="PASS" start="2026-06-24T00:47:37.528089" elapsed="0.036849"/>
</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-06-24T00:47:37.572134" 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-06-24T00:47:37.571853" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.572625" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.572365" 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-06-24T00:47:37.580007" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.580133" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:37.580328" 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-06-24T00:47:37.574769" elapsed="0.005586"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.572737" elapsed="0.007661"/>
</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-06-24T00:47:37.580583" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.580424" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.572718" elapsed="0.007952"/>
</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-06-24T00:47:37.584303" 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-06-24T00:47:37.581733" elapsed="0.002627"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.581504" elapsed="0.002890"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.581486" elapsed="0.002931"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.587565" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.584695" elapsed="0.002936"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.584471" elapsed="0.003207"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.584455" elapsed="0.003255"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.588524" 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-06-24T00:47:37.587971" 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-06-24T00:47:37.589005" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.588657" elapsed="0.000436"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.590018" 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-06-24T00:47:37.589428" elapsed="0.000630"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.589124" elapsed="0.000985"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.588633" elapsed="0.001505"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.590920" 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-06-24T00:47:37.590410" 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-06-24T00:47:37.591415" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.591050" elapsed="0.000446"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.592520" 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-06-24T00:47:37.591768" elapsed="0.000791"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.591527" elapsed="0.001083"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.591026" 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-06-24T00:47:37.592858" elapsed="0.000619"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.594106" 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-06-24T00:47:37.593713" elapsed="0.000605"/>
</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-06-24T00:47:37.594548" elapsed="0.002511"/>
</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-06-24T00:47:37.581034" elapsed="0.016091"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.597337" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.597212" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.597192" elapsed="0.000212"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.600015" 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-06-24T00:47:37.597568" elapsed="0.002477"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.600097" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:37.600282" 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-06-24T00:47:37.567660" elapsed="0.032702"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.600423" 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-06-24T00:47:37.565291" elapsed="0.035254"/>
</kw>
<var name="${switch}">86</var>
<status status="PASS" start="2026-06-24T00:47:37.565035" elapsed="0.035547"/>
</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-06-24T00:47:37.607891" 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-06-24T00:47:37.607612" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.608367" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.608099" 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-06-24T00:47:37.616168" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.616727" level="INFO">GET Response : url=http://10.30.170.26: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': '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;611000000&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-06-24T00:47:37.616839" 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-06-24T00:47:37.610480" elapsed="0.006385"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.608481" elapsed="0.008426"/>
</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-06-24T00:47:37.617096" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.616932" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.608462" elapsed="0.008744"/>
</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-06-24T00:47:37.620836" 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;611000000&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-06-24T00:47:37.618280" elapsed="0.002617"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.618031" elapsed="0.002900"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.618013" elapsed="0.002942"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.623699" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.621314" elapsed="0.002433"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.621014" elapsed="0.002767"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.620995" elapsed="0.002808"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.624396" 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-06-24T00:47:37.623993" 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-06-24T00:47:37.624746" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.624492" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.625506" 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-06-24T00:47:37.625004" elapsed="0.000531"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.624826" elapsed="0.000787"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.624474" elapsed="0.001162"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.626325" 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-06-24T00:47:37.625816" elapsed="0.000555"/>
</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-06-24T00:47:37.626827" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.626473" elapsed="0.000435"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.627802" 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-06-24T00:47:37.627208" elapsed="0.000631"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.626939" elapsed="0.000950"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.626448" elapsed="0.001470"/>
</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-06-24T00:47:37.628138" elapsed="0.000562"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.629383" 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-06-24T00:47:37.628937" elapsed="0.000482"/>
</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-06-24T00:47:37.629641" elapsed="0.003384"/>
</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-06-24T00:47:37.617597" elapsed="0.015523"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.633429" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.633274" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.633244" elapsed="0.000276"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.637173" 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-06-24T00:47:37.633732" elapsed="0.003560"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.637384" elapsed="0.000047"/>
</return>
<msg time="2026-06-24T00:47:37.637617" 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-06-24T00:47:37.603375" elapsed="0.034281"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.637736" elapsed="0.000036"/>
</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-06-24T00:47:37.600886" elapsed="0.037015"/>
</kw>
<var name="${switch}">87</var>
<status status="PASS" start="2026-06-24T00:47:37.600679" elapsed="0.037271"/>
</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-06-24T00:47:37.645739" 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-06-24T00:47:37.645484" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.646298" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.645939" elapsed="0.000429"/>
</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-06-24T00:47:37.654950" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.655080" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:37.655221" 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-06-24T00:47:37.649249" elapsed="0.006000"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.646466" elapsed="0.008877"/>
</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-06-24T00:47:37.655546" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.655372" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.646440" elapsed="0.009194"/>
</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-06-24T00:47:37.659375" 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-06-24T00:47:37.656704" elapsed="0.002730"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.656474" elapsed="0.002994"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.656456" elapsed="0.003036"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.662285" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.659774" elapsed="0.002579"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.659547" elapsed="0.002865"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.659531" elapsed="0.002923"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.663280" 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-06-24T00:47:37.662718" 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-06-24T00:47:37.663765" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.663412" elapsed="0.000433"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.664786" 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-06-24T00:47:37.664137" elapsed="0.000686"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.663877" elapsed="0.000996"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.663388" elapsed="0.001515"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.665727" 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-06-24T00:47:37.665183" 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-06-24T00:47:37.666236" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.665860" elapsed="0.000459"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.667227" 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-06-24T00:47:37.666620" elapsed="0.000645"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.666355" elapsed="0.000960"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.665835" 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-06-24T00:47:37.667562" elapsed="0.000538"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.668782" 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-06-24T00:47:37.668386" elapsed="0.000431"/>
</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-06-24T00:47:37.669037" elapsed="0.002833"/>
</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-06-24T00:47:37.656012" elapsed="0.015924"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.672115" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.672005" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.671987" elapsed="0.000226"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.674868" 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-06-24T00:47:37.672363" elapsed="0.002536"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.674951" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:37.675114" 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-06-24T00:47:37.640776" elapsed="0.034428"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.675267" 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-06-24T00:47:37.638320" elapsed="0.037069"/>
</kw>
<var name="${switch}">88</var>
<status status="PASS" start="2026-06-24T00:47:37.638064" elapsed="0.037362"/>
</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-06-24T00:47:37.682534" 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-06-24T00:47:37.682273" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.682998" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.682740" 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-06-24T00:47:37.690680" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.691538" level="INFO">GET Response : url=http://10.30.170.26: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': '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;935000000&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-06-24T00:47:37.691701" 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-06-24T00:47:37.685083" elapsed="0.006656"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.683109" elapsed="0.008693"/>
</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-06-24T00:47:37.692074" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.691840" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.683090" elapsed="0.009133"/>
</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-06-24T00:47:37.697648" 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;935000000&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-06-24T00:47:37.693798" elapsed="0.003939"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.693452" elapsed="0.004335"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.693424" elapsed="0.004398"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.701352" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.698262" elapsed="0.003138"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.697903" elapsed="0.003532"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.697879" elapsed="0.003579"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.702113" 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-06-24T00:47:37.701661" elapsed="0.000480"/>
</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-06-24T00:47:37.702484" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.702229" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.703197" 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-06-24T00:47:37.702742" elapsed="0.000483"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.702564" elapsed="0.000754"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.702211" elapsed="0.001131"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.703881" 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-06-24T00:47:37.703518" 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-06-24T00:47:37.704246" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.703976" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.704924" 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-06-24T00:47:37.704503" elapsed="0.000447"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.704327" elapsed="0.000659"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.703959" 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-06-24T00:47:37.705213" elapsed="0.000386"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.706059" 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-06-24T00:47:37.705768" 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-06-24T00:47:37.706258" 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-06-24T00:47:37.692774" elapsed="0.016001"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.708969" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.708846" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.708827" elapsed="0.000214"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.711797" 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-06-24T00:47:37.709254" elapsed="0.002574"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.711879" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:37.712042" 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-06-24T00:47:37.678105" elapsed="0.033965"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.712127" 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-06-24T00:47:37.675725" elapsed="0.036540"/>
</kw>
<var name="${switch}">89</var>
<status status="PASS" start="2026-06-24T00:47:37.675522" elapsed="0.036779"/>
</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-06-24T00:47:37.719353" 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-06-24T00:47:37.719080" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.719798" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.719556" 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-06-24T00:47:37.727529" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.728078" level="INFO">GET Response : url=http://10.30.170.26: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': '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;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-06-24T00:47:37.728261" 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-06-24T00:47:37.721974" elapsed="0.006315"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.719907" elapsed="0.008424"/>
</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-06-24T00:47:37.728518" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.728357" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.719889" elapsed="0.008714"/>
</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-06-24T00:47:37.734049" 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;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-06-24T00:47:37.729705" elapsed="0.004479"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.729473" elapsed="0.004787"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.729454" elapsed="0.004851"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.738966" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.734797" elapsed="0.004272"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.734399" elapsed="0.004744"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.734366" elapsed="0.004851"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.740138" 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-06-24T00:47:37.739492" elapsed="0.000741"/>
</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-06-24T00:47:37.740809" elapsed="0.000041"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.740349" elapsed="0.000558"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.742128" 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-06-24T00:47:37.741371" elapsed="0.000802"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.740959" elapsed="0.001251"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.740313" elapsed="0.001919"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.742930" 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-06-24T00:47:37.742463" elapsed="0.000502"/>
</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-06-24T00:47:37.743387" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.743061" elapsed="0.000389"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.744078" 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-06-24T00:47:37.743649" elapsed="0.000456"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.743473" elapsed="0.000667"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.743037" elapsed="0.001163"/>
</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-06-24T00:47:37.744360" elapsed="0.000386"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.745402" 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-06-24T00:47:37.744915" 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-06-24T00:47:37.745589" 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-06-24T00:47:37.728965" elapsed="0.019101"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.748271" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.748137" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.748117" elapsed="0.000220"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.750954" 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-06-24T00:47:37.748488" elapsed="0.002496"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.751087" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:37.751270" 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-06-24T00:47:37.714977" elapsed="0.036322"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.751357" 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-06-24T00:47:37.712613" elapsed="0.038863"/>
</kw>
<var name="${switch}">90</var>
<status status="PASS" start="2026-06-24T00:47:37.712402" elapsed="0.039111"/>
</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-06-24T00:47:37.758709" 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-06-24T00:47:37.758432" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.759185" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.758917" elapsed="0.000314"/>
</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-06-24T00:47:37.767480" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.768063" level="INFO">GET Response : url=http://10.30.170.26: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;617000000&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-06-24T00:47:37.768221" 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-06-24T00:47:37.761579" elapsed="0.006670"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.759302" elapsed="0.008998"/>
</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-06-24T00:47:37.768513" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.768331" elapsed="0.000255"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.759282" elapsed="0.009330"/>
</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-06-24T00:47:37.773681" 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;617000000&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-06-24T00:47:37.769883" elapsed="0.003887"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.769631" elapsed="0.004188"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.769611" elapsed="0.004240"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.777838" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.774278" elapsed="0.003626"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.773928" elapsed="0.004025"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.773905" elapsed="0.004080"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.778833" 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-06-24T00:47:37.778287" 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-06-24T00:47:37.779346" elapsed="0.000109"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.778967" elapsed="0.000544"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.780444" 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-06-24T00:47:37.779800" elapsed="0.000683"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.779544" elapsed="0.000991"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.778943" elapsed="0.001621"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.781404" 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-06-24T00:47:37.780815" elapsed="0.000627"/>
</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-06-24T00:47:37.781895" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.781540" elapsed="0.000461"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.782736" 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-06-24T00:47:37.782298" elapsed="0.000465"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.782034" elapsed="0.000765"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.781515" elapsed="0.001305"/>
</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-06-24T00:47:37.782981" elapsed="0.000405"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.783849" 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-06-24T00:47:37.783556" 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-06-24T00:47:37.784036" elapsed="0.002524"/>
</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-06-24T00:47:37.769054" elapsed="0.017577"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.786813" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.786702" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.786683" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.789545" 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-06-24T00:47:37.787031" elapsed="0.002544"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.789628" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:37.789791" 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-06-24T00:47:37.754252" elapsed="0.035567"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.789876" 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-06-24T00:47:37.751813" elapsed="0.038183"/>
</kw>
<var name="${switch}">91</var>
<status status="PASS" start="2026-06-24T00:47:37.751608" elapsed="0.038428"/>
</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-06-24T00:47:37.797254" 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-06-24T00:47:37.796922" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.797709" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.797463" 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-06-24T00:47:37.805641" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.805794" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:37.805989" 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-06-24T00:47:37.799937" elapsed="0.006078"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.797821" elapsed="0.008241"/>
</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-06-24T00:47:37.806294" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.806094" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.797802" elapsed="0.008581"/>
</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-06-24T00:47:37.810244" 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-06-24T00:47:37.807522" elapsed="0.002782"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.807283" elapsed="0.003056"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.807262" elapsed="0.003100"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.812985" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.810647" elapsed="0.002386"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.810418" elapsed="0.002652"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.810402" elapsed="0.002690"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.813785" 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-06-24T00:47:37.813366" elapsed="0.000446"/>
</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-06-24T00:47:37.814246" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.813881" elapsed="0.000448"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.815227" 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-06-24T00:47:37.814611" elapsed="0.000654"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.814361" elapsed="0.000954"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.813864" elapsed="0.001480"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.816089" 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-06-24T00:47:37.815587" 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-06-24T00:47:37.816596" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.816247" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.817592" 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-06-24T00:47:37.816949" elapsed="0.000680"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.816707" elapsed="0.000971"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.816222" elapsed="0.001485"/>
</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-06-24T00:47:37.817920" elapsed="0.000594"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.819167" 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-06-24T00:47:37.818749" 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-06-24T00:47:37.819426" elapsed="0.004797"/>
</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-06-24T00:47:37.806798" elapsed="0.017496"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.824478" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.824367" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.824347" elapsed="0.000199"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.827221" 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-06-24T00:47:37.824698" elapsed="0.002554"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.827303" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:37.827466" 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-06-24T00:47:37.792767" elapsed="0.034779"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.827607" 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-06-24T00:47:37.790369" elapsed="0.037379"/>
</kw>
<var name="${switch}">92</var>
<status status="PASS" start="2026-06-24T00:47:37.790139" elapsed="0.037659"/>
</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-06-24T00:47:37.835163" 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-06-24T00:47:37.834830" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.835631" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.835379" elapsed="0.000295"/>
</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-06-24T00:47:37.844549" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.845360" level="INFO">GET Response : url=http://10.30.170.26: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;1&lt;/second&gt;&lt;nanosecond&gt;457000000&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-06-24T00:47:37.845516" 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-06-24T00:47:37.837720" elapsed="0.007832"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.835741" elapsed="0.009871"/>
</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-06-24T00:47:37.845870" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.845647" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.835723" elapsed="0.010268"/>
</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-06-24T00:47:37.851513" 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;457000000&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-06-24T00:47:37.847706" elapsed="0.003897"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.847382" elapsed="0.004271"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.847184" elapsed="0.004502"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.855460" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.852088" elapsed="0.003437"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.851763" elapsed="0.003811"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.851740" elapsed="0.003866"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.856445" 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-06-24T00:47:37.855878" elapsed="0.000605"/>
</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-06-24T00:47:37.856931" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.856578" elapsed="0.000434"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.857939" 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-06-24T00:47:37.857353" elapsed="0.000625"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.857044" elapsed="0.001049"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.856554" elapsed="0.001572"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.858905" 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-06-24T00:47:37.858399" 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-06-24T00:47:37.859413" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.859036" elapsed="0.000459"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.860373" 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-06-24T00:47:37.859772" elapsed="0.000638"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.859526" elapsed="0.000934"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.859012" 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-06-24T00:47:37.860704" elapsed="0.000602"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.861933" 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-06-24T00:47:37.861542" elapsed="0.000427"/>
</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-06-24T00:47:37.862217" elapsed="0.003377"/>
</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-06-24T00:47:37.846514" elapsed="0.019173"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.865933" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.865784" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.865759" elapsed="0.000261"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.868620" 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-06-24T00:47:37.866185" elapsed="0.002466"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.868703" elapsed="0.000032"/>
</return>
<msg time="2026-06-24T00:47:37.868862" 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-06-24T00:47:37.830587" elapsed="0.038304"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.868950" 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-06-24T00:47:37.828136" elapsed="0.040933"/>
</kw>
<var name="${switch}">93</var>
<status status="PASS" start="2026-06-24T00:47:37.827920" elapsed="0.041215"/>
</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-06-24T00:47:37.876292" 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-06-24T00:47:37.876008" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.876744" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.876498" 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-06-24T00:47:37.884570" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.885194" level="INFO">GET Response : url=http://10.30.170.26: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': '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;875000000&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-06-24T00:47:37.885386" 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-06-24T00:47:37.878886" elapsed="0.006527"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.876857" elapsed="0.008601"/>
</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-06-24T00:47:37.885652" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.885486" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.876837" elapsed="0.008901"/>
</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-06-24T00:47:37.890521" 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;875000000&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-06-24T00:47:37.886867" elapsed="0.003739"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.886636" elapsed="0.004018"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.886617" elapsed="0.004070"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.894332" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.891081" elapsed="0.003311"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.890764" elapsed="0.003669"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.890741" elapsed="0.003721"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.895079" 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-06-24T00:47:37.894675" elapsed="0.000432"/>
</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-06-24T00:47:37.895448" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.895194" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.896130" 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-06-24T00:47:37.895708" elapsed="0.000472"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.895529" elapsed="0.000687"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.895175" elapsed="0.001062"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.896773" 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-06-24T00:47:37.896415" 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-06-24T00:47:37.897190" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.896879" elapsed="0.000374"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.897919" 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-06-24T00:47:37.897464" elapsed="0.000484"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.897276" elapsed="0.000708"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.896859" 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-06-24T00:47:37.898186" elapsed="0.000403"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.899064" 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-06-24T00:47:37.898759" 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-06-24T00:47:37.899273" elapsed="0.002468"/>
</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-06-24T00:47:37.886192" elapsed="0.015616"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.901988" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.901878" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.901859" elapsed="0.000197"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.904798" 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-06-24T00:47:37.902221" elapsed="0.002608"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.904964" elapsed="0.000036"/>
</return>
<msg time="2026-06-24T00:47:37.905186" 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-06-24T00:47:37.871818" elapsed="0.033398"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.905275" 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-06-24T00:47:37.869465" elapsed="0.035929"/>
</kw>
<var name="${switch}">94</var>
<status status="PASS" start="2026-06-24T00:47:37.869261" elapsed="0.036170"/>
</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-06-24T00:47:37.912608" 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-06-24T00:47:37.912356" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.913053" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.912811" elapsed="0.000322"/>
</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-06-24T00:47:37.920643" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.920785" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:37.920901" 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-06-24T00:47:37.915207" elapsed="0.005720"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.913218" elapsed="0.007779"/>
</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-06-24T00:47:37.921259" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.921034" elapsed="0.000293"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.913198" elapsed="0.008150"/>
</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-06-24T00:47:37.925172" 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-06-24T00:47:37.922461" elapsed="0.002777"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.922223" elapsed="0.003050"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.922203" elapsed="0.003094"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.928816" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.925594" elapsed="0.003295"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.925353" elapsed="0.003591"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.925336" elapsed="0.003641"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.929893" 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-06-24T00:47:37.929345" 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-06-24T00:47:37.930466" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.930042" elapsed="0.000508"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.931485" 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-06-24T00:47:37.930848" elapsed="0.000675"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.930583" elapsed="0.000991"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.930011" elapsed="0.001593"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.932470" 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-06-24T00:47:37.931935" 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-06-24T00:47:37.932952" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.932603" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.934000" 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-06-24T00:47:37.933421" elapsed="0.000616"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.933112" elapsed="0.000963"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.932579" elapsed="0.001518"/>
</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-06-24T00:47:37.934272" elapsed="0.000465"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.935218" 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-06-24T00:47:37.934908" elapsed="0.000336"/>
</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-06-24T00:47:37.935403" 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-06-24T00:47:37.921755" elapsed="0.016164"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.938098" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.937988" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.937970" elapsed="0.000214"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.940779" 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-06-24T00:47:37.938333" elapsed="0.002476"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.940862" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:37.941032" 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-06-24T00:47:37.908077" elapsed="0.033007"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.941144" elapsed="0.000056"/>
</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-06-24T00:47:37.905734" elapsed="0.035562"/>
</kw>
<var name="${switch}">95</var>
<status status="PASS" start="2026-06-24T00:47:37.905528" elapsed="0.035804"/>
</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-06-24T00:47:37.948477" 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-06-24T00:47:37.948219" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.948933" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.948682" 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-06-24T00:47:37.957508" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.958069" level="INFO">GET Response : url=http://10.30.170.26: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': '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;835000000&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-06-24T00:47:37.958279" 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-06-24T00:47:37.951026" elapsed="0.007280"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.949074" elapsed="0.009297"/>
</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-06-24T00:47:37.958596" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.958405" elapsed="0.000262"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.949033" elapsed="0.009658"/>
</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-06-24T00:47:37.962880" 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;835000000&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-06-24T00:47:37.959983" elapsed="0.002963"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.959746" elapsed="0.003241"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.959726" elapsed="0.003289"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.965742" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.963325" elapsed="0.002463"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.963072" elapsed="0.002750"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.963055" elapsed="0.002791"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.966706" 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-06-24T00:47:37.966101" 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-06-24T00:47:37.967248" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.966839" elapsed="0.000499"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.968226" 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-06-24T00:47:37.967616" elapsed="0.000648"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.967370" elapsed="0.000943"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.966815" elapsed="0.001527"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.969131" 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-06-24T00:47:37.968585" 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-06-24T00:47:37.969634" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.969286" elapsed="0.000428"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.970613" 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-06-24T00:47:37.969986" elapsed="0.000663"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.969745" elapsed="0.000952"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.969262" elapsed="0.001463"/>
</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-06-24T00:47:37.970942" elapsed="0.000632"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:37.972328" 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-06-24T00:47:37.971849" 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-06-24T00:47:37.972588" elapsed="0.002955"/>
</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-06-24T00:47:37.959118" elapsed="0.016495"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:37.975795" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:37.975684" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.975665" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:37.978560" 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-06-24T00:47:37.976012" elapsed="0.002578"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:37.978702" elapsed="0.000037"/>
</return>
<msg time="2026-06-24T00:47:37.978868" 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-06-24T00:47:37.944045" elapsed="0.034851"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:37.978954" 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-06-24T00:47:37.941639" elapsed="0.037434"/>
</kw>
<var name="${switch}">96</var>
<status status="PASS" start="2026-06-24T00:47:37.941432" elapsed="0.037678"/>
</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-06-24T00:47:37.986270" 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-06-24T00:47:37.985926" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:37.986895" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:37.986556" elapsed="0.000400"/>
</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-06-24T00:47:37.996373" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:37.996969" level="INFO">GET Response : url=http://10.30.170.26: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': '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;283000000&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-06-24T00:47:37.997114" 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-06-24T00:47:37.989881" elapsed="0.007259"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.987050" elapsed="0.010160"/>
</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-06-24T00:47:37.997395" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:37.997236" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.987025" elapsed="0.010454"/>
</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-06-24T00:47:38.001085" 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;283000000&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-06-24T00:47:37.998514" elapsed="0.002666"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:37.998275" elapsed="0.002942"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:37.998257" elapsed="0.002983"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.003910" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:38.001525" elapsed="0.002432"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.001296" elapsed="0.002696"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.001279" elapsed="0.002736"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.004620" 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-06-24T00:47:38.004225" 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-06-24T00:47:38.004966" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.004715" elapsed="0.000445"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.005838" 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-06-24T00:47:38.005377" elapsed="0.000488"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.005189" elapsed="0.000712"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.004697" elapsed="0.001225"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.006697" 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-06-24T00:47:38.006129" 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-06-24T00:47:38.007198" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.006828" elapsed="0.000454"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.008213" 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-06-24T00:47:38.007556" elapsed="0.000696"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.007314" elapsed="0.000988"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.006804" elapsed="0.001527"/>
</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-06-24T00:47:38.008554" elapsed="0.000568"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:38.009777" 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-06-24T00:47:38.009380" elapsed="0.000432"/>
</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-06-24T00:47:38.010032" elapsed="0.003423"/>
</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-06-24T00:47:37.997840" elapsed="0.015737"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:38.013836" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:38.013679" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.013654" elapsed="0.000274"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:38.017299" 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-06-24T00:47:38.014129" elapsed="0.003201"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:38.017382" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:38.017545" 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-06-24T00:47:37.981822" elapsed="0.035751"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:38.017631" 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-06-24T00:47:37.979438" elapsed="0.038311"/>
</kw>
<var name="${switch}">97</var>
<status status="PASS" start="2026-06-24T00:47:37.979229" 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-06-24T00:47:38.025087" 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-06-24T00:47:38.024769" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.025582" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:38.025318" 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-06-24T00:47:38.033653" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:38.034320" level="INFO">GET Response : url=http://10.30.170.26: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': '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;197000000&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-06-24T00:47:38.034550" 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-06-24T00:47:38.027675" elapsed="0.006912"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.025701" elapsed="0.008946"/>
</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-06-24T00:47:38.034905" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.034683" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.025680" elapsed="0.009344"/>
</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-06-24T00:47:38.040103" 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;197000000&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-06-24T00:47:38.036493" elapsed="0.003720"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.036166" elapsed="0.004096"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.036120" elapsed="0.004175"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.043985" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:38.040683" elapsed="0.003365"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.040370" elapsed="0.003725"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.040348" elapsed="0.003779"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.044948" 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-06-24T00:47:38.044420" 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-06-24T00:47:38.045529" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.045172" elapsed="0.000439"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.046396" 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-06-24T00:47:38.045894" elapsed="0.000538"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.045642" elapsed="0.000835"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.045125" elapsed="0.001374"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.047039" 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-06-24T00:47:38.046677" 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-06-24T00:47:38.047399" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.047133" elapsed="0.000324"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.048072" 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-06-24T00:47:38.047659" elapsed="0.000439"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.047479" elapsed="0.000654"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.047116" elapsed="0.001068"/>
</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-06-24T00:47:38.048347" elapsed="0.000378"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:38.049228" 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-06-24T00:47:38.048892" 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-06-24T00:47:38.049412" elapsed="0.002439"/>
</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-06-24T00:47:38.035556" elapsed="0.016363"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:38.052100" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:38.051989" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.051970" elapsed="0.000223"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:38.054857" 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-06-24T00:47:38.052341" elapsed="0.002546"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:38.054992" elapsed="0.000035"/>
</return>
<msg time="2026-06-24T00:47:38.055172" 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-06-24T00:47:38.020476" elapsed="0.034726"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:38.055260" 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-06-24T00:47:38.018097" elapsed="0.037281"/>
</kw>
<var name="${switch}">98</var>
<status status="PASS" start="2026-06-24T00:47:38.017885" elapsed="0.037530"/>
</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-06-24T00:47:38.062555" 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-06-24T00:47:38.062275" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.063005" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:38.062760" 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-06-24T00:47:38.070617" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:38.070743" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:38.070850" 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-06-24T00:47:38.065102" elapsed="0.005773"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.063116" elapsed="0.007802"/>
</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-06-24T00:47:38.071111" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.070944" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.063098" elapsed="0.008131"/>
</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-06-24T00:47:38.074947" 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-06-24T00:47:38.072291" elapsed="0.002717"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.072042" elapsed="0.003003"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.072024" elapsed="0.003044"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.077936" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:38.075369" elapsed="0.002612"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.075121" elapsed="0.002908"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.075105" elapsed="0.002958"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.078887" 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-06-24T00:47:38.078343" 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-06-24T00:47:38.079421" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.079020" elapsed="0.000492"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.080408" 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-06-24T00:47:38.079798" elapsed="0.000646"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.079548" elapsed="0.000947"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.078996" elapsed="0.001527"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.081393" 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-06-24T00:47:38.080823" 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-06-24T00:47:38.081875" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.081527" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.082910" 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-06-24T00:47:38.082260" elapsed="0.000688"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.081988" elapsed="0.001012"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.081503" elapsed="0.001563"/>
</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-06-24T00:47:38.083390" elapsed="0.000623"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:38.084867" 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-06-24T00:47:38.084336" elapsed="0.000580"/>
</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-06-24T00:47:38.085258" elapsed="0.003823"/>
</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-06-24T00:47:38.071615" elapsed="0.017637"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:38.089582" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:38.089393" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.089354" elapsed="0.000348"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:38.092459" 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-06-24T00:47:38.089968" elapsed="0.002522"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:38.092542" elapsed="0.000034"/>
</return>
<msg time="2026-06-24T00:47:38.092706" 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-06-24T00:47:38.058175" elapsed="0.034580"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:38.092823" 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-06-24T00:47:38.055714" elapsed="0.037237"/>
</kw>
<var name="${switch}">99</var>
<status status="PASS" start="2026-06-24T00:47:38.055512" elapsed="0.037503"/>
</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-06-24T00:47:38.100199" 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-06-24T00:47:38.099906" elapsed="0.000340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.100667" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:38.100418" 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-06-24T00:47:38.108221" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:38.108347" level="INFO">GET Response : url=http://10.30.170.26: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-06-24T00:47:38.108453" 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-06-24T00:47:38.102759" elapsed="0.005720"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.100776" elapsed="0.007800"/>
</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-06-24T00:47:38.108769" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.108605" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.100758" elapsed="0.008098"/>
</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-06-24T00:47:38.112631" 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-06-24T00:47:38.109933" elapsed="0.002770"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.109704" elapsed="0.003042"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.109686" elapsed="0.003090"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.116463" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:47:38.113215" elapsed="0.003313"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.112846" elapsed="0.003731"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.112825" elapsed="0.003783"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.117506" 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-06-24T00:47:38.116872" 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-06-24T00:47:38.117991" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.117639" elapsed="0.000434"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.119182" 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-06-24T00:47:38.118393" elapsed="0.000835"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.118104" elapsed="0.001175"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.117615" elapsed="0.001692"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.120250" 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-06-24T00:47:38.119554" elapsed="0.000743"/>
</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-06-24T00:47:38.121084" elapsed="0.000045"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.120417" elapsed="0.000844"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.122273" 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-06-24T00:47:38.121750" elapsed="0.000550"/>
</kw>
<status status="PASS" start="2026-06-24T00:47:38.121303" elapsed="0.001033"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.120387" elapsed="0.001969"/>
</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-06-24T00:47:38.122517" elapsed="0.000384"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-06-24T00:47:38.123385" 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-06-24T00:47:38.123070" 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-06-24T00:47:38.123570" elapsed="0.002499"/>
</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-06-24T00:47:38.109277" elapsed="0.016860"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-06-24T00:47:38.126343" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:38.126230" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.126209" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-06-24T00:47:38.129069" 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-06-24T00:47:38.126560" elapsed="0.002542"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-06-24T00:47:38.129212" elapsed="0.000039"/>
</return>
<msg time="2026-06-24T00:47:38.129384" 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-06-24T00:47:38.095764" elapsed="0.033649"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-06-24T00:47:38.129529" 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-06-24T00:47:38.093366" elapsed="0.036285"/>
</kw>
<var name="${switch}">100</var>
<status status="PASS" start="2026-06-24T00:47:38.093117" elapsed="0.036571"/>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="PASS" start="2026-06-24T00:47:34.153228" elapsed="3.976495"/>
</for>
<arg>${switches}</arg>
<doc>Check table miss flows in switches.</doc>
<status status="PASS" start="2026-06-24T00:47:34.152386" elapsed="3.977404"/>
</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-06-24T00:47:34.151728" elapsed="3.978111"/>
</kw>
<msg time="2026-06-24T00:47:38.129939" level="INFO">${status} = PASS</msg>
<msg time="2026-06-24T00:47:38.129985" 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-06-24T00:47:34.151299" elapsed="3.978708"/>
</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-06-24T00:47:38.130225" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:47:38.130090" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-06-24T00:47:38.130073" elapsed="0.000224"/>
</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-06-24T00:47:38.130483" elapsed="0.000286"/>
</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-06-24T00:47:38.170752" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:38.175369" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:38.176007" 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-06-24T00:47:38.132534" elapsed="0.043535"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.181107" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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: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: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: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: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: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: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: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: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: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: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:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&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-06-24T00:47:38.176658" elapsed="0.008127"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:38.192353" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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: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: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: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: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: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: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: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: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: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: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:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&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-06-24T00:47:38.188452" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ Message content over the limit has been removed. ]
...&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:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&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-06-24T00:47:38.195397" 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-06-24T00:47:38.195604" 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-06-24T00:47:38.195802" 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-06-24T00:47:38.195997" 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-06-24T00:47:38.196211" 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-06-24T00:47:38.196492" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.196313" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:38.196290" 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-06-24T00:47:38.196795" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.196625" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:38.196610" 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-06-24T00:47:38.197136" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:38.196921" elapsed="0.000289"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:38.196906" elapsed="0.000327"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:38.188192" elapsed="0.009116">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ Message content over the limit has been removed. ]
...&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:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&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-06-24T00:47:38.184882" elapsed="0.012586">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ Message content over the limit has been removed. ]
...&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:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&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-06-24T00:47:38.132187" elapsed="0.065480">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ Message content over the limit has been removed. ]
...&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:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&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-06-24T00:47:40.231987" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:40.236057" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:40.236677" 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-06-24T00:47:40.200389" elapsed="0.036348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:40.242485" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:40.237299" elapsed="0.007402"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:40.250901" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:40.247297" elapsed="0.006371">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:40.253923" 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-06-24T00:47:40.254135" elapsed="0.000038"/>
</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-06-24T00:47:40.254354" 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-06-24T00:47:40.254554" 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-06-24T00:47:40.254754" 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-06-24T00:47:40.255050" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:40.254852" elapsed="0.000257"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:40.254830" elapsed="0.000304"/>
</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-06-24T00:47:40.255380" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:40.255207" elapsed="0.000235"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:40.255191" 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-06-24T00:47:40.255685" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:40.255514" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:40.255499" elapsed="0.000264"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:40.247091" elapsed="0.008736">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:40.244770" elapsed="0.011268">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:40.199406" elapsed="0.056851">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:42.283066" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:42.284492" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:42.285296" 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-06-24T00:47:42.258656" elapsed="0.026708"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:42.290494" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:42.286003" elapsed="0.007735"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:42.301318" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:42.297405" elapsed="0.006656">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:42.304328" 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-06-24T00:47:42.304530" 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-06-24T00:47:42.304726" 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-06-24T00:47:42.304921" 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-06-24T00:47:42.305123" elapsed="0.000035"/>
</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-06-24T00:47:42.305417" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:42.305237" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:42.305216" 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-06-24T00:47:42.305720" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:42.305548" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:42.305533" 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-06-24T00:47:42.306019" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:42.305849" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:42.305834" elapsed="0.000261"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:42.297126" elapsed="0.009046">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:42.293835" elapsed="0.012482">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:42.257693" elapsed="0.048801">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:44.335868" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:44.336628" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:44.337015" 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-06-24T00:47:44.308972" elapsed="0.028083"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:44.343430" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:44.337446" elapsed="0.010203"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:44.355982" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:44.351496" elapsed="0.007204">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:44.358987" 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-06-24T00:47:44.359216" 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-06-24T00:47:44.359417" 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-06-24T00:47:44.359667" 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-06-24T00:47:44.359943" elapsed="0.000031"/>
</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-06-24T00:47:44.360349" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:44.360081" elapsed="0.000330"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:44.360051" elapsed="0.000386"/>
</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-06-24T00:47:44.360664" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:44.360491" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:44.360476" 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-06-24T00:47:44.360971" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:44.360792" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:44.360777" elapsed="0.000270"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:44.351231" elapsed="0.009879">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:44.347766" elapsed="0.013510">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:44.307845" elapsed="0.053611">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:46.383300" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:46.384430" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:46.385046" 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-06-24T00:47:46.363073" elapsed="0.022038"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:46.392023" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:46.385715" elapsed="0.009364"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:46.401580" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:46.397713" elapsed="0.012421">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:46.410609" elapsed="0.000033"/>
</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-06-24T00:47:46.410832" 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-06-24T00:47:46.411033" 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-06-24T00:47:46.411292" 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-06-24T00:47:46.411499" 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-06-24T00:47:46.411799" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:46.411615" elapsed="0.000240"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:46.411588" 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-06-24T00:47:46.412128" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:46.411936" elapsed="0.000283"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:46.411920" elapsed="0.000328"/>
</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-06-24T00:47:46.412478" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:46.412303" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:46.412286" elapsed="0.000270"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:46.397491" elapsed="0.015136">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:46.395163" elapsed="0.017615">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:46.362474" elapsed="0.050545">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:48.434534" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:48.435281" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:48.435859" 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-06-24T00:47:48.415293" elapsed="0.020691"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:48.443483" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:48.436564" elapsed="0.009729"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:48.452506" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:48.448923" elapsed="0.008471">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:48.457661" 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-06-24T00:47:48.457867" 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-06-24T00:47:48.458066" 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-06-24T00:47:48.458278" 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-06-24T00:47:48.458484" 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-06-24T00:47:48.458762" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:48.458583" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:48.458561" 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-06-24T00:47:48.459066" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:48.458896" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:48.458881" elapsed="0.000274"/>
</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-06-24T00:47:48.459380" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:48.459210" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:48.459194" elapsed="0.000262"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:48.448696" elapsed="0.010824">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:48.446363" elapsed="0.013306">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:48.414386" elapsed="0.045458">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:50.485366" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:50.486450" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:50.487033" 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-06-24T00:47:50.462079" elapsed="0.025014"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:50.492988" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:50.487630" elapsed="0.008595"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:50.504376" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:50.499749" elapsed="0.007357">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:50.507370" 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-06-24T00:47:50.507580" 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-06-24T00:47:50.507774" 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-06-24T00:47:50.507965" 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-06-24T00:47:50.508174" 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-06-24T00:47:50.508447" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:50.508270" elapsed="0.000231"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:50.508250" 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-06-24T00:47:50.508749" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:50.508579" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:50.508564" 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-06-24T00:47:50.509108" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:50.508876" elapsed="0.000323"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:50.508861" elapsed="0.000368"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:50.499485" elapsed="0.009814">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:50.496307" elapsed="0.013164">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:50.461221" elapsed="0.048430">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:52.535350" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:52.536516" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:52.537124" 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-06-24T00:47:52.512288" elapsed="0.024927"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:52.544551" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:52.537783" elapsed="0.010140"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:52.555191" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:52.550571" elapsed="0.007852">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:52.558848" elapsed="0.000037"/>
</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-06-24T00:47:52.559098" 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-06-24T00:47:52.559391" 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-06-24T00:47:52.559670" 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-06-24T00:47:52.559933" elapsed="0.000026"/>
</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-06-24T00:47:52.560305" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:52.560076" elapsed="0.000290"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:52.560040" elapsed="0.000352"/>
</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-06-24T00:47:52.560621" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:52.560447" elapsed="0.000230"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:52.560431" 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-06-24T00:47:52.560980" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:52.560767" elapsed="0.000273"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:52.560736" elapsed="0.000329"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:52.550350" elapsed="0.010791">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:52.547993" elapsed="0.013336">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:52.511285" elapsed="0.050227">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:54.585519" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:54.586625" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:54.587244" 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-06-24T00:47:54.563951" elapsed="0.023358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:54.593913" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:54.587853" elapsed="0.008339"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:54.602427" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:54.598894" elapsed="0.007360">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:54.606634" 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-06-24T00:47:54.606937" 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-06-24T00:47:54.607255" 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-06-24T00:47:54.607550" 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-06-24T00:47:54.607846" elapsed="0.000031"/>
</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-06-24T00:47:54.608296" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:54.607995" elapsed="0.000388"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:54.607961" elapsed="0.000461"/>
</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-06-24T00:47:54.608765" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:54.608504" elapsed="0.000426"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:54.608480" elapsed="0.000512"/>
</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-06-24T00:47:54.609376" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:54.609078" elapsed="0.000382"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:54.609054" elapsed="0.000439"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:54.598670" elapsed="0.010907">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:54.596264" elapsed="0.013484">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:54.562953" elapsed="0.046978">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:56.632636" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:56.633986" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:56.634672" 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-06-24T00:47:56.612185" elapsed="0.022557"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:56.641790" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:56.635372" elapsed="0.009732"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:56.653728" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:56.649097" elapsed="0.007375">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:56.656731" 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-06-24T00:47:56.656938" 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-06-24T00:47:56.657138" elapsed="0.000037"/>
</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-06-24T00:47:56.657357" 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-06-24T00:47:56.657559" 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-06-24T00:47:56.657835" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:56.657657" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:56.657635" 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-06-24T00:47:56.658137" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:56.657967" elapsed="0.000249"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:56.657952" 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-06-24T00:47:56.658462" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:56.658289" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:56.658274" elapsed="0.000268"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:56.648812" elapsed="0.009825">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:56.645213" elapsed="0.013585">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:56.611271" elapsed="0.047727">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:58.681677" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:47:58.683451" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:47:58.684274" 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-06-24T00:47:58.661240" elapsed="0.023124"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:47:58.691832" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:58.685095" elapsed="0.009794"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:47:58.701260" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:47:58.697671" elapsed="0.006390">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:58.704353" 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-06-24T00:47:58.704564" 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-06-24T00:47:58.704763" 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-06-24T00:47:58.704963" 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-06-24T00:47:58.705179" 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-06-24T00:47:58.705461" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:58.705281" elapsed="0.000236"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:58.705259" 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-06-24T00:47:58.705795" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:58.705596" elapsed="0.000256"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:58.705580" elapsed="0.000295"/>
</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-06-24T00:47:58.706101" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:47:58.705928" elapsed="0.000244"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:47:58.705912" elapsed="0.000285"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:47:58.697416" elapsed="0.008845">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:58.694978" elapsed="0.011431">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:58.660360" elapsed="0.046237">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:00.728781" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:00.730010" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:00.730677" 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-06-24T00:48:00.709079" elapsed="0.021662"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:00.736383" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:00.731500" elapsed="0.008430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:00.748197" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:00.744195" elapsed="0.006831">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:00.751441" elapsed="0.000033"/>
</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-06-24T00:48:00.751659" 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-06-24T00:48:00.751858" 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-06-24T00:48:00.752094" 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-06-24T00:48:00.752350" elapsed="0.000026"/>
</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-06-24T00:48:00.752649" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:00.752465" elapsed="0.000239"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:00.752440" 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-06-24T00:48:00.752957" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:00.752784" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:00.752768" 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-06-24T00:48:00.753283" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:00.753087" elapsed="0.000255"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:00.753071" elapsed="0.000294"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:00.743913" elapsed="0.009520">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:00.740071" elapsed="0.013518">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:00.708073" elapsed="0.045696">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:02.772834" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:02.773945" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:02.774665" 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-06-24T00:48:02.755994" elapsed="0.018734"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:02.781505" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:02.775273" elapsed="0.009636"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:02.794483" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:02.788840" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:02.797527" 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-06-24T00:48:02.797733" 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-06-24T00:48:02.797931" 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-06-24T00:48:02.798126" elapsed="0.000034"/>
</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-06-24T00:48:02.798343" 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-06-24T00:48:02.798663" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:02.798449" elapsed="0.000273"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:02.798419" elapsed="0.000329"/>
</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-06-24T00:48:02.798977" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:02.798803" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:02.798787" 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-06-24T00:48:02.799296" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:02.799107" elapsed="0.000245"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:02.799091" elapsed="0.000283"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:02.788458" elapsed="0.010979">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:02.784998" elapsed="0.014601">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:02.755094" elapsed="0.044683">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:04.822961" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:04.824266" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:04.824987" 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-06-24T00:48:04.802303" elapsed="0.022759"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:04.831692" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:04.825779" elapsed="0.009315"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:04.843531" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:04.839070" elapsed="0.007270">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:04.846661" 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-06-24T00:48:04.846880" 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-06-24T00:48:04.847080" 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-06-24T00:48:04.847301" 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-06-24T00:48:04.847509" 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-06-24T00:48:04.847809" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:04.847615" elapsed="0.000250"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:04.847590" elapsed="0.000300"/>
</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-06-24T00:48:04.848122" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:04.847945" elapsed="0.000249"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:04.847929" 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-06-24T00:48:04.848449" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:04.848273" elapsed="0.000247"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:04.848256" elapsed="0.000291"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:04.838745" elapsed="0.009868">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:04.835222" elapsed="0.013542">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:04.801222" elapsed="0.047720">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:06.874210" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:06.875485" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:06.876055" 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-06-24T00:48:06.850957" elapsed="0.025162"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:06.881643" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:06.876696" elapsed="0.009114"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:06.895163" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:06.891133" elapsed="0.007895">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:06.899448" elapsed="0.000032"/>
</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-06-24T00:48:06.899670" 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-06-24T00:48:06.899872" 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-06-24T00:48:06.900087" 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-06-24T00:48:06.900307" 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-06-24T00:48:06.900601" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:06.900416" elapsed="0.000262"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:06.900392" elapsed="0.000330"/>
</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-06-24T00:48:06.901078" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:06.900808" elapsed="0.000381"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:06.900783" elapsed="0.000445"/>
</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-06-24T00:48:06.901589" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:06.901315" elapsed="0.000359"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:06.901289" elapsed="0.000422"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:06.890602" elapsed="0.011216">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:06.885907" elapsed="0.016147">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:06.850003" elapsed="0.052345">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:08.919064" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:08.919799" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:08.920192" 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-06-24T00:48:08.904874" elapsed="0.015359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:08.924965" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:08.920583" elapsed="0.007758"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:08.936892" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:08.932253" elapsed="0.007511">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:08.940056" 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-06-24T00:48:08.940283" 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-06-24T00:48:08.940481" 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-06-24T00:48:08.940675" 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-06-24T00:48:08.940874" 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-06-24T00:48:08.941169" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:08.940976" elapsed="0.000249"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:08.940952" elapsed="0.000300"/>
</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-06-24T00:48:08.941477" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:08.941306" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:08.941291" elapsed="0.000262"/>
</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-06-24T00:48:08.941775" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:08.941605" elapsed="0.000223"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:08.941590" elapsed="0.000261"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:08.931886" elapsed="0.010029">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:08.928447" elapsed="0.013615">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:08.903899" elapsed="0.038357">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:10.963279" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:10.964019" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:10.964717" 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-06-24T00:48:10.944955" elapsed="0.019831"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:10.972258" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:10.965414" elapsed="0.010754"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:10.982284" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:10.978865" elapsed="0.006297">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:10.985419" 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-06-24T00:48:10.985629" 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-06-24T00:48:10.985822" elapsed="0.000051"/>
</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-06-24T00:48:10.986046" 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-06-24T00:48:10.986260" 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-06-24T00:48:10.986531" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:10.986356" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:10.986335" elapsed="0.000274"/>
</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-06-24T00:48:10.986829" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:10.986661" elapsed="0.000221"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:10.986646" elapsed="0.000259"/>
</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-06-24T00:48:10.987126" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:10.986956" elapsed="0.000238"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:10.986941" elapsed="0.000276"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:10.978676" elapsed="0.008604">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:10.976233" elapsed="0.011190">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:10.944000" elapsed="0.043597">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:13.015213" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:13.016585" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:13.017233" 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-06-24T00:48:12.989896" elapsed="0.027402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:13.023743" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:13.017908" elapsed="0.008970"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:13.035818" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:13.030499" elapsed="0.008730">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:13.039480" 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-06-24T00:48:13.039684" 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-06-24T00:48:13.039880" 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-06-24T00:48:13.040074" 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-06-24T00:48:13.040285" 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-06-24T00:48:13.040562" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:13.040384" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:13.040362" 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-06-24T00:48:13.040868" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:13.040696" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:13.040681" 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-06-24T00:48:13.041179" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:13.040996" elapsed="0.000239"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:13.040981" elapsed="0.000277"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:13.030210" elapsed="0.011111">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:13.026969" elapsed="0.014491">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:12.989000" elapsed="0.052633">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:15.061328" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:15.062483" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:15.063073" 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-06-24T00:48:15.043973" elapsed="0.019257"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:15.069820" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:15.063756" elapsed="0.009620"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:15.079400" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:15.075988" elapsed="0.006548">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:15.082895" elapsed="0.000033"/>
</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-06-24T00:48:15.083239" 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-06-24T00:48:15.083532" 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-06-24T00:48:15.083807" 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-06-24T00:48:15.084081" elapsed="0.000029"/>
</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-06-24T00:48:15.084501" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:15.084242" elapsed="0.000337"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:15.084210" elapsed="0.000404"/>
</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-06-24T00:48:15.084956" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:15.084692" elapsed="0.000349"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:15.084668" elapsed="0.000405"/>
</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-06-24T00:48:15.085409" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:15.085166" elapsed="0.000320"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:15.085124" elapsed="0.000393"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:15.075799" elapsed="0.009811">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:15.073443" elapsed="0.012412">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:15.042999" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:17.107992" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:17.109166" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:17.109893" 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-06-24T00:48:17.088549" elapsed="0.021407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:17.118365" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:17.110555" elapsed="0.011177"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:17.130647" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:17.125711" elapsed="0.007693">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:17.133733" 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-06-24T00:48:17.133944" 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-06-24T00:48:17.134159" 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-06-24T00:48:17.134364" 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-06-24T00:48:17.134567" 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-06-24T00:48:17.134852" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:17.134671" elapsed="0.000236"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:17.134647" 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-06-24T00:48:17.135171" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:17.134985" elapsed="0.000243"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:17.134969" 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-06-24T00:48:17.135476" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:17.135302" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:17.135287" elapsed="0.000266"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:17.125352" elapsed="0.010266">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:17.121842" elapsed="0.013924">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:17.087553" elapsed="0.048391">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:19.159709" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:19.160814" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:19.161487" 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-06-24T00:48:19.138508" elapsed="0.023042"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:19.167397" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:19.162052" elapsed="0.008477"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:19.178737" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:19.174018" elapsed="0.007446">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:19.181711" 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-06-24T00:48:19.181917" 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-06-24T00:48:19.182111" 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-06-24T00:48:19.182318" 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-06-24T00:48:19.182516" 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-06-24T00:48:19.182787" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:19.182612" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:19.182591" elapsed="0.000275"/>
</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-06-24T00:48:19.183087" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:19.182919" elapsed="0.000221"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:19.182904" elapsed="0.000274"/>
</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-06-24T00:48:19.183398" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:19.183230" elapsed="0.000221"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:19.183215" elapsed="0.000258"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:19.173768" elapsed="0.009767">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:19.170612" elapsed="0.013063">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:19.137494" elapsed="0.046348">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:21.206495" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:21.207749" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:21.208363" 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-06-24T00:48:21.187123" elapsed="0.021302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:21.215314" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:21.208975" elapsed="0.009673"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:21.228534" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:21.223235" elapsed="0.009578">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:21.233287" elapsed="0.000043"/>
</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-06-24T00:48:21.233662" elapsed="0.000033"/>
</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-06-24T00:48:21.233962" 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-06-24T00:48:21.234277" 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-06-24T00:48:21.234482" 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-06-24T00:48:21.234769" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:21.234587" elapsed="0.000237"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:21.234564" 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-06-24T00:48:21.235083" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:21.234904" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:21.234889" elapsed="0.000287"/>
</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-06-24T00:48:21.235406" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:21.235230" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:21.235214" elapsed="0.000267"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:21.222864" elapsed="0.012686">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:21.218743" elapsed="0.016968">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:21.185828" elapsed="0.050062">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:23.256988" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:23.258373" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:23.259142" 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-06-24T00:48:23.238345" elapsed="0.020915"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:23.265124" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:23.259809" elapsed="0.008448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:23.277366" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:23.271928" elapsed="0.008254">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:23.280477" 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-06-24T00:48:23.280689" 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-06-24T00:48:23.280923" 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-06-24T00:48:23.281125" elapsed="0.000040"/>
</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-06-24T00:48:23.281354" elapsed="0.000026"/>
</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-06-24T00:48:23.281641" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:23.281460" elapsed="0.000236"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:23.281438" 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-06-24T00:48:23.281963" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:23.281785" elapsed="0.000232"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:23.281768" 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-06-24T00:48:23.282291" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:23.282090" elapsed="0.000263"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:23.282075" elapsed="0.000301"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:23.271636" elapsed="0.010808">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:23.268344" elapsed="0.014245">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:23.237378" elapsed="0.045421">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:25.310495" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:25.311653" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:25.312287" 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-06-24T00:48:25.285303" elapsed="0.027050"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:25.320218" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:25.313015" elapsed="0.010511"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:25.330512" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:25.326178" elapsed="0.008184">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:25.334906" elapsed="0.000048"/>
</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-06-24T00:48:25.335280" elapsed="0.000034"/>
</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-06-24T00:48:25.335564" 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-06-24T00:48:25.335833" 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-06-24T00:48:25.336108" elapsed="0.000029"/>
</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-06-24T00:48:25.336529" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:25.336277" elapsed="0.000329"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:25.336240" elapsed="0.000403"/>
</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-06-24T00:48:25.336993" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:25.336718" elapsed="0.000351"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:25.336697" elapsed="0.000405"/>
</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-06-24T00:48:25.337431" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:25.337193" elapsed="0.000313"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:25.337171" elapsed="0.000368"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:25.325948" elapsed="0.011681">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:25.323599" elapsed="0.014428">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:25.284200" elapsed="0.054095">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:27.362513" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:27.363663" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:27.364262" 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-06-24T00:48:27.340905" elapsed="0.023421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:27.370787" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:27.364819" elapsed="0.009239"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:27.379980" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:27.376610" elapsed="0.006100">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:27.382957" 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-06-24T00:48:27.383173" 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-06-24T00:48:27.383416" 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-06-24T00:48:27.383615" 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-06-24T00:48:27.383810" 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-06-24T00:48:27.384081" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:27.383905" elapsed="0.000236"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:27.383884" 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-06-24T00:48:27.384406" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:27.384236" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:27.384221" 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-06-24T00:48:27.384703" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:27.384533" elapsed="0.000223"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:27.384519" elapsed="0.000259"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:27.376424" elapsed="0.008417">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:27.374119" elapsed="0.010862">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:27.339911" elapsed="0.045252">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:29.407335" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:29.408436" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:29.409135" 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-06-24T00:48:29.387537" elapsed="0.021688"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:29.416444" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:29.409746" elapsed="0.009857"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:29.428366" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:29.423539" elapsed="0.007488">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:29.431305" 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-06-24T00:48:29.431511" 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-06-24T00:48:29.431707" 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-06-24T00:48:29.431902" 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-06-24T00:48:29.432098" 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-06-24T00:48:29.432389" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:29.432211" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:29.432188" elapsed="0.000280"/>
</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-06-24T00:48:29.432691" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:29.432520" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:29.432505" elapsed="0.000262"/>
</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-06-24T00:48:29.432988" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:29.432818" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:29.432803" elapsed="0.000261"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:29.423189" elapsed="0.009936">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:29.419696" elapsed="0.013586">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:29.386547" elapsed="0.046906">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:31.452762" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:31.453513" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:31.453908" 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-06-24T00:48:31.435783" elapsed="0.018165"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:31.458264" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:31.454429" elapsed="0.007040"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:31.469099" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:31.465214" elapsed="0.006619">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:31.472109" 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-06-24T00:48:31.472333" 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-06-24T00:48:31.472529" 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-06-24T00:48:31.472722" 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-06-24T00:48:31.472918" 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-06-24T00:48:31.473211" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:31.473018" elapsed="0.000248"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:31.472995" 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-06-24T00:48:31.473538" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:31.473345" elapsed="0.000249"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:31.473330" 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-06-24T00:48:31.473855" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:31.473682" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:31.473652" elapsed="0.000277"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:31.464925" elapsed="0.009069">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:31.461553" elapsed="0.012584">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:31.434858" elapsed="0.039516">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:33.511727" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:33.512871" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:33.513510" 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-06-24T00:48:33.476623" elapsed="0.036951"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:33.518404" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:33.514076" elapsed="0.007620"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:33.530634" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:33.525828" elapsed="0.007456">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:33.533638" elapsed="0.000033"/>
</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-06-24T00:48:33.533860" 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-06-24T00:48:33.534089" 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-06-24T00:48:33.534343" 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-06-24T00:48:33.534547" 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-06-24T00:48:33.534831" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:33.534653" elapsed="0.000241"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:33.534629" 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-06-24T00:48:33.535170" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:33.534981" elapsed="0.000248"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:33.534965" 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-06-24T00:48:33.535490" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:33.535306" elapsed="0.000240"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:33.535290" elapsed="0.000279"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:33.525477" elapsed="0.010158">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:33.521783" elapsed="0.013998">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:33.475719" elapsed="0.060240">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:35.559900" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:35.561402" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:35.562140" 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-06-24T00:48:35.538312" elapsed="0.023951"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:35.568387" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:35.563024" elapsed="0.007696"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:35.578360" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:35.573267" elapsed="0.008651">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:35.582222" 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-06-24T00:48:35.582448" 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-06-24T00:48:35.582692" 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-06-24T00:48:35.582900" 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-06-24T00:48:35.583105" 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-06-24T00:48:35.583412" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:35.583232" elapsed="0.000255"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:35.583208" elapsed="0.000316"/>
</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-06-24T00:48:35.583758" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:35.583585" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:35.583569" 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-06-24T00:48:35.584229" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:35.583886" elapsed="0.000399"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:35.583872" elapsed="0.000436"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:35.573062" elapsed="0.011328">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:35.570786" elapsed="0.013758">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:35.537362" elapsed="0.047364">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:37.608715" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:37.610310" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:37.610889" 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-06-24T00:48:37.586999" elapsed="0.023951"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:37.616887" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:37.611523" elapsed="0.008547"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:37.628289" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:37.623707" elapsed="0.007310">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:37.631278" 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-06-24T00:48:37.631502" 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-06-24T00:48:37.631699" 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-06-24T00:48:37.631898" 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-06-24T00:48:37.632100" 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-06-24T00:48:37.632414" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:37.632233" elapsed="0.000235"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:37.632210" 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-06-24T00:48:37.632718" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:37.632547" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:37.632532" elapsed="0.000262"/>
</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-06-24T00:48:37.633013" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:37.632844" elapsed="0.000222"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:37.632830" elapsed="0.000258"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:37.623335" elapsed="0.009830">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:37.620170" elapsed="0.013142">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:37.586078" elapsed="0.047430">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:39.655055" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:39.656214" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:39.656975" 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-06-24T00:48:39.635876" elapsed="0.021183"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:39.662663" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:39.657692" elapsed="0.008183"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:39.673781" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:39.669463" elapsed="0.007057">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:39.676766" 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-06-24T00:48:39.676966" 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-06-24T00:48:39.677174" 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-06-24T00:48:39.677371" 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-06-24T00:48:39.677568" elapsed="0.000020"/>
</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-06-24T00:48:39.677835" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:39.677661" elapsed="0.000231"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:39.677640" 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-06-24T00:48:39.678135" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:39.677969" elapsed="0.000240"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:39.677954" 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-06-24T00:48:39.678455" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:39.678283" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:39.678268" elapsed="0.000263"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:39.669213" elapsed="0.009400">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:39.665957" elapsed="0.012812">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:39.634886" elapsed="0.044052">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:41.705615" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:41.706393" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:41.706797" 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-06-24T00:48:41.681340" elapsed="0.025497"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:41.711174" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:41.707230" elapsed="0.007195"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:41.722877" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:41.718034" elapsed="0.007342">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:41.725709" 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-06-24T00:48:41.725942" 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-06-24T00:48:41.726177" 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-06-24T00:48:41.726380" 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-06-24T00:48:41.726581" 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-06-24T00:48:41.726866" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:41.726686" elapsed="0.000235"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:41.726661" 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-06-24T00:48:41.727206" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:41.727016" elapsed="0.000247"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:41.726998" elapsed="0.000287"/>
</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-06-24T00:48:41.727510" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:41.727337" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:41.727321" elapsed="0.000266"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:41.717750" elapsed="0.009906">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:41.714519" elapsed="0.013286">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:41.680386" elapsed="0.047607">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:43.748397" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:43.749583" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:43.750239" 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-06-24T00:48:43.730388" elapsed="0.019919"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:43.756777" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:43.750901" elapsed="0.009027"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:43.768728" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:43.763910" elapsed="0.007359">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:43.771584" 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-06-24T00:48:43.771793" 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-06-24T00:48:43.771988" 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-06-24T00:48:43.772200" 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-06-24T00:48:43.772450" 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-06-24T00:48:43.772748" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:43.772564" elapsed="0.000238"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:43.772538" 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-06-24T00:48:43.773072" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:43.772890" elapsed="0.000238"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:43.772870" elapsed="0.000296"/>
</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-06-24T00:48:43.773388" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:43.773220" elapsed="0.000221"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:43.773205" elapsed="0.000257"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:43.763578" elapsed="0.009949">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:43.760027" elapsed="0.013645">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:43.729439" elapsed="0.044416">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:45.795311" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:45.796469" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:45.797227" 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-06-24T00:48:45.775823" elapsed="0.021473"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:45.872617" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:45.797882" elapsed="0.077068"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:45.881284" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:45.877765" elapsed="0.005957">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:45.883988" 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-06-24T00:48:45.884211" 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-06-24T00:48:45.884432" 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-06-24T00:48:45.884641" 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-06-24T00:48:45.884887" 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-06-24T00:48:45.885193" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:45.884998" elapsed="0.000252"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:45.884973" 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-06-24T00:48:45.885501" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:45.885331" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:45.885315" 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-06-24T00:48:45.885799" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:45.885629" elapsed="0.000223"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:45.885614" elapsed="0.000260"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:45.877489" elapsed="0.008451">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:45.875040" elapsed="0.011046">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:45.775129" elapsed="0.111153">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:47.909383" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:47.910834" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:47.911556" 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-06-24T00:48:47.888878" elapsed="0.022753"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:47.917518" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:47.912222" elapsed="0.008434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:47.929283" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:47.924339" elapsed="0.007909">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:47.932502" 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-06-24T00:48:47.932709" 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-06-24T00:48:47.932908" 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-06-24T00:48:47.933108" 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-06-24T00:48:47.933327" 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-06-24T00:48:47.933605" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:47.933424" elapsed="0.000235"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:47.933403" 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-06-24T00:48:47.933914" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:47.933740" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:47.933725" elapsed="0.000266"/>
</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-06-24T00:48:47.934230" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:47.934043" elapsed="0.000243"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:47.934028" elapsed="0.000280"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:47.924036" elapsed="0.010335">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:47.920748" elapsed="0.013774">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:47.887834" elapsed="0.046904">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:49.957075" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:49.958258" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:49.958810" 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-06-24T00:48:49.937105" elapsed="0.021767"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:49.966287" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:49.959400" elapsed="0.011403"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:49.978650" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:49.973834" elapsed="0.008335">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:49.982617" 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-06-24T00:48:49.982898" 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-06-24T00:48:49.983181" elapsed="0.000029"/>
</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-06-24T00:48:49.983627" 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-06-24T00:48:49.983893" 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-06-24T00:48:49.984297" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:49.984031" elapsed="0.000338"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:49.983997" elapsed="0.000406"/>
</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-06-24T00:48:49.984764" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:49.984473" elapsed="0.000363"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:49.984453" elapsed="0.000412"/>
</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-06-24T00:48:49.985181" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:49.984932" elapsed="0.000319"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:49.984912" elapsed="0.000369"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:49.973544" elapsed="0.012026">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:49.970884" elapsed="0.014893">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:49.936105" elapsed="0.049906">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:52.007647" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:52.008868" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:52.009597" 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-06-24T00:48:51.988349" elapsed="0.021313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:52.015058" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:52.010213" elapsed="0.008165"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:52.026064" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:52.022288" elapsed="0.006362">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:52.028912" 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-06-24T00:48:52.029120" elapsed="0.000036"/>
</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-06-24T00:48:52.029342" 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-06-24T00:48:52.029538" 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-06-24T00:48:52.029736" 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-06-24T00:48:52.030008" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:52.029831" elapsed="0.000231"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:52.029810" 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-06-24T00:48:52.030348" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:52.030172" elapsed="0.000232"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:52.030139" elapsed="0.000287"/>
</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-06-24T00:48:52.030648" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:52.030478" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:52.030463" elapsed="0.000261"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:52.021960" elapsed="0.008853">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:52.018469" elapsed="0.012491">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:51.987421" elapsed="0.043714">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:54.054400" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:54.055789" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:54.056366" 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-06-24T00:48:54.033609" elapsed="0.022803"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:54.061291" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:54.056897" elapsed="0.007822"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:54.073981" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:54.068929" elapsed="0.007587">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:54.076775" 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-06-24T00:48:54.077004" 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-06-24T00:48:54.077219" 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-06-24T00:48:54.077416" 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-06-24T00:48:54.077615" 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-06-24T00:48:54.077891" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:54.077715" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:54.077692" 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-06-24T00:48:54.078207" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:54.078024" elapsed="0.000238"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:54.078009" 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-06-24T00:48:54.078506" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:54.078337" elapsed="0.000222"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:54.078322" elapsed="0.000259"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:54.068607" elapsed="0.010040">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:54.064827" elapsed="0.013966">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:54.032571" elapsed="0.046403">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:56.103011" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:56.104280" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:56.104736" 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-06-24T00:48:56.081231" elapsed="0.023548"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:56.109678" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:56.105176" elapsed="0.007926"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:56.120762" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:56.117037" elapsed="0.006290">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:56.123586" 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-06-24T00:48:56.123796" 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-06-24T00:48:56.124007" 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-06-24T00:48:56.124227" 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-06-24T00:48:56.124435" 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-06-24T00:48:56.124717" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:56.124534" elapsed="0.000239"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:56.124512" 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-06-24T00:48:56.125088" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:56.124854" elapsed="0.000314"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:56.124837" elapsed="0.000366"/>
</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-06-24T00:48:56.125513" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:56.125281" elapsed="0.000311"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:56.125258" elapsed="0.000369"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:56.116795" elapsed="0.008913">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:56.113220" elapsed="0.012673">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:56.080331" elapsed="0.045797">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:58.148192" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:48:58.149361" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:48:58.150013" 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-06-24T00:48:58.128426" elapsed="0.021652"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:48:58.156778" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:58.150615" elapsed="0.009312"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:48:58.166189" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:48:58.162654" elapsed="0.007939">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:58.170896" 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-06-24T00:48:58.171129" elapsed="0.000043"/>
</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-06-24T00:48:58.171368" 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-06-24T00:48:58.171594" 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-06-24T00:48:58.171809" 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-06-24T00:48:58.172097" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:58.171915" elapsed="0.000255"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:58.171891" 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-06-24T00:48:58.172422" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:58.172250" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:58.172234" elapsed="0.000266"/>
</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-06-24T00:48:58.172745" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:48:58.172552" elapsed="0.000273"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:48:58.172537" elapsed="0.000316"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:48:58.162443" elapsed="0.010476">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:58.159998" elapsed="0.013074">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:48:58.127507" elapsed="0.045760">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:00.193996" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:00.194714" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:49:00.195084" 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-06-24T00:49:00.175683" elapsed="0.019440"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:00.199366" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:00.195485" elapsed="0.007097"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:49:00.210773" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:00.206398" elapsed="0.007027">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:00.213674" 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-06-24T00:49:00.213878" 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-06-24T00:49:00.214073" 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-06-24T00:49:00.214284" 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-06-24T00:49:00.214485" elapsed="0.000020"/>
</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-06-24T00:49:00.214755" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:00.214580" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:00.214559" elapsed="0.000276"/>
</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-06-24T00:49:00.215057" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:00.214888" elapsed="0.000222"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:00.214873" elapsed="0.000260"/>
</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-06-24T00:49:00.215386" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:00.215213" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:00.215197" elapsed="0.000266"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:49:00.206088" elapsed="0.009438">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:00.202681" elapsed="0.012990">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:00.174777" elapsed="0.041075">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:02.237047" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:02.238308" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:49:02.238953" 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-06-24T00:49:02.218260" elapsed="0.020762"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:02.247108" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:02.239684" elapsed="0.011011"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:49:02.260265" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:02.254562" elapsed="0.008603">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:02.263568" elapsed="0.000038"/>
</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-06-24T00:49:02.263824" 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-06-24T00:49:02.264049" 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-06-24T00:49:02.264302" 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-06-24T00:49:02.264539" 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-06-24T00:49:02.264842" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:02.264653" elapsed="0.000247"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:02.264626" elapsed="0.000300"/>
</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-06-24T00:49:02.265174" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:02.264983" elapsed="0.000248"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:02.264966" 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-06-24T00:49:02.265514" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:02.265307" elapsed="0.000278"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:02.265291" elapsed="0.000321"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:49:02.254214" elapsed="0.011483">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:02.250841" elapsed="0.015034">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:02.217251" elapsed="0.048871">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:04.285112" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:04.286236" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:49:04.286768" 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-06-24T00:49:04.268639" elapsed="0.018173"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:04.291234" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:04.287221" elapsed="0.007164"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:49:04.301789" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:04.298173" elapsed="0.006326">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:04.304767" 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-06-24T00:49:04.304974" 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-06-24T00:49:04.305188" 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-06-24T00:49:04.305462" 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-06-24T00:49:04.305687" 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-06-24T00:49:04.305966" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:04.305789" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:04.305766" 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-06-24T00:49:04.306287" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:04.306101" elapsed="0.000242"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:04.306085" 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-06-24T00:49:04.306583" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:04.306416" elapsed="0.000221"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:04.306401" elapsed="0.000258"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:49:04.297862" elapsed="0.008860">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:04.294488" elapsed="0.012377">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:04.267689" elapsed="0.039349">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:06.329295" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:06.330468" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:49:06.331093" 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-06-24T00:49:06.309308" elapsed="0.021877"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:06.336602" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:06.331757" elapsed="0.008418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:49:06.348349" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:06.344426" elapsed="0.006734">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:06.351471" 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-06-24T00:49:06.351678" 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-06-24T00:49:06.351874" 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-06-24T00:49:06.352068" 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-06-24T00:49:06.352282" 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-06-24T00:49:06.352608" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:06.352405" elapsed="0.000281"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:06.352378" elapsed="0.000341"/>
</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-06-24T00:49:06.352974" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:06.352778" elapsed="0.000254"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:06.352761" 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-06-24T00:49:06.353297" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:06.353107" elapsed="0.000245"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:06.353092" elapsed="0.000286"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:49:06.344053" elapsed="0.009414">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:06.340278" elapsed="0.013367">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:06.308363" elapsed="0.045466">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:08.376348" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:08.377516" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:49:08.378172" 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-06-24T00:49:08.356113" elapsed="0.022125"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:08.384555" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:08.378831" elapsed="0.009127"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:49:08.396920" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:08.392225" elapsed="0.007399">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:08.399966" 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-06-24T00:49:08.400194" 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-06-24T00:49:08.400394" 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-06-24T00:49:08.400593" 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-06-24T00:49:08.400798" 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-06-24T00:49:08.401087" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:08.400906" elapsed="0.000250"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:08.400879" 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-06-24T00:49:08.401412" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:08.401240" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:08.401224" 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-06-24T00:49:08.401710" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:08.401540" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:08.401525" elapsed="0.000262"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:49:08.391843" elapsed="0.010012">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:08.388065" elapsed="0.013949">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:08.355234" elapsed="0.046976">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:10.427016" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:10.428138" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:49:10.428851" 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-06-24T00:49:10.405076" elapsed="0.023842"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:10.435624" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:10.429489" elapsed="0.011545"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:49:10.447426" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:10.443955" elapsed="0.006474">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:10.450991" elapsed="0.000037"/>
</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-06-24T00:49:10.451242" 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-06-24T00:49:10.451467" 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-06-24T00:49:10.451758" 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-06-24T00:49:10.452026" 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-06-24T00:49:10.452409" elapsed="0.000094"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:10.452182" elapsed="0.000371"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:10.452130" 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-06-24T00:49:10.452873" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:10.452670" elapsed="0.000262"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:10.452647" elapsed="0.000313"/>
</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-06-24T00:49:10.453212" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:10.453017" elapsed="0.000252"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:10.453001" elapsed="0.000292"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:49:10.443759" elapsed="0.009609">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:10.441210" elapsed="0.012323">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:10.403899" elapsed="0.049825">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:12.479027" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:12.480191" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:49:12.480808" 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-06-24T00:49:12.456342" elapsed="0.024544"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:12.487502" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:12.481455" elapsed="0.009588"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:49:12.497117" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:12.493675" elapsed="0.006090">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:12.500044" 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-06-24T00:49:12.500267" 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-06-24T00:49:12.500466" 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-06-24T00:49:12.500710" 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-06-24T00:49:12.500913" elapsed="0.000020"/>
</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-06-24T00:49:12.501208" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:12.501013" elapsed="0.000251"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:12.500990" 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-06-24T00:49:12.501515" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:12.501343" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:12.501327" 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-06-24T00:49:12.501829" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:12.501644" elapsed="0.000239"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:12.501628" elapsed="0.000276"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:49:12.493463" elapsed="0.008505">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:12.491113" elapsed="0.010995">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:12.455407" elapsed="0.046896">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:14.523443" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:14.524279" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:49:14.524685" 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-06-24T00:49:14.504649" elapsed="0.020081"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:14.529451" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:14.525109" elapsed="0.007726"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:49:14.541099" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:14.536733" elapsed="0.007126">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:14.544168" 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-06-24T00:49:14.544380" 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-06-24T00:49:14.544581" 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-06-24T00:49:14.544778" 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-06-24T00:49:14.544977" elapsed="0.000020"/>
</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-06-24T00:49:14.545281" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:14.545076" elapsed="0.000269"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:14.545054" elapsed="0.000321"/>
</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-06-24T00:49:14.545605" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:14.545431" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:14.545415" 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-06-24T00:49:14.545910" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:14.545739" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:14.545724" elapsed="0.000262"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:49:14.536448" elapsed="0.009602">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:14.532923" elapsed="0.013286">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:14.503691" elapsed="0.042716">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:16.567342" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:16.568191" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:49:16.568625" 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-06-24T00:49:16.548603" elapsed="0.020069"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:16.573070" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:16.569084" elapsed="0.007033"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:49:16.584395" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:16.579635" elapsed="0.008287">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:16.588276" elapsed="0.000032"/>
</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-06-24T00:49:16.588552" 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-06-24T00:49:16.588818" 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-06-24T00:49:16.589225" 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-06-24T00:49:16.589532" elapsed="0.000029"/>
</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-06-24T00:49:16.589904" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:16.589659" elapsed="0.000316"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:16.589631" elapsed="0.000377"/>
</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-06-24T00:49:16.590327" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:16.590077" elapsed="0.000320"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:16.590058" elapsed="0.000368"/>
</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-06-24T00:49:16.590725" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:16.590493" elapsed="0.000306"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:16.590474" elapsed="0.000354"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:49:16.579388" elapsed="0.011522">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:16.576211" elapsed="0.014885">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:16.547696" elapsed="0.043645">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:18.613570" level="INFO">GET Request : url=http://10.30.170.26: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.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:18.615192" level="INFO">GET Response : url=http://10.30.170.26: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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylig... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-06-24T00:49:18.615955" 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-06-24T00:49:18.592996" elapsed="0.023045"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:18.621436" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:18.616844" elapsed="0.006951"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-06-24T00:49:18.630301" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&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;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;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&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;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;/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-06-24T00:49:18.626511" elapsed="0.006741">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:18.633566" 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-06-24T00:49:18.633778" 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-06-24T00:49:18.633976" 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-06-24T00:49:18.634189" 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-06-24T00:49:18.634426" 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-06-24T00:49:18.634736" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:18.634553" elapsed="0.000239"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.634526" 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-06-24T00:49:18.635078" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:18.634869" elapsed="0.000288"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.634854" elapsed="0.000327"/>
</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-06-24T00:49:18.635409" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:18.635235" elapsed="0.000231"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.635219" elapsed="0.000276"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-06-24T00:49:18.626265" elapsed="0.009310">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:18.623882" elapsed="0.011861">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:18.592354" elapsed="0.043594">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:49:18.636216" 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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;inventory-node-ref xmlns="urn:openda...
    [ 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-06-24T00:47:38.131423" elapsed="100.504999">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;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connect...
    [ 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-06-24T00:49:18.636619" level="INFO">${status} = FAIL</msg>
<msg time="2026-06-24T00:49:18.636678" 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-06-24T00:47:38.130977" elapsed="100.505738"/>
</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-06-24T00:49:18.636952" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-06-24T00:49:18.636818" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-06-24T00:49:18.636798" elapsed="0.000303"/>
</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-06-24T00:49:18.637331" elapsed="0.000032"/>
</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-06-24T00:49:18.637565" elapsed="0.000027"/>
</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-06-24T00:49:18.637851" elapsed="0.000031"/>
</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-06-24T00:49:18.638107" elapsed="0.000023"/>
</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-06-24T00:49:18.638367" elapsed="0.000023"/>
</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-06-24T00:49:18.638516" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:18.638469" elapsed="0.000104"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.638452" elapsed="0.000148"/>
</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-06-24T00:49:18.638800" elapsed="0.000024"/>
</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-06-24T00:49:18.639020" elapsed="0.000027"/>
</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-06-24T00:49:18.639193" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:18.639132" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.639111" elapsed="0.000151"/>
</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-06-24T00:49:18.639452" elapsed="0.000024"/>
</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-06-24T00:49:18.639700" elapsed="0.000023"/>
</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-06-24T00:49:18.639859" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:18.639813" elapsed="0.000100"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.639792" elapsed="0.000143"/>
</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-06-24T00:49:18.640110" elapsed="0.000020"/>
</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-06-24T00:49:18.640539" elapsed="0.000052"/>
</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-06-24T00:49:18.640890" elapsed="0.000022"/>
</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-06-24T00:49:18.641226" elapsed="0.000022"/>
</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-06-24T00:49:18.641362" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:18.641325" elapsed="0.000083"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.641309" elapsed="0.000120"/>
</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-06-24T00:49:18.641600" elapsed="0.000028"/>
</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-06-24T00:49:18.641815" elapsed="0.000021"/>
</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-06-24T00:49:18.641946" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:18.641911" elapsed="0.000080"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.641894" elapsed="0.000118"/>
</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-06-24T00:49:18.642199" 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_before}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-06-24T00:49:18.642405" elapsed="0.000020"/>
</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-06-24T00:49:18.642576" elapsed="0.000248"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:18.642542" elapsed="0.000318"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.642525" elapsed="0.000358"/>
</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-06-24T00:49:18.643059" elapsed="0.000022"/>
</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-06-24T00:49:18.643286" elapsed="0.000021"/>
</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-06-24T00:49:18.643411" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:18.643375" elapsed="0.000080"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.643358" elapsed="0.000119"/>
</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-06-24T00:49:18.643719" elapsed="0.000025"/>
</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-06-24T00:49:18.644057" elapsed="0.000022"/>
</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-06-24T00:49:18.644361" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:18.644213" elapsed="0.000199"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.644191" elapsed="0.000242"/>
</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-06-24T00:49:18.644607" elapsed="0.000021"/>
</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-06-24T00:49:18.644930" elapsed="0.000046"/>
</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-06-24T00:49:18.645088" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:18.645054" elapsed="0.000120"/>
</branch>
<status status="NOT RUN" start="2026-06-24T00:49:18.645038" elapsed="0.000163"/>
</if>
<return>
<value>PASS</value>
<value>${error_message}</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-06-24T00:49:18.645233" elapsed="0.000013"/>
</return>
<msg time="2026-06-24T00:49:18.645597" level="INFO">${status} = FAIL</msg>
<msg time="2026-06-24T00:49:18.645678" level="INFO">${error_message} = Fail checking topology</msg>
<msg time="2026-06-24T00:49:18.645725" 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-06-24T00:47:12.944836" elapsed="125.700913"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<break>
<status status="PASS" start="2026-06-24T00:49:18.646082" elapsed="0.000044"/>
</break>
<status status="PASS" start="2026-06-24T00:49:18.645826" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-06-24T00:49:18.645809" elapsed="0.000394"/>
</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-06-24T00:49:18.646570" elapsed="0.000025"/>
</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-06-24T00:49:18.646782" elapsed="0.000022"/>
</kw>
<var name="${switches}">100</var>
<status status="PASS" start="2026-06-24T00:47:12.939607" elapsed="125.707311"/>
</iter>
<var>${switches}</var>
<value>${start}</value>
<value>${stop+1}</value>
<value>${step}</value>
<status status="PASS" start="2026-06-24T00:47:12.937399" elapsed="125.709559"/>
</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-06-24T00:49:18.647263" elapsed="0.000714"/>
</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-06-24T00:49:18.648374" elapsed="0.000299"/>
</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-06-24T00:49:18.648865" elapsed="0.000376"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-24T00:49:18.649800" 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-06-24T00:49:18.649413" elapsed="0.000446"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-24T00:49:18.650318" 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-06-24T00:49:18.650039" elapsed="0.000332"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-24T00:49:18.650801" 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-06-24T00:49:18.650530" elapsed="0.000326"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-24T00:49:18.651540" 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-06-24T00:49:18.651165" elapsed="0.000460"/>
</kw>
<doc>Find max number of switches starting from 100 till reaching 800 in steps of 100</doc>
<status status="PASS" start="2026-06-24T00:47:12.931817" elapsed="125.719987"/>
</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-06-24T00:49:18.664327" level="INFO">DELETE Request : url=http://10.30.170.26:8181/rests/data/opendaylight-inventory:nodes 
 path_url=/rests/data/opendaylight-inventory:nodes 
 headers={'User-Agent': 'python-requests/2.34.2', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01gj3y4g5gq9nc1vm4vo1ygo7rl0.node0', 'Content-Length': '0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-06-24T00:49:18.664380" level="INFO">DELETE Response : url=http://10.30.170.26: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-06-24T00:49:18.653854" elapsed="0.010601"/>
</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-06-24T00:49:18.653329" elapsed="0.011185"/>
</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-06-24T00:49:18.668008" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:18.667505" elapsed="0.000679"/>
</branch>
<status status="PASS" start="2026-06-24T00:49:18.667411" elapsed="0.000804"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:49:18.668562" level="INFO">index=6
host=10.30.171.14
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-06-24T00:49:18.668675" level="INFO">${current_ssh_connection} = index=6
host=10.30.171.14
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-06-24T00:49:18.668403" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:18.669517" level="INFO">Attempting to execute command "sudo mn -c" on remote system "10.30.171.14" 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-06-24T00:49:18.668925" elapsed="0.000656"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:49:18.670604" 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-06-24T00:49:18.669808" elapsed="0.000833"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T00:49:18.671858" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T00:49:18.671967" 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-06-24T00:49:18.671475" elapsed="0.000526"/>
</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-06-24T00:49:18.672473" elapsed="0.000458"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T00:49:18.674167" level="INFO">Logging into '10.30.171.14:22' as 'jenkins'.</msg>
<msg time="2026-06-24T00:49:19.366733" 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 Wed Jun 24 00:49:18 UTC 2026

  System load:  0.56               Processes:             317
  Usage of /:   19.5% of 38.58GB   Users logged in:       1
  Memory usage: 7%                 IPv4 address for ens3: 10.30.171.14
  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: Wed Jun 24 00:47:15 2026 from 10.30.170.58
[?2004h[jenkins@releng-51746-319-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-06-24T00:49:18.673705" elapsed="0.693199"/>
</kw>
<msg time="2026-06-24T00:49:19.366990" 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-06-24T00:49:18.673199" elapsed="0.693887"/>
</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-06-24T00:49:18.670955" elapsed="0.696266"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-24T00:49:19.367738" level="INFO">Executing command 'sudo mn -c'.</msg>
<msg time="2026-06-24T00:49:28.239881" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-24T00:49:28.240342" level="INFO">${stdout} = </msg>
<msg time="2026-06-24T00:49:28.240453" 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-06-24T00:49:19.367476" elapsed="8.873244"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T00:49:28.241247" elapsed="0.000611"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:28.242995" 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-06-24T00:49:28.242355" elapsed="0.001078"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:49:28.243898" elapsed="0.000037"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:28.243607" elapsed="0.000398"/>
</branch>
<status status="PASS" start="2026-06-24T00:49:28.243557" elapsed="0.000497"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-06-24T00:49:28.244437" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-06-24T00:49:28.244203" elapsed="0.000434"/>
</branch>
<status status="PASS" start="2026-06-24T00:49:28.244137" elapsed="0.000618"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:49:28.244846" elapsed="0.000042"/>
</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-06-24T00:49:28.250675" elapsed="0.000152"/>
</kw>
<msg time="2026-06-24T00:49:28.250874" 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-06-24T00:49:28.250000" elapsed="0.000944"/>
</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-06-24T00:49:28.251106" elapsed="0.000022"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-06-24T00:49:28.251292" 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-06-24T00:49:28.245660" elapsed="0.005716"/>
</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-06-24T00:49:18.666831" elapsed="9.584665"/>
</kw>
<msg time="2026-06-24T00:49:28.251555" 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-06-24T00:49:18.665925" elapsed="9.585692"/>
</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-06-24T00:49:18.665332" elapsed="9.586364"/>
</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-06-24T00:49:28.254045" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T00:49:28.253740" elapsed="0.000363"/>
</branch>
<status status="PASS" start="2026-06-24T00:49:28.253720" elapsed="0.000407"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:49:28.254426" level="INFO">index=6
host=10.30.171.14
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-06-24T00:49:28.254534" level="INFO">${current_ssh_connection} = index=6
host=10.30.171.14
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-06-24T00:49:28.254300" elapsed="0.000263"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:28.255103" 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.171.14" 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-06-24T00:49:28.254719" elapsed="0.000444"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T00:49:28.255707" 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-06-24T00:49:28.255326" elapsed="0.000406"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T00:49:28.256661" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T00:49:28.256740" 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-06-24T00:49:28.256324" elapsed="0.000439"/>
</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-06-24T00:49:28.256925" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T00:49:28.258128" level="INFO">Logging into '10.30.171.14:22' as 'jenkins'.</msg>
<msg time="2026-06-24T00:49:28.621875" 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 Wed Jun 24 00:49:18 UTC 2026

  System load:  0.56               Processes:             317
  Usage of /:   19.5% of 38.58GB   Users logged in:       1
  Memory usage: 7%                 IPv4 address for ens3: 10.30.171.14
  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: Wed Jun 24 00:49:19 2026 from 10.30.170.58
[?2004h[jenkins@releng-51746-319-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-06-24T00:49:28.257811" elapsed="0.364371"/>
</kw>
<msg time="2026-06-24T00:49:28.622271" 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-06-24T00:49:28.257441" elapsed="0.365120"/>
</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-06-24T00:49:28.255953" elapsed="0.366721"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-24T00:49:28.623250" 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-06-24T00:49:28.666856" level="INFO">Command exited with return code -1.</msg>
<msg time="2026-06-24T00:49:28.667209" level="INFO">${stdout} = </msg>
<msg time="2026-06-24T00:49:28.667315" 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-06-24T00:49:28.622927" elapsed="0.044442"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T00:49:28.667846" elapsed="0.000686"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T00:49:28.669721" level="INFO"/>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T00:49:28.669023" elapsed="0.000809"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:49:28.670399" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-06-24T00:49:28.670033" elapsed="0.000478"/>
</branch>
<status status="PASS" start="2026-06-24T00:49:28.669978" elapsed="0.000584"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-06-24T00:49:28.670921" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-06-24T00:49:28.670680" elapsed="0.000388"/>
</branch>
<status status="PASS" start="2026-06-24T00:49:28.670646" elapsed="0.000474"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T00:49:28.671232" elapsed="0.000035"/>
</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-06-24T00:49:28.680894" elapsed="0.000209"/>
</kw>
<msg time="2026-06-24T00:49:28.681195" 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-06-24T00:49:28.679864" elapsed="0.001424"/>
</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-06-24T00:49:28.681517" elapsed="0.000031"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-06-24T00:49:28.681752" 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-06-24T00:49:28.672064" elapsed="0.009804"/>
</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-06-24T00:49:28.253002" elapsed="0.428995"/>
</kw>
<msg time="2026-06-24T00:49:28.682069" 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-06-24T00:49:28.252386" elapsed="0.429838"/>
</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-06-24T00:49:28.251907" elapsed="0.430426"/>
</kw>
<status status="PASS" start="2026-06-24T00:49:18.664812" elapsed="10.017597"/>
</kw>
<kw name="Delete All Sessions" owner="RequestsLibrary">
<msg time="2026-06-24T00:49:28.682793" level="INFO">Deleting All Sessions</msg>
<doc>Removes all the session objects</doc>
<status status="PASS" start="2026-06-24T00:49:28.682685" elapsed="0.000218"/>
</kw>
<doc>Cleanup when workflow is interrupt</doc>
<status status="PASS" start="2026-06-24T00:49:18.652880" elapsed="10.030095"/>
</kw>
<doc>Test suite for finding out max number of switches</doc>
<status status="PASS" start="2026-06-24T00:47:11.535101" elapsed="137.147920"/>
</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>
