Age | Commit message (Expand) | Author |
2007-03-21 | Added code to parse unicast routes learned from route report packets. | Michele Marchetto |
2007-03-21 | tweak a sentence; | Jason McIntyre |
2007-03-21 | Add RFC 3137 and remove the caveats section. Ospfd will now automaticaly | Claudio Jeker |
2007-03-21 | Document "stub router (yes|no)" and how/why it is used. | Claudio Jeker |
2007-03-21 | Add support for RFC 3137: OSPF Stub Router Advertisement | Claudio Jeker |
2007-03-21 | in addition to the host retry option in tables, add support for the | Reyk Floeter |
2007-03-20 | document the args to the "timezone" command; | Jason McIntyre |
2007-03-20 | various text improvements to make this page read better. also add in | Jason McIntyre |
2007-03-20 | make synopsis/usage() a little nicer; | Jason McIntyre |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-19 | Doh! If we support "redistribute rtlabel" we should actually track the | Claudio Jeker |
2007-03-19 | do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al | Henning Brauer |
2007-03-19 | do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al | Henning Brauer |
2007-03-19 | do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al | Henning Brauer |
2007-03-19 | when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not | Henning Brauer |
2007-03-19 | make `no @owner', `weird mode' and `@dirrm' into errors. | Marc Espie |
2007-03-18 | handle more errors during package creation. | Marc Espie |
2007-03-18 | do not use section names for locating a string tab; miod@ ok | Michael Shalayeff |
2007-03-18 | use strtonum() to avoid out of range values, way simpler than the | Theo de Raadt |
2007-03-18 | remove some unnecessary sanity checks. /var/db/pkg is supposed to contain | Marc Espie |
2007-03-17 | remove a debug message | Reyk Floeter |
2007-03-17 | fix a bug in the initial setup of the pfe2relay communication sockets | Reyk Floeter |
2007-03-17 | Exchange a strlcpy() with a strncpy(). A similar change was done in parse.y | Claudio Jeker |
2007-03-17 | move some elements in the relay imsg ctl structures (just for the style) | Reyk Floeter |
2007-03-17 | close unused relay2pfe privsep sockets correctly | Reyk Floeter |
2007-03-17 | fix the natlook mode. | Reyk Floeter |
2007-03-16 | Missed to remove SAFI_BOTH here. Informed about it by Steven Mestdagh. | Claudio Jeker |
2007-03-16 | remove unused variable; ok millert@ | Kevin Steves |
2007-03-16 | Recognise more vendor payloads (taken from IKE Scan) | Tom Cosgrove |
2007-03-16 | A few more s/2858/4760/ and use RFC <number> everywhere. | Claudio Jeker |
2007-03-16 | Multiprotocol Extensions for BGP-4 is now RFC 4760 | Claudio Jeker |
2007-03-16 | Update multiprotocol extension code to RFC 4760. This actually removes | Claudio Jeker |
2007-03-16 | Don't forget to set the metric in the REDIST_LABEL case. OK pyr@ | Claudio Jeker |
2007-03-16 | Make sure that the metric on redistributed prefixes is always != 0. | Claudio Jeker |
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre |
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre |
2007-03-15 | use warnx and not logerror in monitor, logerror is for the slave; | Damien Miller |
2007-03-14 | do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well, | Alexander von Gernler |
2007-03-13 | Don't call rtlabel_unref() twice on RTM_DELETE. kroute_remove() does it | Claudio Jeker |
2007-03-13 | Same problem as in ospfd's kroute.c don't check rtm_tableid without verifying | Claudio Jeker |
2007-03-13 | rtm_tableid is only valid for RTM_ADD, RTM_CHANGE and RTM_DELETE but not | Claudio Jeker |
2007-03-13 | er,, no, we don't compile everything with -g | Henning Brauer |
2007-03-13 | typos in comments; ok millert@ | Kevin Steves |
2007-03-13 | allow to specify the IP_TTL and IP_MINTTL options for the relays to | Reyk Floeter |
2007-03-12 | When running show commands that are restarted make sure that we either | Claudio Jeker |
2007-03-12 | hoststated.conf is not a program. | Reyk Floeter |
2007-03-07 | - fix the hoststatectl host disable/enable commands to work with relay | Reyk Floeter |