gbp: use correct dst mac for RD-UU forward
Type: fix Change-Id: Ifdd193fab24796346b11a5df81740880f9a50ee8 Signed-off-by: Benoît Ganne <bganne@cisco.com> (cherry picked from commit db056acca08900d05ef806a6bab74ea30b262f0f)
This commit is contained in:
Benoît Ganne
committed by
Andrew Yourtchenko
parent
eb0cea6919
commit
0e520fdfd4
@ -172,7 +172,7 @@ gbp_route_domain_add_and_lock (u32 rd_id,
|
||||
mac_address_to_bytes (gbp_route_domain_get_local_mac (),
|
||||
eth->src_address);
|
||||
mac_address_to_bytes (gbp_route_domain_get_remote_mac (),
|
||||
eth->src_address);
|
||||
eth->dst_address);
|
||||
|
||||
/*
|
||||
* create an adjacency out of the uu-fwd interfaces that will
|
||||
|
Reference in New Issue
Block a user