]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: capabilty 3885/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 27 Feb 2019 18:09:08 +0000 (18:09 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 27 Feb 2019 18:09:08 +0000 (18:09 +0000)
capabilty

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_open.c
bgpd/bgp_open.h

index 3018124f452053c9a6af3c46743cb654fbec443f..7af5827d0025cdd081ef12ed0eda258237f44ffe 100644 (file)
@@ -49,7 +49,7 @@
 
    So there is many configurable point.  First of all we want set each
    peer whether we send capability negotiation to the peer or not.
-   Next, if we send capability to the peer we want to set my capabilty
+   Next, if we send capability to the peer we want to set my capability
    inforation at each peer. */
 
 void bgp_capability_vty_out(struct vty *vty, struct peer *peer, bool use_json,
index 0fc321bdf3a6af89a31d291d64f4bbfc7667a2ea..8359f59a4131908230a8aa074b8c391fd64df3da 100644 (file)
@@ -49,7 +49,7 @@ struct graceful_restart_af {
 #define CAPABILITY_CODE_DYNAMIC_OLD    66 /* Dynamic Capability, deprecated since 2003 */
 #define CAPABILITY_CODE_DYNAMIC        67 /* Dynamic Capability */
 #define CAPABILITY_CODE_ADDPATH        69 /* Addpath Capability */
-#define CAPABILITY_CODE_FQDN           73 /* Advertise hostname capabilty */
+#define CAPABILITY_CODE_FQDN           73 /* Advertise hostname capability */
 #define CAPABILITY_CODE_ENHE            5 /* Extended Next Hop Encoding */
 #define CAPABILITY_CODE_REFRESH_OLD   128 /* Route Refresh Capability(cisco) */
 #define CAPABILITY_CODE_ORF_OLD       130 /* Cooperative Route Filtering Capability(cisco) */