diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2017-10-04 17:31:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-04 17:31:45 -0400 |
| commit | bb0470088d303722e823d199a1cecfa40cf45027 (patch) | |
| tree | 2cdfcf727ae4c34bd745df035dae52c57c494de3 | |
| parent | a04a5db1df00c0ef4fbb78b8b7d80b91c7c909ef (diff) | |
| parent | 078af92eac9c3dd5236cb25483cbaf8c84bcc337 (diff) | |
Merge pull request #1289 from sebageek/fix-defualt-typo
Fix defualt-default typo in bgp evpn help text
| -rw-r--r-- | bgpd/bgp_evpn_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_evpn_vty.c b/bgpd/bgp_evpn_vty.c index 7454aec892..145890846b 100644 --- a/bgpd/bgp_evpn_vty.c +++ b/bgpd/bgp_evpn_vty.c @@ -2144,7 +2144,7 @@ static void write_vni_config_for_entry(struct hash_backet *backet, DEFUN (bgp_evpn_advertise_default_gw_vni, bgp_evpn_advertise_default_gw_vni_cmd, "advertise-default-gw", - "Advertise defualt g/w mac-ip routes in EVPN for a VNI\n") + "Advertise default g/w mac-ip routes in EVPN for a VNI\n") { struct bgp *bgp = VTY_GET_CONTEXT(bgp); VTY_DECLVAR_CONTEXT_SUB(bgpevpn, vpn); @@ -2184,7 +2184,7 @@ DEFUN (no_bgp_evpn_advertise_default_vni_gw, DEFUN (bgp_evpn_advertise_default_gw, bgp_evpn_advertise_default_gw_cmd, "advertise-default-gw", - "Advertise All defualt g/w mac-ip routes in EVPN\n") + "Advertise All default g/w mac-ip routes in EVPN\n") { struct bgp *bgp = VTY_GET_CONTEXT(bgp); |
