aboutsummaryrefslogtreecommitdiffstats
path: root/conf/confbase.Y
Commit message (Expand)AuthorAgeFilesLines
* Nest: Allow specifying security keys as hex bytes as well as stringsToke Høiland-Jørgensen2021-06-061-0/+2
* Nest: Per-channel debug flagsOndrej Zajicek (work)2020-12-071-0/+1
* Minor cleanups with cfg_allocz()Ondrej Zajicek (work)2020-11-241-1/+1
* BFD: Better handling of BFD options in BGP configsOndrej Zajicek (work)2020-11-121-1/+0
* BFD: Allow per-request session optionsOndrej Zajicek (work)2020-11-081-0/+2
* Configuration strings are constant.Maria Matejka2020-04-091-1/+1
* Conf: Fixed symbol redefinitionMaria Matejka2019-07-301-5/+2
* Filter: Split printing and dyingMaria Matejka2019-07-031-1/+3
* Filter: Some people can't pronounce "postfixify" correctly. Let's try "linear...Jan Maria Matejka2019-05-221-2/+2
* Filter: Store variables and function arguments on stackJan Maria Matejka2019-05-211-1/+1
* Lexer now returns known sym / unknown sym / keywordMaria Matejka2019-05-171-26/+36
* Filter: Fixed bugs in FI_CALL and FI_SWITCHMaria Matejka2019-02-201-1/+0
* Conf: Symbol implementation converted from void pointers to unionMaria Matejka2019-02-201-2/+3
* Filter + Config: Fix bugs, tests and split symbols by typeMaria Matejka2019-02-201-11/+24
* Filter: refactoring of instruction constructorsMaria Matejka2019-02-201-0/+4
* Filter refactoring: dropped the recursion from the interpreterMaria Matejka2019-02-201-3/+2
* Filter refactoring: Passing the resulting struct f_val as a pointer.Jan Maria Matejka2019-02-201-2/+1
* The MRT protocolOndrej Zajicek (work)2018-11-201-0/+1
* Config: Dropping CF_ADDTO.Jan Maria Matejka2018-06-261-2/+3
* Merge branch 'master' into int-newJan Maria Matejka2018-03-131-0/+2
|\
| * Filter: Instruction codes named as enumMaria Jan Matejka2018-03-131-0/+2
| * Babel: Fix build with restricted protocol setOndrej Zajicek (work)2018-03-071-1/+6
* | Config: Dropped the ipv4:netmask4 syntax for IPv4 prefixes.Jan Maria Matejka2018-03-081-4/+0
* | Add support for source-specific IPv6 routes to BIRD coreOndrej Zajicek (work)2018-02-131-2/+22
* | Revive FIB and kernel MPLS codeOndrej Zajicek (work)2017-12-121-2/+9
* | Timers: Add typecast to unit-converting macrosOndrej Zajicek (work)2017-12-071-5/+4
* | Timers: Parse and format functions for microsecond timesOndrej Zajicek (work)2017-12-071-6/+6
* | Change parser to handle numbers as unsignedOndrej Zajicek (work)2017-05-231-10/+10
* | Add a hint for an invalid IP prefixPavel Tvrdik2017-05-231-5/+12
* | Client: separate config syntax structure for "show route for"Jan Moskyto Matejka2017-04-181-4/+0
* | Client: multitable version of show routeJan Moskyto Matejka2017-04-121-0/+2
* | Nexthop: Fixed recursive route mpls label mergingJan Moskyto Matejka2017-03-171-8/+7
* | Several minor fixesOndrej Zajicek (work)2017-02-201-5/+6
* | VPN4 and VPN6 literalsJan Moskyto Matejka2016-12-221-2/+20
* | Netlink: MPLS routes in kernelJan Moskyto Matejka2016-12-221-2/+2
* | Static: Protocol rework wrt. struct nexthop changes; MPLS label supportJan Moskyto Matejka2016-12-221-0/+18
* | Basic flow specification support (RFC 5575)Ondrej Zajicek (work)2016-12-071-2/+1
* | Merge branch 'master' into int-newOndrej Zajicek (work)2016-11-081-3/+3
|\|
| * Minor code cleanupsOndrej Zajicek (work)2016-11-081-1/+1
* | Merge tag 'v1.6.2' into int-newOndrej Zajicek (work)2016-11-081-1/+1
|\|
| * Add !~ operator to filter grammarPavel Tvrdik2016-09-211-1/+1
* | Miscellaneous minor fixesOndrej Zajicek (work)2016-05-121-8/+4
* | Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka2016-05-101-1/+1
* | Channels - explicit links between protocols and tablesOndrej Zajicek (work)2016-02-011-0/+2
* | Add condition for max_pxlen by ROA grammarPavel Tvrdík2016-01-211-0/+4
* | Use net_addr pointer for net_addr_roaXPavel Tvrdík2016-01-211-7/+10
* | Delete old ROA codePavel Tvrdík2016-01-201-2/+0
* | Add ROA net_addr to grammarPavel Tvrdík2016-01-201-2/+19
* | Explicit ip4_addr / ip6_addr printf supportOndrej Zajicek (work)2015-12-291-1/+1
* | Follow-up work on integrationOndrej Zajicek (work)2015-12-241-33/+73