> >usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ifconfig.c > > > >3649: why not use IF_NAMESIZE (the standard maximum interface name > > constant)? > > > > > Using a standard constant makes more sense. I've changed it to be a > IF_NAMESIZE.
I disagree with this change: provider is a DLPI concept, and is passed to a function that expects a buffer of DLPI_LINKNAME_MAX in size. In contrast, IF_NAMESIZE represents the maximum size of an IP interface name. -- meem
