> > I don't understand. From the manpage, strconf(1M) is used to query the
> > configuration of the stream associated with the user's standard input. Why
> > is it anything to do with networking streams.
>
> # strconf < /dev/bge0
> bge
> #
I see. In that case, strconf can be used to observe the dladm autopush
configuration. For example, if you have a link named net0, and set the
autopush configuration:
dladm set-linkprop -p autopush=vpnmod net0
you could use "strconf < /dev/net/net0" to observe the autopush
configuration then. But there won't be a module named "net" in that stream.
Thanks
- Cathy