|
@@ -736,6 +736,9 @@ connected_dump_vty (struct vty *vty, struct connected *connected)
|
|
|
if (CHECK_FLAG (connected->flags, ZEBRA_IFA_SECONDARY))
|
|
|
vty_out (vty, " secondary");
|
|
|
|
|
|
+ if (CHECK_FLAG (connected->flags, ZEBRA_IFA_UNNUMBERED))
|
|
|
+ vty_out (vty, " unnumbered");
|
|
|
+
|
|
|
if (connected->label)
|
|
|
vty_out (vty, " %s", connected->label);
|
|
|
|