]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd : no neighbor <> send-community large is not working dynamically
authorvishaldhingra <vdhingra@vmware.com>
Wed, 8 May 2019 03:31:39 +0000 (20:31 -0700)
committervishaldhingra <vdhingra@vmware.com>
Sat, 18 May 2019 16:15:45 +0000 (09:15 -0700)
commita78ba1c3841d4bf032cfce9d0f6cad863ae36142
treec0103986e36e993813c5c2bd149ef60b2732338c
parent84cdd5b375bb53fdcb25e3e9989af526cfa9983f
bgpd : no neighbor <> send-community large is not working dynamically

updgrp_hash_key_make() uses the PEER_UPDGRP_AF_FLAGS for the key.
PEER_UPDGRP_AF_FLAGS contains the neigbor flags.
If user do no neighbor <> send community large, then the hash key
does not change and BGP does not send update for large community change.
Added the PEER_FLAG_SEND_LARGE_COMMUNITY in PEER_UPDGRP_AF_FLAGS.
After this the hash key gets changed and update will be processed
with large community.

Signed-off-by: vishaldhingra<vdhingra@vmware.com>
bgpd/bgp_updgrp.h