tsnlab / libtsn

TSN library for C
GNU General Public License v3.0
5 stars 3 forks source link

Revert "fix sock_open return vlan name instead of interface name" #35

Closed tribela closed 1 year ago

tribela commented 1 year ago

Reverts tsnlab/libtsn#32 TsnSocket.ifname should contain original interface name, So it should be used later on sock_closedelete_vlan

https://github.com/tsnlab/libtsn/blob/9426f75814fe95d93bb0a0deb20b952406e28474/src/lib.rs#L180-L181

https://github.com/tsnlab/libtsn/blob/9426f75814fe95d93bb0a0deb20b952406e28474/src/lib.rs#L80-L104

Also close #34