In commit 90061ea7d1dd ("bond: Fix LACP fallback to active-backup when recirc
is enabled.") the file mode of bond.c accidentaly changed from 0644 to 0755.This commit restores the previous file mode (0644) on bond.c. CC: Ben Pfaff <[email protected]> Fixes: 90061ea7d1dd ("bond: Fix LACP fallback to active-backup when recirc is enabled.") Signed-off-by: Timothy Redaelli <[email protected]> --- ofproto/bond.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 ofproto/bond.c diff --git a/ofproto/bond.c b/ofproto/bond.c old mode 100755 new mode 100644 -- 2.19.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
