.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "BOND_DEL_VLAN" "9" "09 October 2005" "" ""
.SH NAME
bond_del_vlan \- delete a vlan id from bond
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int bond_del_vlan (struct bonding * \fIbond\fB, unsigned short \fIvlan_id\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbond\fB\fR
bond that got the notification
.TP
\fB\fIvlan_id\fB\fR
the vlan id to delete
.SH "DESCRIPTION"
.PP
returns -ENODEV if \fIvlan_id\fR was not found in \fIbond\fR\&.