Indicate hexadecimal preferences.

svn path=/trunk/; revision=27651
This commit is contained in:
Stig Bjørlykke 2009-03-08 11:57:44 +00:00
parent 2445e38d88
commit 4c4666e4a7
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ proto_register_itdm(void)
itdm_module = prefs_register_protocol(proto_itdm, proto_reg_handoff_itdm);
prefs_register_uint_preference(itdm_module, "mpls_label",
"ITDM MPLS label (Flow Bundle ID)",
"ITDM MPLS label (Flow Bundle ID in hex)",
"The MPLS label (aka Flow Bundle ID) used by ITDM traffic.",
16, &gbl_ItdmMPLSLabel);
}