summaryrefslogtreecommitdiffstats
path: root/v3po/v3po2vpp/src/main/java/org/opendaylight/yang/gen/v1/urn/honeycomb/params/xml/ns/yang/v3po2vpp/rev160406/Readme.adoc
blob: 8917105f50a096670fa26aecd6e67b7c3792c9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
= V3po2vpp
V3po2vpp contains v3po-api's handlers (writer/reader) registration into HC infrastructure

== Writers
Current order of v3po-api writers is:

. BridgeDomain
. VhostUser
. VxlanGpe
. Tap
. Vxlan
. Interface
. L2
. SubInterface
. L2
. Ethernet
. Routing
. Ipv6
. Ipv4
. Address
. Neighbor
. L2FibEntry
. Rewrite
. Address

To find out current order in runtime, turn on logging for writer registry:

  log:set TRACE io.fd.honeycomb.v3po.translate.util.write.registry

== Readers