aboutsummaryrefslogtreecommitdiffstats
path: root/nest
Commit message (Expand)AuthorAgeFilesLines
...
| * Refactoring of OSPF messages.Ondrej Zajicek2014-10-242-4/+20
| * Merge remote-tracking branch 'origin/master' into soft-intOndrej Zajicek2014-10-144-14/+26
| |\
| * | Temporary integrated OSPF commit.Ondrej Zajicek2014-07-182-6/+9
* | | Fixes error message in 'show route' cmd.Ondrej Zajicek2014-11-081-4/+5
| |/ |/|
* | Implements show route noexport option.Ondrej Zajicek2014-10-023-11/+23
* | Implements token bucket filter for rate limiting.Ondrej Zajicek2014-10-021-2/+2
* | Fixes some warnings.Ondrej Zajicek2014-10-021-1/+1
|/
* String constants could be used for string option values.Ondrej Zajicek2014-05-291-2/+2
* Fixes a problem with undoing of deconfiguring of protocol.Ondrej Zajicek2014-05-051-0/+1
* Fixes 'show route export' w.r.t. protocols with different RA_* types.Ondrej Zajicek2014-04-282-35/+61
* Fixes limit verification during reconfiguration.Ondrej Zajicek2014-04-272-21/+27
* Fixes some asserts.Ondrej Zajicek2014-04-071-2/+2
* Check validity of interface definitions.Ondrej Zajicek2014-03-311-0/+14
* Fixes some minor issues in graceful restart.Ondrej Zajicek2014-03-241-29/+40
* Documentation (and minor fixes) for BGP graceful restart.Ondrej Zajicek2014-03-232-49/+158
* BGP graceful restart support.Ondrej Zajicek2014-03-206-123/+422
* Merge branch 'add-path'Ondrej Zajicek2014-02-061-82/+31
|\
| * Finishes add-path.Ondrej Zajicek2013-12-011-82/+31
* | Merge branch 'add-path'Ondrej Zajicek2013-12-106-70/+308
|\|
| * Merge branch 'master' into add-pathOndrej Zajicek2013-11-252-13/+3
| |\
| * \ Merge branch 'master' into add-pathOndrej Zajicek2013-11-2317-156/+672
| |\ \
| * | | Implements ADD-PATH extension for BGP.Ondrej Zajicek2012-08-146-65/+307
* | | | Fixes problem with source address selection in BGP and BFD.Ondrej Zajicek2013-12-022-9/+28
| |_|/ |/| |
* | | Last state change should track protocol state change.Ondrej Zajicek2013-11-241-1/+3
* | | Minor changes to default router ID calculation.Ondrej Zajicek2013-11-241-12/+0
| |/ |/|
* | Merge commit 'origin/bfd'Ondrej Zajicek2013-11-224-7/+70
|\ \
| * | Adds a missing file.Ondrej Zajicek2013-11-211-0/+51
| * | BFD protocol, ready for release.Ondrej Zajicek2013-11-191-1/+6
| * | Fixes some BFD bugs and makes logging thread-safe.Ondrej Zajicek2013-10-051-6/+4
| * | BFD work in progress.Ondrej Zajicek2013-09-162-1/+10
* | | Adds rate limiting to some log messages.Ondrej Zajicek2013-11-221-2/+4
* | | Implements 'allow local as' option.Ondrej Zajicek2013-10-212-3/+5
* | | Implements C.len operator for clist and eclist types.Ondrej Zajicek2013-10-021-0/+3
* | | Some fixes in filter code.Ondrej Zajicek2013-10-022-2/+5
* | | Recheck export/import/receive limits during reconfiguration.Ondrej Filip2013-09-301-7/+25
* | | Fixes build issues without BGP.Ondrej Zajicek2013-09-261-1/+1
* | | Fixes missing unregister of kernel table handling code.Ondrej Zajicek2013-09-261-1/+1
* | | Fixes a bug related to multiple IPs and direct protocol.Ondrej Zajicek2013-09-101-0/+3
|/ /
* | Extends delete/filter operators to work no bgp_paths.Ondrej Zajicek2013-08-152-0/+65
* | Implements eval command and minor CLI cleanups.Ondrej Zajicek2013-07-253-2/+29
* | Fixes bug in protocol flushing and rtable pruning.Ondrej Zajicek2013-07-243-21/+36
* | Implements 'bgppath ~ int set' filter op.Ondrej Zajicek2013-07-092-0/+26
* | Better packet priority and traffic class handling.Ondrej Zajicek2013-06-241-2/+6
* | Fixes problems with kernel routes multiple routing tables.Ondrej Zajicek2013-06-131-3/+28
* | Allows IP of loopback to be used in automatic router ID selection.Ondrej Zajicek2013-04-161-1/+5
* | Default rounting table for 'show route export/preexport/protocol' is the one ...Ondrej Filip2013-02-252-1/+5
* | I still believe that 0 == NULL, however this patch will make Santiago happy. :-)Ondrej Filip2013-02-141-1/+1
* | Route limits can be disabled - this makes sense for protocol templatesOndrej Filip2013-02-101-0/+1
* | Implements router advertisements activated by received routes.Ondrej Zajicek2013-02-082-4/+40
* | Separate import and receive limits.Ondrej Zajicek2013-01-104-15/+73