aboutsummaryrefslogtreecommitdiffstats
path: root/nest/cmds.c
Commit message (Expand)AuthorAgeFilesLines
* Memory statistics split into Effective and OverheadMaria Matejka2021-11-271-9/+35
* Directly mapped pages are kept for future use if temporarily not neededMaria Matejka2021-11-241-1/+6
* BGP: Add support for BGP hostname capabilityVincent Bernat2021-02-101-0/+1
* Filter data manipulation functions separated to their fileMaria Matejka2019-02-201-7/+4
* Filter: merged filter instruction constructors, counting line size on instruc...Maria Matejka2019-02-201-1/+1
* Filters: split the large filter.h file to smaller files.Maria Matejka2019-02-201-0/+1
* Filter refactoring: dropped the recursion from the interpreterMaria Matejka2019-02-201-2/+3
* Filter refactoring: Passing the resulting struct f_val as a pointer.Jan Maria Matejka2019-02-201-3/+2
* Timers: Parse and format functions for microsecond timesOndrej Zajicek (work)2017-12-071-3/+3
* Timers: Replace old timers with microsecond timersOndrej Zajicek (work)2017-12-071-1/+1
* Merge branch 'master' into int-newOndrej Zajicek (work)2017-05-251-13/+15
|\
| * Conf: Replace keyword and symbol hash table with generic hash table.Ondrej Zajicek (work)2017-05-251-13/+15
* | BGP redesignOndrej Zajicek (work)2016-12-071-1/+0
* | Delete old ROA codePavel TvrdĂ­k2016-01-201-1/+0
* | ROA code switchoffJan Moskyto Matejka2015-12-201-2/+1
|/
* BGP graceful restart support.Ondrej Zajicek2014-03-201-0/+3
* Fixes some BFD bugs and makes logging thread-safe.Ondrej Zajicek2013-10-051-6/+4
* Implements eval command and minor CLI cleanups.Ondrej Zajicek2013-07-251-0/+20
* Implements undo command and optional timeout for configurationOndrej Zajicek2012-12-261-1/+5
* Route Origin Authorization basics.Ondrej Zajicek2012-03-181-0/+2
* Adds filtering to 'show symbols' command.Ondrej Zajicek2012-03-161-3/+10
* Implements command that shows memory usage.Ondrej Zajicek2010-06-021-0/+30
* Makes date/time formats configurable.Ondrej Zajicek2010-02-031-3/+3
* Adds %R printf directive for Router ID.Ondrej Zajicek2009-07-231-0/+1
* Made `show status' show uptime and time of last reconfiguration.Martin Mares2000-03-121-2/+15
* Split off general commands to cmds.c.Martin Mares2000-01-191-0/+35