diff options
author | Martin Mares <mj@ucw.cz> | 1999-11-04 14:29:43 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-11-04 14:29:43 +0100 |
commit | 2727bb7c5bbdac54661a5097f86d979799095db8 (patch) | |
tree | a981480d9cb1489ec5e8e792b77d1062806921c2 /nest/rt-dev.c | |
parent | 6dc7a0cb39d712c7670a113d5a66e9e868eb9872 (diff) | |
download | bird-2727bb7c5bbdac54661a5097f86d979799095db8.tar bird-2727bb7c5bbdac54661a5097f86d979799095db8.zip |
Renamed attr->attrs to attr->eattrs.
Diffstat (limited to 'nest/rt-dev.c')
-rw-r--r-- | nest/rt-dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-dev.c b/nest/rt-dev.c index c07b5de..2253a11 100644 --- a/nest/rt-dev.c +++ b/nest/rt-dev.c @@ -54,7 +54,7 @@ dev_ifa_notify(struct proto *p, unsigned c, struct ifa *ad) A.cast = RTC_UNICAST; A.dest = RTD_DEVICE; A.iface = ad->iface; - A.attrs = NULL; + A.eattrs = NULL; a = rta_lookup(&A); if (ad->flags & IF_UNNUMBERED) n = net_get(p->table, ad->opposite, ad->pxlen); |