Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -32,7 +32,7 @@ import org.slf4j.LoggerFactory; | ... | @@ -32,7 +32,7 @@ import org.slf4j.LoggerFactory; |
32 | */ | 32 | */ |
33 | public class ONLabLddp extends LLDP { | 33 | public class ONLabLddp extends LLDP { |
34 | 34 | ||
35 | - private static final Logger log = LoggerFactory.getLogger(ONLabLddp.class); | 35 | + private static final Logger LOG = LoggerFactory.getLogger(ONLabLddp.class); |
36 | // ON.Lab OUI and OVX name for organizationally specific TLVs | 36 | // ON.Lab OUI and OVX name for organizationally specific TLVs |
37 | public static final byte[] ONLAB_OUI = {(byte) 0xa4, 0x23, 0x05}; | 37 | public static final byte[] ONLAB_OUI = {(byte) 0xa4, 0x23, 0x05}; |
38 | public static final String OVX_NAME = "OpenVirteX"; | 38 | public static final String OVX_NAME = "OpenVirteX"; | ... | ... |
-
Please register or login to post a comment