Class MappingServiceShell
java.lang.Object
org.opendaylight.lispflowmapping.implementation.MappingServiceShell
- All Implemented Interfaces:
IMappingServiceShell
Implement Karaf commands to interact with the Mapping Service.
- Author:
- Lorand Jakab
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add the default key "password" for the IPv4 prefix 0.0.0.0/0.void
Add the default key "password" for the IPv6 prefix ::0/0.Print the full authentication key database in human readable form.Print the full mapping database in human readable form.Print the full authentication key database.Print the full mapping database.
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOG
-
-
Constructor Details
-
MappingServiceShell
-
-
Method Details
-
printMappings
Description copied from interface:IMappingServiceShell
Print the full mapping database.- Specified by:
printMappings
in interfaceIMappingServiceShell
- Returns:
- the text to be printed on the Karaf console.
-
prettyPrintMappings
Description copied from interface:IMappingServiceShell
Print the full mapping database in human readable form.- Specified by:
prettyPrintMappings
in interfaceIMappingServiceShell
- Returns:
- the text to be printed on the Karaf console.
-
printKeys
Description copied from interface:IMappingServiceShell
Print the full authentication key database.- Specified by:
printKeys
in interfaceIMappingServiceShell
- Returns:
- the text to be printed on the Karaf console.
-
prettyPrintKeys
Description copied from interface:IMappingServiceShell
Print the full authentication key database in human readable form.- Specified by:
prettyPrintKeys
in interfaceIMappingServiceShell
- Returns:
- the text to be printed on the Karaf console.
-
addDefaultKeyIPv4
public void addDefaultKeyIPv4()Description copied from interface:IMappingServiceShell
Add the default key "password" for the IPv4 prefix 0.0.0.0/0.- Specified by:
addDefaultKeyIPv4
in interfaceIMappingServiceShell
-
addDefaultKeyIPv6
public void addDefaultKeyIPv6()Description copied from interface:IMappingServiceShell
Add the default key "password" for the IPv6 prefix ::0/0.- Specified by:
addDefaultKeyIPv6
in interfaceIMappingServiceShell
-