]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd rfapi: remove ability to configure use of encap-safi (continue to use encap...
authorLou Berger <lberger@labn.net>
Tue, 23 May 2017 19:02:31 +0000 (15:02 -0400)
committerLou Berger <lberger@labn.net>
Tue, 23 May 2017 19:42:40 +0000 (15:42 -0400)
Signed-off-by: Lou Berger <lberger@labn.net>
bgpd/rfapi/bgp_rfapi_cfg.c

index 722948c737e3da7d2f9420d7689669c5c9fddd05..6002046bcd813b98bcc61e58ad048efb31a85fa6 100644 (file)
@@ -290,10 +290,9 @@ bgp_rfapi_is_vnc_configured (struct bgp *bgp)
 
 DEFUN (vnc_advertise_un_method,
        vnc_advertise_un_method_cmd,
-       "vnc advertise-un-method <encap-safi|encap-attr>",
+       "vnc advertise-un-method encap-attr",
        VNC_CONFIG_STR
        "Method of advertising UN addresses\n"
-       "Via Encapsulation SAFI\n"
        "Via Tunnel Encap attribute (in VPN SAFI)\n")
 {
   VTY_DECLVAR_CONTEXT(bgp, bgp);