]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - proto/bgp/bgp.h
BGP: Mandatory option for channels
[thirdparty/bird.git] / proto / bgp / bgp.h
index 56dbf4854c12a79a54b008fa05a88092fec29da9..8c7d57b9bdef2d585862fb7dfa61ab270e3488c8 100644 (file)
@@ -136,6 +136,7 @@ struct bgp_channel_config {
   ip_addr next_hop_addr;               /* Local address for NEXT_HOP attribute */
   u8 next_hop_self;                    /* Always set next hop to local IP address (NH_*) */
   u8 next_hop_keep;                    /* Do not modify next hop attribute (NH_*) */
+  u8 mandatory;                                /* Channel is mandatory in capability negotiation */
   u8 missing_lladdr;                   /* What we will do when we don' know link-local addr, see MLL_* */
   u8 gw_mode;                          /* How we compute route gateway from next_hop attr, see GW_* */
   u8 secondary;                                /* Accept also non-best routes (i.e. RA_ACCEPTED) */