0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/proto/radv
Alexander Zubkov fc3547880a Filter: Add bytestring type
- Rename BYTESTRING lexem to BYTETEXT, not to collide with 'bytestring' type name
 - Add bytestring type with id T_BYTESTRING (0x2c)
 - Add from_hex() filter function to create bytestring from hex string
 - Add filter test cases for bytestring type

Minor changes by committer.
2023-08-24 04:33:33 +02:00
..
config.Y Filter: Add bytestring type 2023-08-24 04:33:33 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c RAdv: Use new syntax for custom options 2023-06-26 15:35:22 +02:00
radv.c Nest: Treat VRF interfaces as inside respective VRFs 2023-08-23 16:08:40 +02:00
radv.h Use more proper pointers to constant bytestrings 2023-08-22 14:44:18 +02:00