]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Fix defualt-default typo in bgp evpn help text
authorSebastian Lohff <seba@someserver.de>
Wed, 4 Oct 2017 19:25:12 +0000 (21:25 +0200)
committerSebastian Lohff <seba@someserver.de>
Wed, 4 Oct 2017 20:15:01 +0000 (22:15 +0200)
Signed-off-by: Sebastian Lohff <seba@someserver.de>
bgpd/bgp_evpn_vty.c

index 7454aec892b96d5f2d891bb7cc60aac6877b8055..145890846b75b5701e051855df2547e9f5edbf96 100644 (file)
@@ -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);