Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-20 | Sync parse.y with recent enhancements in hoststated. | Pierre-Yves Ritschard | |
Fix behavior when running -n. henning@ | |||
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher | |
Requested and OK deraadt@ | |||
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt | |
expand to space or tab, and a \ followed by newline should be ignored (as a line continuation). compatible with the needs of hoststated (which has the most strict quoted string requirements), and ifstated (where one commonly does line continuations in strings). pointed out by mpf, discussed with pyr | |||
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt | |
yylex implementation and the code which interacts with yylex. this also brings the future potential for include support to all of the parsers. in the future please do not silly modifications to one of these files without checking if you are de-unifying the code. checked by developers in all these areas. | |||
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt | |
as found in hoststated, and make all the code diff as clean as possible. a few issues remain mostly surrounding include support, which will likely be added to more of the grammers soon. ok norby pyr, others | |||
2007-09-12 | spacing | Theo de Raadt | |
2007-09-11 | macro argument unused, using local instead; spotted by mpf | Theo de Raadt | |
2007-09-11 | extend lex to spot numbers in the stream, without impacting the parsing | Theo de Raadt | |
of ip addresses and such. this change is being pushed into all the pfctl derived parsers, starting with the easy ones; ok claudio michele | |||
2007-09-11 | The same dance as in all other routing daemons. baudrate is 64bit plus | Claudio Jeker | |
initialize iface->baudrate when the interface is created. An additional gimmick don't set the ictl->baudrate twice when building the control message. | |||
2007-09-11 | baudrate 64bit, two more questionable marked for norby | Henning Brauer | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-10 | spacing | Michele Marchetto | |
2007-03-27 | Correctly handle connected routes in srt_check_route() | Michele Marchetto | |
OK norby@ | |||
2007-03-26 | Route report packets with metric greater than infinity are legal, so don't | Michele Marchetto | |
drop them. Small typo. OK norby@ | |||
2007-03-21 | Added code to parse unicast routes learned from route report packets. | Michele Marchetto | |
Now we are able to select correctly designated forwarders and downstream dependent routers per interface. Tested and OK norby@ | |||
2007-03-19 | do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al | Henning Brauer | |
2007-03-13 | er,, no, we don't compile everything with -g | Henning Brauer | |
2007-02-28 | double word: a a | David Krause | |
2007-01-29 | Introduce new checks against the received metric to update or delete the route. | Michele Marchetto | |
OK norby@ | |||
2007-01-24 | Ignore SIGPIPE in the parent and RDE as well. | Esben Norby | |
ok claudio@ | |||
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker | |
2007-01-08 | how did you use one with an old license?? | Theo de Raadt | |
2006-12-03 | introduce rde_check_route that selects which routes must be accepted and ↵ | Michele Marchetto | |
which discarded. Still not complete, just a step forward. ok norby@ henning@ | |||
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter | |
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@ | |||
2006-11-26 | repair missing DPADD requests | Theo de Raadt | |
2006-11-10 | In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0. | Michele Marchetto | |
OK norby@ henning@ | |||
2006-11-10 | introduce reference count for struct route_report so it can be shared and | Michele Marchetto | |
freed correctly. OK norby@ henning@ | |||
2006-10-25 | strtonum, Pierre-Yves Ritschard <pyr@spootnik.org> | Henning Brauer | |
2006-10-25 | remove unused debug crap, that years ago accidently hit the tree with | Henning Brauer | |
bgpd (2004 :)), and spread ;( | |||
2006-09-26 | Simplify and make ISO chksum work on big endian machines. | Esben Norby | |
Found by me and corrected by claudio@ during the r2k6. ok claudio@ | |||
2006-08-31 | knock out the cpp/,4 stuff here too; from henning (thanks) | Jason McIntyre | |
2006-06-17 | make dvmrpd(8) behave correctly on sparc64 when generating and parsing | Esben Norby | |
route reports. help from claudio@ | |||
2006-06-17 | make dvmrpd(8) capable of fetching interfaces correctly on sparc64. | Esben Norby | |
2006-06-02 | allow igmp to work properly on p2p interfaces. | Esben Norby | |
2006-06-02 | simplify netid_len calculation, inspired by stuff from bgpd. | Esben Norby | |
2006-06-01 | More kroute.c cleanup and start using the routing socket to track interface | Claudio Jeker | |
states. | |||
2006-06-01 | small tweaks; | Jason McIntyre | |
2006-06-01 | Remove some unneeded lint goo and use setres[ug]id() instead of the setuid | Claudio Jeker | |
dance. | |||
2006-06-01 | implement adjacent nbr count, needed when we want to decide where to flood | Esben Norby | |
multicast streams. | |||
2006-06-01 | slightly better english | Martin Reindl | |
2006-06-01 | Welcome dvmrpd | Esben Norby | |
started by Esben Norby some time ago by using the imsg/three process framework of ospfd. Right now it is not particularly useful, major parts are still missing but is imported to allow more people to work on it. Status: The IGMP part is mostly complete, allowing clients to join and leave groups. Election the IGMP querier of a network is also functional, only thing missing is some corner cases when going from non-querier to querier. About half of the DVMRP is functional, probes and route reports are functional. Multicast streams can be detected and the MFC can be manipulated. The RIB is not complete but operational. Not yet connected to the builds. OK claudio@ |