X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fweb%2Fdevices%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fdevices%2Fweb%2FSubnetGatewayPortBean.java;h=ba0d2a22f165843bce0169ed12f5c29326908a99;hb=51e9be2b3aac6ea33bf21e5a3a978325d24e9e0e;hp=41246304b0ae1567aafa9802433813f7017e3a0d;hpb=a07f4280955a0065133c48d05a14ecf32a3fdbeb;p=controller.git diff --git a/opendaylight/web/devices/src/main/java/org/opendaylight/controller/devices/web/SubnetGatewayPortBean.java b/opendaylight/web/devices/src/main/java/org/opendaylight/controller/devices/web/SubnetGatewayPortBean.java index 41246304b0..ba0d2a22f1 100644 --- a/opendaylight/web/devices/src/main/java/org/opendaylight/controller/devices/web/SubnetGatewayPortBean.java +++ b/opendaylight/web/devices/src/main/java/org/opendaylight/controller/devices/web/SubnetGatewayPortBean.java @@ -10,6 +10,7 @@ package org.opendaylight.controller.devices.web; public class SubnetGatewayPortBean { private String nodeName; private String nodeId; + private PortJsonBean port; private String nodePortId; private String nodePortName;