Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cedar/VLanUnix: add description to FreeBSD tap device #1860

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

metalefty
Copy link
Contributor

In addition to #1859, added interface description to the tap interface.

$ ifconfig vpn_client
vpn_client: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        description: SoftEther Virtual Network Adapter <-- THIS IS IT!
        options=80000<LINKSTATE>
        ether 5e:51:5e:48:ea:ef
        hwaddr 58:9c:fc:10:34:2a
        groups: tap
        media: Ethernet autoselect
        status: active
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        Opened by PID 35981

$ ifconfig vpn_client
vpn_client: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        description: SoftEther Virtual Network Adapter
        options=80000<LINKSTATE>
        ether 5e:51:5e:48:ea:ef
        hwaddr 58:9c:fc:10:34:2a
        groups: tap
        media: Ethernet autoselect
        status: active
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        Opened by PID 35981
@metalefty metalefty changed the title Cefar/VLanUnix: add description to FreeBSD tap device Cedar/VLanUnix: add description to FreeBSD tap device Jun 1, 2023
@metalefty
Copy link
Contributor Author

Force-pushed to fix typo in the commit message.

@metalefty
Copy link
Contributor Author

Could you merge this if no problem?

@davidebeatrici
Copy link
Member

Oh, sorry for the delay.

@davidebeatrici davidebeatrici merged commit 1c0bdb0 into SoftEtherVPN:master Jun 8, 2023
@metalefty metalefty deleted the bsdunixvlan-desc branch June 9, 2023 05:19
freebsd-git pushed a commit to freebsd/freebsd-ports that referenced this pull request Jun 9, 2023
Add description to tap device when working as SoftEtherVPN client.

Changes:	SoftEtherVPN/SoftEtherVPN#1860
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants