1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Kill duplicity between rif and rif_patt.

This commit is contained in:
Pavel Machek
1999-05-31 19:43:08 +00:00
parent 72efa4b6f8
commit 9607536dbf
3 changed files with 8 additions and 11 deletions

View File

@@ -87,14 +87,6 @@ struct rip_interface {
sock *sock;
struct rip_connection *busy;
struct rip_patt *patt;
int metric; /* User configurable data */
int mode;
#define IM_MULTICAST 1
#define IM_BROADCAST 2
#define IM_QUIET 4
#define IM_NOLISTEN 8
#define IM_VERSION1 16
};
struct rip_patt {
@@ -102,6 +94,11 @@ struct rip_patt {
int metric;
int mode;
#define IM_MULTICAST 1
#define IM_BROADCAST 2
#define IM_QUIET 4
#define IM_NOLISTEN 8
#define IM_VERSION1 16
};
struct rip_proto_config {