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/rip/config.Y | |
parent | 0c3d9dacafdb807d2101c67610969707353f434a (diff) |
Check validity of interface definitions.
Thanks to Aleksey Berezin for the bugreport.
Diffstat (limited to 'proto/rip/config.Y')
-rw-r--r-- | proto/rip/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/config.Y b/proto/rip/config.Y index 791c43a2..76397520 100644 --- a/proto/rip/config.Y +++ b/proto/rip/config.Y @@ -110,7 +110,7 @@ rip_iface_init: } ; -rip_iface: +rip_iface: /* TODO: switch to iface_patt_list_nopx */ rip_iface_init iface_patt_list rip_iface_opt_list ; |