commit | 918c0f2731fee506d2e38dac348be15fe2060a3c | [log] [tgz] |
---|---|---|
author | Jian Li <pyguni@gmail.com> | Wed Jan 18 13:34:25 2017 -0800 |
committer | Jonathan Hart <jono@onlab.us> | Wed Jan 18 23:34:30 2017 +0000 |
tree | 2984a5e363419305bff35772c0f0ed26c3b22d76 | |
parent | bd8a93d0e3939bdc617ba31294b689843be0c03c [diff] |
Bugfix: fix the typo of fibInstallerEnabled Change-Id: Ifee2cc676f09a4ddc1adfaa2065d9cafc1cd677f
diff --git a/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java b/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java index a02c3f6..331d04a 100644 --- a/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java +++ b/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java
@@ -104,7 +104,7 @@ return; } - Boolean newFibInstallerEnabled = Tools.isPropertyEnabled(properties, "fibInstalledEnabled"); + Boolean newFibInstallerEnabled = Tools.isPropertyEnabled(properties, "fibInstallerEnabled"); if (newFibInstallerEnabled == null) { log.info("fibInstallerEnabled is not configured, " + "using current value of {}", fibInstallerEnabled);