Update to iproute2 is available. Most of the changes were to repair the
things that broke with the introduction of the batch mode to the ip command.
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.14-051107.tar.gz
For info on CVS ans other info see:
http://linux-net.osdl.org/index.php/Iproute2
Masahide NAKAMURA
* Updating for 2.6.14
- Show UPD{SA,POLICY} message information from kernel instead of error
- Add lengh check of deleting message from kernel
- Use macro for struct xfrm_user{sa,policy}_id
* Minor fix:
- Add fflush at the end of normal dump
Jamal Hadi Salim
* Fix handling of XFRM monitor and state
* Fix ip rule flush, need to reopen rtnl
Stephen Hemminger
* Update to 2.6.14 sanitized headers
* Add more CBQ examples from Fedora Core
* Fix buffer overrun in iproute because of bits vs. bytes confusion
Patrick McHardy
* Fix ip command shortcuts
> Update to iproute2 is available. Most of the changes were to repair the > things that broke with the introduction of the batch mode to the ip command. > http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.14-051107.tar.gzI''m getting this error when trying to compile on Slackware-10.2. The version of bison is 1.35. make[1]: Entering directory `/home/damjan/src/iproute2-2.6.14-051107/tc'' bison -d -t -v -o emp_ematch.yacc.c emp_ematch.y emp_ematch.y:11: unrecognized: %error-verbose emp_ematch.y:11: Skipping to next % make[1]: *** [emp_ematch.yacc.c] Error 1 -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
On Wed, 9 Nov 2005 17:34:33 +0100 Damjan <gdamjan@mail.net.mk> wrote:> > Update to iproute2 is available. Most of the changes were to repair the > > things that broke with the introduction of the batch mode to the ip command. > > http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.14-051107.tar.gz > > I''m getting this error when trying to compile on Slackware-10.2. > The version of bison is 1.35. > > make[1]: Entering directory `/home/damjan/src/iproute2-2.6.14-051107/tc'' > bison -d -t -v -o emp_ematch.yacc.c emp_ematch.y > emp_ematch.y:11: unrecognized: %error-verbose > emp_ematch.y:11: Skipping to next % > make[1]: *** [emp_ematch.yacc.c] Error 1 > >The ematch stuff probably needs bison 2.0 talk to Thomas.
* Stephen Hemminger <shemminger@osdl.org> 2005-11-09 09:15> On Wed, 9 Nov 2005 17:34:33 +0100 > Damjan <gdamjan@mail.net.mk> wrote: > > > > Update to iproute2 is available. Most of the changes were to repair the > > > things that broke with the introduction of the batch mode to the ip command. > > > http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.14-051107.tar.gz > > > > I''m getting this error when trying to compile on Slackware-10.2. > > The version of bison is 1.35. > > > > make[1]: Entering directory `/home/damjan/src/iproute2-2.6.14-051107/tc'' > > bison -d -t -v -o emp_ematch.yacc.c emp_ematch.y > > emp_ematch.y:11: unrecognized: %error-verbose > > emp_ematch.y:11: Skipping to next % > > make[1]: *** [emp_ematch.yacc.c] Error 1 > > > > > > The ematch stuff probably needs bison 2.0 talk to Thomas.Yes, bison 2.0 or a compatible version is required. It should be possible to remove ''%error-verbose'' from the yacc grammar at the cost of less precise grammar error messages.
> > > I''m getting this error when trying to compile on Slackware-10.2. > > > The version of bison is 1.35. > > > > The ematch stuff probably needs bison 2.0 talk to Thomas. > > Yes, bison 2.0 or a compatible version is required. It should > be possible to remove ''%error-verbose'' from the yacc grammar > at the cost of less precise grammar error messages.I''ve upgraded to Bison 1.875d and it compiled fine. -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
> Patrick McHardy > * Fix ip command shortcutsHmm.. what''s this change? I''ve noticed that "ip address" no longer works, only "ip addr" works. -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
Damjan wrote:>>Patrick McHardy >> * Fix ip command shortcuts > > > Hmm.. what''s this change? > > I''ve noticed that "ip address" no longer works, only "ip addr" works.This seems to be one of the things the introduction of batch mode broke. This patch fixes it. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc