Fix l3-agent network namespace IDs
L3-agent routers identify their namespaces as qrouter-<router-uuid> not qrouter-<net-uuid>. This makes perfect sense since routers necesseritly span multiple networks This patch fixes the desciption and changes the example namespace for clarity. Change-Id: I0f6578a7ca7d0d22236ce21f873bbc3bc366feae
This commit is contained in:
parent
f95a8592ea
commit
790023133e
@ -461,7 +461,7 @@ OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
|
||||
<para>The packet then makes it to the l3-agent. This
|
||||
is actually another TAP device within the router's
|
||||
network namespace. Router namespaces are named in the
|
||||
form <code>qrouter-<network-uuid></code> running
|
||||
form <code>qrouter-<router-uuid></code> running
|
||||
<command>ip a</command> within the namespace will show
|
||||
the TAP device name, qr-e6256f7d-31 in this example:
|
||||
</para>
|
||||
@ -917,9 +917,9 @@ gre-<N>
|
||||
qdhcp-a4d00c60-f005-400e-a24c-1bf8b8308f98
|
||||
qdhcp-fe178706-9942-4600-9224-b2ae7c61db71
|
||||
qdhcp-0a1d0a27-cffa-4de3-92c5-9d3fd3f2e74d
|
||||
qrouter-0a1d0a27-cffa-4de3-92c5-9d3fd3f2e74d
|
||||
qrouter-8a4ce760-ab55-4f2f-8ec5-a2e858ce0d39
|
||||
</computeroutput></screen>
|
||||
<para>L3-agent router namespaces are named qrouter-<net_uuid>, and dhcp-agent name
|
||||
<para>L3-agent router namespaces are named qrouter-<router_uuid>, and dhcp-agent name
|
||||
spaces are named qdhcp-<net_uuid>. This output shows a network node with four
|
||||
networks running dhcp-agents, one of which is also running an l3-agent router. It's
|
||||
important to know which network you need to be working in. A list of existing networks
|
||||
|
Loading…
x
Reference in New Issue
Block a user