aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-23 16:59:45 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-23 16:59:45 +0100
commitaf3faf8a811f39eeb45feceb88d32846560842cb (patch)
tree19ad8cc60f4335f3805d184491ebd22926fc2dea
parentd062f8318e3b4b61da4179162f6a0a44784d233e (diff)
vty: Allow to specify 14 bits for the CPC.
-rw-r--r--src/vty_interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vty_interface.c b/src/vty_interface.c
index 0f67fc7..255dd44 100644
--- a/src/vty_interface.c
+++ b/src/vty_interface.c
@@ -366,7 +366,7 @@ DEFUN(cfg_ss7_linkset, cfg_ss7_linkset_cmd,
}
DEFUN(cfg_linkset_mtp3_dpc, cfg_linkset_mtp3_dpc_cmd,
- "mtp3 dpc <0-255>",
+ "mtp3 dpc <0-8191>",
"MTP Level3\n" "Destination Point Code\n" "Point Code\n")
{
struct mtp_link_set *set = vty->index;
@@ -375,7 +375,7 @@ DEFUN(cfg_linkset_mtp3_dpc, cfg_linkset_mtp3_dpc_cmd,
}
DEFUN(cfg_linkset_mtp3_opc, cfg_linkset_mtp3_opc_cmd,
- "mtp3 opc <0-255>",
+ "mtp3 opc <0-8191>",
"MTP Level3\n" "Originating Point Code\n" "Point Code\n")
{
struct mtp_link_set *set = vty->index;