diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-03-31 00:56:44 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-03-31 01:52:28 +0200 |
commit | d7c0628591b802e202903b63fce53b6a422a3db2 (patch) | |
tree | 2202050e07a73c435785565b6e74e0116f8fad39 /proto/bfd | |
parent | 0c3d9dacafdb807d2101c67610969707353f434a (diff) |
Check validity of interface definitions.
Thanks to Aleksey Berezin for the bugreport.
Diffstat (limited to 'proto/bfd')
-rw-r--r-- | proto/bfd/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bfd/config.Y b/proto/bfd/config.Y index 1bf8764f..67a4983b 100644 --- a/proto/bfd/config.Y +++ b/proto/bfd/config.Y @@ -89,7 +89,7 @@ bfd_iface_opt_list: | '{' bfd_iface_opts '}' ; -bfd_iface: bfd_iface_start iface_patt_list bfd_iface_opt_list +bfd_iface: bfd_iface_start iface_patt_list_nopx bfd_iface_opt_list { add_tail(&BFD_CFG->patt_list, NODE this_ipatt); }; bfd_multihop: bfd_iface_start bfd_iface_opt_list |