History log of /openbsd/usr.sbin/ospfctl/parser.c (Results 1 – 21 of 21)
Revision Date Author Comments
# 21343211 16-May-2019 remi <remi@openbsd.org>

Accept address and number format for "ospfctl show database area XXX".

OK denis@ benno@


# 97494e25 09-May-2011 claudio <claudio@openbsd.org>

ospfctl bits for opaque LSA support.
tested and OK sthen@


# 6be5843e 04-Sep-2010 tedu <tedu@openbsd.org>

move some things around to make intentions clear. not really a functional
change. ok claudio


# 119f0f1d 19-Feb-2010 dlg <dlg@openbsd.org>

implement ospfctl fib reload.

this tells the daemon to resync the kernels list of interfaces and routes
with the daemons list. this is very useful if the routing socket overflows
and you want to syn

implement ospfctl fib reload.

this tells the daemon to resync the kernels list of interfaces and routes
with the daemons list. this is very useful if the routing socket overflows
and you want to sync things up again.

lots and lots of help from claudio@
ok claudio@

show more ...


# e331d0fc 13-Nov-2009 jsg <jsg@openbsd.org>

Don't use [] in function arguments when dealing with arrays
we don't know the size of, otherwise gcc >= 4 will error.

ok markus@ deraadt@


# c3319070 02-Nov-2009 claudio <claudio@openbsd.org>

Implement "log verbose" and "log brief" to enable or disable verbose debug
logging. henning, sthen, michele like the idea


# c5ba8b41 14-Oct-2007 deraadt <deraadt@openbsd.org>

please lint


# 247faaa3 01-Feb-2007 claudio <claudio@openbsd.org>

Enable reload support in ospfctl. This is still a bit experimental so try
it out in your test lab before using it on the core infrastructure.


# 40afd761 25-Jan-2007 claudio <claudio@openbsd.org>

No need to check if word is NULL before calling parse_addr/prefix.
The functions do that check already.


# 532600dc 25-Jan-2007 claudio <claudio@openbsd.org>

Correctly detect missing arguments like in "ospfctl show data area".
OK henning@ norby@


# 12bb42a0 23-Mar-2006 norby <norby@openbsd.org>

List interfaces they way we list neighbors etc.
This makes it much easier to grep in the output.
The original format of "show interface" can be seen with
"show interface detail".

help and ok claudio@


# 73a141be 22-Mar-2006 claudio <claudio@openbsd.org>

ospfd has the framework to couple and decouple the FIB. Add the needed
functionality to ospfctl for it.
NOTE: decoupling the FIB one a router may totaly fuck up the complete network.
Use it with care

ospfd has the framework to couple and decouple the FIB. Add the needed
functionality to ospfctl for it.
NOTE: decoupling the FIB one a router may totaly fuck up the complete network.
Use it with care!
OK norby@

show more ...


# 7d92a97a 16-Jun-2005 henning <henning@openbsd.org>

use prefixlen2mask which handles zero prefixlens right


# 32286112 12-May-2005 norby <norby@openbsd.org>

Add "show database asbr/external/network/router/self-originate/summary"
to ospfctl.

Show detailed information about the LSAs in the Link State Database.

ok claudio@


# 4c561fb6 26-Mar-2005 claudio <claudio@openbsd.org>

ospfctl bits for the "ospfctl show fib interface" part. This will print
the interface status as seen from the parent kroute perspective.
OK henning@ norby@


# c47b7f65 15-Mar-2005 claudio <claudio@openbsd.org>

bgpctl parts for "show fib".
OK norby@ deraadt@


# 59df52c7 14-Mar-2005 norby <norby@openbsd.org>

Add "show summary" to ospfctl.

ok claudio@ henning@


# 37355230 12-Mar-2005 norby <norby@openbsd.org>

Add "show rib" and "show rib detail" to ospfctl.

ok henning@


# 19bcf68e 02-Feb-2005 henning <henning@openbsd.org>

KNF


# 2090e587 28-Jan-2005 norby <norby@openbsd.org>

Change my email address to the OpenBSD one since Ericsson has nothing to
do with this software, just happend to be my only valid email address at
the time.


# b49634de 28-Jan-2005 claudio <claudio@openbsd.org>

Control program like bgpctl but this time for ospfd.
Currently only basic show commands work.

Not yet connected to the builds.
OK henning@