network/ifup.sh: echo in get_vid() instead of using the return value
authorHarald Hoyer <harald@redhat.com>
Wed, 6 Feb 2013 16:56:46 +0000 (17:56 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 8 Feb 2013 15:52:38 +0000 (16:52 +0100)
commit39135af15558c9a2af6fcf18a391fb9b120fb5b1
tree23a9a163d9ba3cdb7943e1dac882f79b09fc19fd
parent02640e8e653354c3f871717c0b3f967e4135ae1f
network/ifup.sh: echo in get_vid() instead of using the return value

The return value is module 256, so VLAN ids > 255 could not be returned.
modules.d/40network/ifup.sh