commit | f5d50fbd2f1814b9f4dbaeec6818d66989a43a5c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Feb 11 13:27:54 2018 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Feb 11 13:27:54 2018 +0100 |
tree | bff46b2de6eeede56aeef1b7c173de01505e725f | |
parent | 3f52d13647f0660aeb9eb191ddb221f62c9df069 [diff] |
arping: code shrink Do not clear extra bits on option_mask32, it's not necessary. Move DAD bit to 2, this makes exit logic simpler. function old new delta arping_main 1655 1629 -26 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>