• Alessandro Rubini's avatar
    master: obey vlans · 3b985b02
    Alessandro Rubini authored
    When we support multiple vlans, we must issue announce to all
    supported vlans. Same applies to sync/follow-up. This changes
    state-master.c to do the sending several times.
    
    Initially I changed msg.c (for the announce message only), this saved
    the repeated call to msg_pack_announce() but by doing it at
    state-master level I have simpler code and layer consistency (doing
    sync/fup at msg.c level would be a mess).
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    3b985b02
state-master.c 3.94 KB