summaryrefslogtreecommitdiff
path: root/networking/ntpd.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2019-01-22 11:11:15 +0100
committerDenys Vlasenko2019-02-14 14:40:57 +0100
commit8296334c1f457c598e04e1aa0f79cbdbbba27427 (patch)
tree79460da8303b6ca8da9ccf49dc1d93543447d400 /networking/ntpd.c
parent7f8f20714aefd4d6c7eaf7da941cdef743983521 (diff)
downloadbusybox-8296334c1f457c598e04e1aa0f79cbdbbba27427.zip
busybox-8296334c1f457c598e04e1aa0f79cbdbbba27427.tar.gz
ip link: Fix vlan proto, closes 8261 and 11638
The proto has to be passed in network byte-order. While at it allow for ip link add link eth0 name eth0.2.24 type vlan proto 802.1ad id 24 ip link del link eth0 name eth0.2.24 type vlan proto 802.1ad id 24 The del was lacking a dev_str and thus errored out. Fix by using name/dev counterpart as fallback. The proto identifier 802.1Q was not recognized, just it's lowercase variant, fix that too. function old new delta do_add_or_delete 1275 1376 +101 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 101/0) Total: 101 bytes Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'networking/ntpd.c')
0 files changed, 0 insertions, 0 deletions