mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 14:12:58 +00:00
replaced // comments with C conforming /* */
This commit is contained in:
parent
0e1eb7e4b4
commit
d70b8963aa
4 changed files with 6 additions and 9 deletions
|
@ -47,13 +47,14 @@ const struct optdesc opt_route = { "route", NULL, O
|
|||
#endif
|
||||
|
||||
const struct addrdesc xioaddr_tun = { "tun", 3, xioopen_tun, GROUP_FD|GROUP_CHR|GROUP_NAMED|GROUP_OPEN|GROUP_TUN, 0, 0, 0 HELP(":<ip-addr>/<bits>") };
|
||||
// "if-name"=tun3
|
||||
/* "if-name"=tun3
|
||||
// "route"=address/netmask
|
||||
// "ip6-route"=address/netmask
|
||||
// "iff-broadcast"
|
||||
// "iff-debug"
|
||||
// "iff-promisc"
|
||||
// see .../linux/if.h
|
||||
*/
|
||||
|
||||
|
||||
#if LATER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue