summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/ospf6d.c
AgeCommit message (Expand)Author
2010-07-06Update the interfaces changes from kroute to rde via imsg. ThisAlexander Bluhm
2010-07-01The prefixes of interface addresses of an ospf link have to beAlexander Bluhm
2009-12-22Crap. Remove debug code that I did not plan to commit.Claudio Jeker
2009-12-22Holy inconsitancy Batman! While it is impossible to use embeded scope idsClaudio Jeker
2009-11-02Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.Claudio Jeker
2009-06-06make ospf6ctl/ospf6d imsg-in-a-lib ready too.Eric Faurot
2009-05-31Remove redundant imsg_event_add calls; ok claudio@Jacek Masiulaniec
2009-05-31libevent handler fix to allow EV_READ and EV_WRITE to be set at the sameClaudio Jeker
2009-03-28Print the correct function name in log_debug().Michele Marchetto
2008-12-28a few documentation updates for opsf6(8) and ospf6ctl(8): remove anIgor Sobrado
2008-05-13Unmangle previous commit. spotted by markus@ (wow !)Pierre-Yves Ritschard
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker
2007-10-25Support -D makro=value like bgpd and ripd. OK norby@Claudio Jeker
2007-10-20Sync parse.y with recent enhancements in hoststated.Pierre-Yves Ritschard
2007-10-16First step at making kroute IPv6 aware. This resulted in many additionalClaudio Jeker
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11No need to store the interface mask. An interface represents a link and isClaudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-08Welcome ospf6dEsben Norby