diff options
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 465e4d39..96c56465 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -104,6 +104,7 @@ struct rip_interface { struct rip_patt *patt; int triggered; struct object_lock *lock; + int multicast; }; struct rip_patt { |