.\" 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_ADD_VLAN" "9" "09 October 2005" "" ""
.SH NAME
bond_add_vlan \- add a new vlan id on bond
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int bond_add_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 add
.SH "DESCRIPTION"
.PP
Returns -ENOMEM if allocation failed.