Signed-off-by: IWASE Yusuke <iwase.yusu...@gmail.com> --- ryu/lib/packet/zebra.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)
diff --git a/ryu/lib/packet/zebra.py b/ryu/lib/packet/zebra.py index c3a26a3..52d0605 100644 --- a/ryu/lib/packet/zebra.py +++ b/ryu/lib/packet/zebra.py @@ -198,6 +198,23 @@ ZEBRA_LLT_IEEE80211_RADIOTAP = 47 ZEBRA_LLT_IEEE802154 = 48 ZEBRA_LLT_IEEE802154_PHY = 49 +# Link Parameters Status +LP_UNSET = 0x0000 +LP_TE = 0x0001 +LP_MAX_BW = 0x0002 +LP_MAX_RSV_BW = 0x0004 +LP_UNRSV_BW = 0x0008 +LP_ADM_GRP = 0x0010 +LP_RMT_AS = 0x0020 +LP_DELAY = 0x0040 +LP_MM_DELAY = 0x0080 +LP_DELAY_VAR = 0x0100 +LP_PKT_LOSS = 0x0200 +LP_RES_BW = 0x0400 +LP_AVA_BW = 0x0800 +LP_USE_BW = 0x1000 +LP_TE_METRIC = 0x2000 + # "non-official" architectural constants MAX_CLASS_TYPE = 8 -- 2.7.4 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel