public static interface Seg.HopFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getEgress()
Egress interface identifier.
|
int |
getExpTime()
8-bit encoded expiration offset relative to the segment creation
timestamp.
|
long |
getIngress()
Ingress interface identifier.
|
com.google.protobuf.ByteString |
getMac()
MAC used in the dataplane to verify the hop field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getIngress()
Ingress interface identifier.
uint64 ingress = 1;long getEgress()
Egress interface identifier.
uint64 egress = 2;int getExpTime()
8-bit encoded expiration offset relative to the segment creation timestamp.
uint32 exp_time = 3;com.google.protobuf.ByteString getMac()
MAC used in the dataplane to verify the hop field.
bytes mac = 4;Copyright © 2024. All rights reserved.