summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/parse.y
AgeCommit message (Expand)Author
2004-01-03move some session specific stuff to session.h and make the few filesHenning Brauer
2004-01-03decouple the peer list from bgpd_config.Henning Brauer
2003-12-27bgpid -> router-idHenning Brauer
2003-12-27fix thinkoHenning Brauer
2003-12-27"no fib-update" -> "fib-update [yes|no]"Henning Brauer
2003-12-27few fatal()s should really be fatalx()Henning Brauer
2003-12-26add option 'log updates' to log updates. ok henning@Jakob Schlyter
2003-12-26when this project started and i added the fatal() function, I made it takeHenning Brauer
2003-12-25styleHenning Brauer
2003-12-25must not remove macros vis cmdline after parsinf is done, we will need themHenning Brauer
2003-12-25don't leak in yyerror()Henning Brauer
2003-12-25o can't TAILQ_FOREACH when we TAILQ_REMOVE in the loopHenning Brauer
2003-12-25free where it was allocated; much easier to verifyHenning Brauer
2003-12-25implement "passive": do not attempt to open a tcp connection to theHenning Brauer
2003-12-24local-addr, not local-address.Henning Brauer
2003-12-24add option to not touch the kernel routing tableHenning Brauer
2003-12-23better syntax for minimum accepted holdtimeHenning Brauer
2003-12-23allow the listening address to be specified, default to INADDR_ANYHenning Brauer
2003-12-22spacingTheo de Raadt
2003-12-22fix indentTheo de Raadt
2003-12-22ease grammar a lot. eleminate pstate and let yacc do the work for us instead.Henning Brauer
2003-12-21overhaul the write buffering code.Henning Brauer
2003-12-20few missing break; in default: cases in switch; one noticed by tedu@Henning Brauer
2003-12-19fix copyrightHenning Brauer
2003-12-17styleHenning Brauer
2003-12-17welcome, bgpdHenning Brauer