diff options
| author | Renato Westphal <renato@openbsd.org> | 2018-06-05 11:14:09 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-05 11:14:09 -0300 |
| commit | 12d82cd7bffbfe944bdee53cd96cb16cdf623e13 (patch) | |
| tree | e640b5e63a53d6111db37a0f5a64b1833bc8cebb | |
| parent | 0465ec8de97d3a8ced509407e26f97eafa50e9ae (diff) | |
| parent | b482a7fd83edd42524226f77db2e4b5fa5c19381 (diff) | |
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 f87196426c..a1b9e6e6a6 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; |
