On 1/12/2012 7:53 AM, 扻薤膰靨蜲膻wrote:
> Hi, Freebsd-questions.
>
> # ifconfig ng0
> ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1400
> nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
> meta-up# ifconfig ng0 destroy
> ifconfig: SIOCIFDESTROY: Invalid argument
>
> why I can not destroy interface?
>
The destroy ifconfig command is meant to be used on clonable
interfaces. You can destroy a netgraph node using ngctl.
Try 'ngctl kill ng0:'.
HTH, Nikos
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"