NSH::md1

Description

This command sets/gets the MD1 context for NSH.

Syntax

NSH::md1 <direction> <unsigned_int> <unsigned_int> [metadata]

Examples

# Set the context for NSH.
when CLIENT_ACCEPTED {
    set str {1234567890123456}
    NSH::md1 serverside_egress 1 16 [binary format a* $str]
    set myctx1 [NSH::md1 serverside_egress 1 16]
}