mobile/vty_interface.c: do not write 'exit' to config
commitda9e830af0d185c3ac2e8f4d5259758e144a3789
authorVadim Yanitskiy <axilirator@gmail.com>
Sun, 22 Oct 2017 21:03:58 +0000 (23 00:33 +0330)
committerVadim Yanitskiy <axilirator@gmail.com>
Sun, 22 Oct 2017 21:03:58 +0000 (23 00:33 +0330)
tree6149ce62b6c237b2bbeade11249c3d675da74812
parentc5a08ef4f448d5fc0a0a02574eafb52c0eb7707b
mobile/vty_interface.c: do not write 'exit' to config

Since we use indenting as means to implicitly exit child nodes,
no need to write 'exit' at the end of each child node.

Change-Id: I73b0f3926d766d21ca68c8e01b7fc70b2b4636c9
src/host/layer23/src/mobile/vty_interface.c