Skip to content

Commit eee8f98

Browse files
ospf::: WIP WIP
1 parent 01f3a64 commit eee8f98

File tree

4 files changed

+2944
-27
lines changed

4 files changed

+2944
-27
lines changed

api/src/org/apache/cloudstack/api/command/admin/vpc/VPCQuaggaConfigUpdateCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
@APICommand(name = "vpcQuaggaConfigUpdate", description = "Captures config informaton for quagga", responseObject = VPCQuaggaConfigResponse.class, since = "4.8.0", requestHasSensitiveInfo = true)
3737
public class VPCQuaggaConfigUpdateCmd extends BaseCmd {
38-
public static final Logger s_logger = Logger.getLogger(VPCQuaggaConfigCmd.class.getName());
38+
public static final Logger s_logger = Logger.getLogger(VPCQuaggaConfigUpdateCmd.class.getName());
3939
private static final String s_name = "vpcquaggaconfigresponse";
4040

4141
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)