CVS: cvs.openbsd.org: src
David Gwynne <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/12 19:08:59 Modified files: sbin/ifconfig : ifconfig.c Log message: fix "ifconfig vebX -tagged ifX" it was wired up in the code to expect an extra argument, which isn't needed or expected as it is meant to clear all the tags on the interface. found by and fix identified by scott colby on bugs@ thanks scott