<div dir="ltr">That would be helpful-  it'd be nice to not have to keep the same setting in multiple places in the config file<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 18, 2013 at 4:50 AM, Ondrej Zajicek <span dir="ltr"><<a href="mailto:santiago@crfreenet.org" target="_blank">santiago@crfreenet.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sat, Jun 15, 2013 at 02:41:12PM -0400, Ryan Whelan wrote:<br>
> Wow- thanks for the quick response guys!  This works great!<br>
><br>
> Is it possible to set the dead timer, auth ttype, password, etc per area<br>
> and only override the interface differences (like cost) on a per interface<br>
> basis? (having the interfaces inherit the non-specified settings from the<br>
> area config)<br>
<br>
</div>It is not currently possible, you have to copy the options.<br>
<br>
I don't think that setting per-area defaults is the best way how to<br>
solve this. It is not uncommon to have several classes of ifaces with<br>
different sets of options. Perhaps named iface templates, like ones<br>
used for protocols, could solve this issue in a better way:<br>
<br>
template "wired" { hello 3; retransmit 2; wait 10; dead 15; check link; };<br>
template "wireless" { hello 5; retransmit 2; wait 10; dead 60; };<br>
<br>
interface "eth0" from "wired" { cost 10; };<br>
interface "eth1" from "wired" { cost 20; };<br>
interface "wlan0" from "wireless" { cost 100; };<br>
interface "wlan1" from "wireless" { cost 200; };<br>
<br>
Any comments?<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Elen sila lumenn' omentielvo<br>
<br>
Ondrej 'SanTiago' Zajicek (email: <a href="mailto:santiago@crfreenet.org">santiago@crfreenet.org</a>)<br>
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, <a href="http://wwwkeys.pgp.net" target="_blank">wwwkeys.pgp.net</a>)<br>
"To err is human -- to blame it on a computer is even more so."<br>
</div></div><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.9 (GNU/Linux)<br>
<br>
iEYEARECAAYFAlHAH0EACgkQw1GB2RHercMePwCeMKVrw6K8LsawRiUNCc64JCk5<br>
JD4An2flEzgK5I/JsGRogaZcIbvAu5qc<br>
=WDMI<br>
-----END PGP SIGNATURE-----<br>
<br></blockquote></div><br></div>