public final class ExtendedCommunityUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isTransitive(int type)
Check the Extended Community type for transitivity.
|
static int |
setTransitivity(int type,
boolean isTransitive)
Sets transitivity flag for the Extended Community type.
|
public static int setTransitivity(int type, boolean isTransitive)
type
- Extended Community TypeisTransitive
- Extended Community transitivitypublic static boolean isTransitive(int type)
type
- Extended Community TypeCopyright © 2018 OpenDaylight. All rights reserved.