public class MappingServiceShell extends Object implements IMappingServiceShell
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
MappingServiceShell(IMappingService mappingService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefaultKeyIPv4()
Add the default key "password" for the IPv4 prefix 0.0.0.0/0.
|
void |
addDefaultKeyIPv6()
Add the default key "password" for the IPv6 prefix ::0/0.
|
String |
prettyPrintKeys()
Print the full authentication key database in human readable form.
|
String |
prettyPrintMappings()
Print the full mapping database in human readable form.
|
String |
printKeys()
Print the full authentication key database.
|
String |
printMappings()
Print the full mapping database.
|
public MappingServiceShell(IMappingService mappingService)
public String printMappings()
IMappingServiceShellprintMappings in interface IMappingServiceShellpublic String prettyPrintMappings()
IMappingServiceShellprettyPrintMappings in interface IMappingServiceShellpublic String printKeys()
IMappingServiceShellprintKeys in interface IMappingServiceShellpublic String prettyPrintKeys()
IMappingServiceShellprettyPrintKeys in interface IMappingServiceShellpublic void addDefaultKeyIPv4()
IMappingServiceShelladdDefaultKeyIPv4 in interface IMappingServiceShellpublic void addDefaultKeyIPv6()
IMappingServiceShelladdDefaultKeyIPv6 in interface IMappingServiceShellCopyright © 2019 OpenDaylight. All rights reserved.