summaryrefslogtreecommitdiff
path: root/filter/filter.c
AgeCommit message (Expand)Author
2015-07-20Static: Allows to specify attributes for static routesOndrej Zajicek
2015-06-08BGP multipath supportOndrej Zajicek
2015-05-10Add bitfield route attribute typeOndrej Zajicek
2015-02-21Remove a comparison of unsigned expression < 0Pavel Tvrdik
2014-10-02Implements token bucket filter for rate limiting.Ondrej Zajicek
2013-11-25Merge branch 'master' into add-pathOndrej Zajicek
2013-11-24Converts filters to unsigned integers.Ondrej Zajicek
2013-11-23Merge branch 'master' into add-pathOndrej Zajicek
2013-11-22Merge commit 'origin/bfd'Ondrej Zajicek
2013-10-21Implements 'allow local as' option.Ondrej Zajicek
2013-10-05Fixes some BFD bugs and makes logging thread-safe.Ondrej Zajicek
2013-10-02Implements C.len operator for clist and eclist types.Ondrej Zajicek
2013-10-02Some fixes in filter code.Ondrej Zajicek
2013-10-02Minor code cleanups.Ondrej Zajicek
2013-10-02Simplifies val_in_range().Ondrej Zajicek
2013-09-26Rewrites static attribute filter code and adds ifname/ifindex attributes.Ondrej Zajicek
2013-09-10Fixes reconfiguration of global set variables.Ondrej Zajicek
2013-08-15Extends delete/filter operators to work no bgp_paths.Ondrej Zajicek
2013-08-13Implements proper setting of 'gw' route attribute.Ondrej Zajicek
2013-07-25Implements eval command and minor CLI cleanups.Ondrej Zajicek
2013-07-09Implements 'bgppath ~ int set' filter op.Ondrej Zajicek
2013-02-08Implements router advertisements activated by received routes.Ondrej Zajicek
2012-11-27Removes some nonsense.Ondrej Zajicek
2012-11-27Fixes setting of route attributes of type router id.Ondrej Zajicek
2012-08-14Implements ADD-PATH extension for BGP.Ondrej Zajicek
2012-04-29Allows some modifications of dest attribute in filters.Ondrej Zajicek
2012-03-18Route Origin Authorization basics.Ondrej Zajicek
2012-03-15Extends set operations in filters.Ondrej Zajicek
2012-01-03Fixes a tricky bug in route filtering.Ondrej Zajicek
2011-09-18Fixed problem during 'configure' with ECOndrej Filip
2011-08-14BGP Extended communities.Ondrej Zajicek
2011-07-03Prints full community lists during 'show route all'.Ondrej Zajicek
2011-06-26Adds filter clist operation.Ondrej Zajicek
2011-03-23Convert && and || to shortcut boolean operators.Ondrej Zajicek
2010-10-09Fixes error handling in ASN expressions.Ondrej Zajicek
2010-09-20Changes print-like filter commands to use a log instead of a stderr.Ondrej Zajicek
2010-09-15Fixes a bug in pair sets.Ondrej Zajicek
2010-09-11Fixes a bug in community set delete.Ondrej Zajicek
2010-07-27Minor changes in prefix trie.Ondrej Zajicek
2010-05-22Extends pair set syntax, matching and deleting against clist.Ondrej Zajicek
2010-04-08Revert "Fixes behavior of defined() on bgp_community attribute."Ondrej Zajicek
2010-03-29Filter language updates; new route attributes and datatype.Ondrej Zajicek
2010-03-19Clear local variables in filters and functions.Ondrej Zajicek
2010-03-18Fixes behavior of defined() on bgp_community attribute.Ondrej Zajicek
2010-03-15Fixes missing cases in filters.Ondrej Zajicek
2010-02-17Replaces the algorithm for building balanced trees.Ondrej Zajicek
2009-11-15Fixes bug related to reconfiguration with bgp_path first/last operators.Ondrej Zajicek
2009-10-12Rename as_path_get_last/as_path_get_first to be consistent.Ondrej Zajicek
2009-10-08First and last accessors to as_paths.Ondrej Zajicek
2009-09-18Fixes setting of IP addresses to route attributes (NEXT_HOP).Ondrej Zajicek