capabilty
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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,
#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) */