summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-13From ospfd: Funny typo, it is fib not fip so adjust function name.Claudio Jeker
2007-10-13Funny typo, it is fib not fip so adjust function name.Claudio Jeker
2007-10-12Silence some lint(1) warningsBret Lambert
2007-10-12Sanitize the output of "show interface detail".Esben Norby
2007-10-12Properly format the output of "show interface".Esben Norby
2007-10-12Controller for the recently imported ospf6d(8) daemon.Esben Norby
2007-10-11There is no need to support interface em0:<IP> anymore. Remove most of theClaudio Jeker
2007-10-11No need to store the interface mask. An interface represents a link and isClaudio Jeker
2007-10-11OSPFv3 runs on links not on networks so there is no need for a mask in theClaudio Jeker
2007-10-11In OSPFv3 auth crypt is no longer (actually all the auth code is gone) soClaudio Jeker
2007-10-11Disable some code that is currently far from working and results in frequentClaudio Jeker
2007-10-11The person that came up with the glorious idea to define a 24bit field shouldClaudio Jeker
2007-10-11Last commit added way to much stuff. Revert the readd of global options.Claudio Jeker
2007-10-11area_ospf_options() should return the options in network byte order.Claudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-10-11Bye bye global ospf options. OSPF options are per area (at least the oneClaudio Jeker
2007-10-11Don't check for OSPF_OPTION_E in the parent. OSPF_OPTION_E is per area andClaudio Jeker
2007-10-11Cleanup the way we display timers.Esben Norby
2007-10-11Do not overload nbr->options with the dd exchange bits. nbr->options is usedClaudio Jeker
2007-10-10send_packet() now takes a struct in6_addr as destination instead of aClaudio Jeker
2007-10-10Address scope was probably the most stupid idea comming out of IPv6.Claudio Jeker
2007-10-10Turn on the V6 and E bits in hello messages. This makes other OSPFv3 routersClaudio Jeker
2007-10-09use macro argumentTheo de Raadt
2007-10-09missing newlines in printfsTheo de Raadt
2007-10-09Unneeded and to noisy debug outputClaudio Jeker
2007-10-09Bye bye in_cksum.c, you're not needed here anymore.Claudio Jeker
2007-10-09Remaining bit of last night work. Make packet reception use all the goodiesClaudio Jeker
2007-10-09Instead of IP_RECVIF we use IPV6_RECVPKTINFO to get the ifindex and theClaudio Jeker
2007-10-09The router dead_interval switched from 32bit to a 16bit value in OSPFv3.Claudio Jeker
2007-10-09Do not notify twice about the same timeout in check_icmp, this previouslyPierre-Yves Ritschard
2007-10-09"Minimum IP MTU" means what it says. Ensure that packets returned byKenneth R Westerback
2007-10-08Use a small cyclic buffer ring in log_in6addr() so that the function can beClaudio Jeker
2007-10-08bad place for a stray space;Jason McIntyre
2007-10-08Welcome ospf6dEsben Norby
2007-10-08attribute packed -> __packedGilles Chehade
2007-10-07trash $Header goo which is just annoying; 5595Theo de Raadt
2007-10-07delete ugly $Header stuff; pr 5595Theo de Raadt
2007-10-06Allow the various pf table actions to operate independently. For example,Chris Kuethe
2007-10-06finish loop as soon as the ldconfig search directories have been found.Steven Mestdagh
2007-10-05stylistic changes in the relay/relay_config structure.Reyk Floeter
2007-10-05cast to an intReyk Floeter
2007-10-05using an enum in the imsg_hdr is gross, use a fixed u_int16_t insteadReyk Floeter
2007-10-05unbreak non-SSL relays by calling the ssl context init only if the SSLReyk Floeter
2007-10-04Handle CARP for IPv6. Reported and tested by todd@Can Erkin Acar
2007-10-04when inserting blackhole or reject routes, set the gateway address toHenning Brauer
2007-10-02stop messing with lgetc to please hoststated's check/expect.Pierre-Yves Ritschard
2007-10-02Use kinfo_proc2 instead of kinfo_proc.Mark Kettenis