[mpls-linux-devel] Hi all
Status: Beta
Brought to you by:
jleu
|
From: Ramon C. <cas...@in...> - 2004-02-23 10:32:53
|
I've started some changes, but the current version does not compile:
net/ipv4/fib_semantics.c: In function `fib_nh_match':
net/ipv4/fib_semantics.c:351: error: `nhl' undeclared (first use in this
function)
net/ipv4/fib_semantics.c:351: error: (Each undeclared identifier is
reported only once
net/ipv4/fib_semantics.c:351: error: for each function it appears in.)
make[2]: *** [net/ipv4/fib_semantics.o] Error 1
make[1]: *** [net/ipv4] Error 2
Looks like a trivial fix:
#ifdef CONFIG_NET_MPLS
gw = fib_get_attr32(RTNH_DATA(nhl), attrlen,
RTA_MPLS_FEC);
if (gw && gw != nh->nh_mpls_fec)
return 1;
#endif
but I wonder Jamal, did you compile it before sending the patch ? :)
regards,
R.
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Ramon Casellas - GET/ENST/INFRES/RHD/A508 - cas...@in...
// Tel: +33 (0)1 45 81 75 88 Fax: +33 (0)1 45 81 71 58
// 37/39 rue Dareau 75014 Paris -- http://perso.enst.fr/~casellas
|