| Package | Description |
|---|---|
| org.onlab.packet.pim |
Utilities for managing PIM packets.
|
| Modifier and Type | Method and Description |
|---|---|
static PIMHelloOption |
PIMHelloOption.create(short type,
short length,
ByteBuffer value)
Creates a new PIM Hello option with the specified values.
|
static PIMHelloOption |
PIMHelloOption.createGenID(int genId)
Creates a new generation ID option with a particular generation ID.
|
static PIMHelloOption |
PIMHelloOption.createHoldTime(short holdTime)
Creates a new hold time option.
|
static PIMHelloOption |
PIMHelloOption.createPriority(int priority)
Creates a new priority option.
|
static PIMHelloOption |
PIMHelloOption.createPruneDelay(short propagationDelay,
short overrideInterval)
Creates a new LAN Prune Delay option.
|
static PIMHelloOption |
PIMHelloOption.deserialize(ByteBuffer bb) |
| Modifier and Type | Method and Description |
|---|---|
Map<Short,PIMHelloOption> |
PIMHello.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PIMHello.addOption(PIMHelloOption opt)
Add a PIM Hello option to this hello message.
|
Copyright © 2016. All rights reserved.