You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some switch models wrap the output when it exceeds the width of the terminal. As it may not be required to fully simulate this feature, systems developed to interact with those routers must expect to read the output on multiple lines.
To do so, fake-switches should support this feature by simulating line wrap at a fixed terminal width determined some how (configuration) or dynamically defined by the terminal width the same way the real switch would do.
The text was updated successfully, but these errors were encountered:
Currently, port names were written all on one line, as if the software
connecting had defined a very long terminal. This is not always the
case.
Fake-switch should expose possible cases, such as port names wrapping on
other lines.
This commit adds this (missing) feature to the show vlan command.
This is a follow up of internap#90.
Partial-bug: internap#97
Currently, port names were written all on one line, as if the software
connecting had defined a very long terminal. This is not always the
case.
Fake-switch should expose possible cases, such as port names wrapping on
other lines.
This commit adds this (missing) feature to the show vlan command.
This is a follow up of #90.
Partial-bug: #97
FrancoisLopez
pushed a commit
to FrancoisLopez/fake-switches
that referenced
this issue
May 6, 2019
Some switch models wrap the output when it exceeds the width of the terminal. As it may not be required to fully simulate this feature, systems developed to interact with those routers must expect to read the output on multiple lines.
To do so, fake-switches should support this feature by simulating line wrap at a fixed terminal width determined some how (configuration) or dynamically defined by the terminal width the same way the real switch would do.
The text was updated successfully, but these errors were encountered: