diff options
author | Renato Westphal <renato@openbsd.org> | 2018-06-05 16:14:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 16:14:09 +0200 |
commit | 12d82cd7bffbfe944bdee53cd96cb16cdf623e13 (patch) | |
tree | e640b5e63a53d6111db37a0f5a64b1833bc8cebb | |
parent | Merge pull request #2352 from qlyoung/fix-yet-another-vtysh-read-bug (diff) | |
parent | bgpd: fix missing docstring (diff) | |
download | frr-12d82cd7bffbfe944bdee53cd96cb16cdf623e13.tar.xz frr-12d82cd7bffbfe944bdee53cd96cb16cdf623e13.zip |
Merge pull request #2368 from qlyoung/fix-show-bgp-l2vpn-evpn-missing-docstring
bgpd: fix missing docstring
-rw-r--r-- | bgpd/bgp_evpn_vty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/bgp_evpn_vty.c b/bgpd/bgp_evpn_vty.c index f87196426..a1b9e6e6a 100644 --- a/bgpd/bgp_evpn_vty.c +++ b/bgpd/bgp_evpn_vty.c @@ -3256,7 +3256,8 @@ DEFUN(show_bgp_l2vpn_evpn_es, L2VPN_HELP_STR EVPN_HELP_STR "ethernet-Segment\n" - "Ethernet-Segment Identifier\n") + "Ethernet-Segment Identifier\n" + JSON_STR) { int idx = 0; uint8_t uj = 0; |