-/* $OpenBSD: parse.y,v 1.43 2018/11/01 00:18:44 sashan Exp $ */
+/* $OpenBSD: parse.y,v 1.44 2018/11/11 13:55:07 remi Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
}
;
-interface_block : '{' optnl interfaceopts_l '}'
+interface_block : /* empty */
+ | '{' optnl interfaceopts_l '}'
| '{' optnl '}'
;
-.\" $OpenBSD: ripd.conf.5,v 1.16 2018/11/10 19:12:34 remi Exp $
+.\" $OpenBSD: ripd.conf.5,v 1.17 2018/11/11 13:55:07 remi Exp $
.\"
.\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
.\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org>
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 10 2018 $
+.Dd $Mdocdate: November 11 2018 $
.Dt RIPD.CONF 5
.Os
.Sh NAME
they are inherited.
.Bd -literal -offset indent
interface em0 {
+ cost 9
+ auth-type none
}
+interface ix1
.Ed
.Pp
Interface-specific parameters are listed below.