1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

421 Commits

Author SHA1 Message Date
3d68058232 Build Enhancements 2022-03-09 15:50:43 +01:00
b173ae40c1 BGP Rebase Fixes 2022-03-09 14:25:59 +01:00
61d82e94be Import LwIP Code 2022-03-09 14:25:02 +01:00
a8016c799b BGP Update (WIP) 2022-03-09 13:45:29 +01:00
d0358bcad7 fix build action 2022-03-09 13:45:10 +01:00
15e17ecc70 BGP Initial (WIP) 2022-03-09 13:45:10 +01:00
2e3fe1fa1d TCP LwIP Initial (WIP) 2022-03-09 13:44:12 +01:00
c209c3b605 Merge pull request #67 from rtbrick/isis
ISIS
2022-03-09 13:31:19 +01:00
ddf6a628bd update copyrigth to 2022 2022-03-09 13:28:45 +01:00
15f6921fdc minor docu update 2022-03-09 13:27:53 +01:00
08d2f85975 Add LSPGEN and Restructure Project
+ restructure project
+ add lspgen
+ ...
2022-03-08 21:25:09 +01:00
3663d924f7 ISIS VLAN support 2022-03-07 09:19:12 +01:00
8b9ed6fa22 add ISIS SR node SID support 2022-03-07 09:19:12 +01:00
abf1886c9e ISIS crash fixed
Crash if ISIS PDU was received but not configured.
2022-03-07 09:19:12 +01:00
2f8f5a2e66 allow large control socket commands 2022-03-07 09:19:12 +01:00
5395576716 ISIS docu 2022-03-07 09:19:12 +01:00
5c54777008 missing status in isis database command 2022-03-07 09:19:12 +01:00
abc12f32c6 ISIS docu 2022-03-07 09:19:12 +01:00
f0fcc5651b ISIS config docu 2022-03-07 09:19:12 +01:00
84706453e2 disable traffic autostart via config 2022-03-07 09:19:12 +01:00
b6d4925bcf ISIS LSP update command 2022-03-07 09:19:12 +01:00
5fc6602fe5 ISIS load MRT file command 2022-03-07 09:19:12 +01:00
8b5bd49383 ISIS fixes 2022-03-07 09:19:12 +01:00
5c9430fb51 ISIS MRT header length field 2022-03-07 09:19:12 +01:00
0b48509473 ISIS external connections
+ support for external connections
+ fixes in MRT file shandling
+ ...
2022-03-07 09:19:12 +01:00
62ce7556ab add ISIS MRT file support 2022-03-07 09:19:12 +01:00
9f5cf2c499 ISIS docu update 2022-03-07 09:19:12 +01:00
fb4e4990d7 ISIS control commands 2022-03-07 09:19:12 +01:00
137df5bff1 ISIS teardown 2022-03-07 09:19:12 +01:00
218753681e ISIS docu (initial draft) 2022-03-07 09:19:12 +01:00
de5d8e73c5 ISIS basically working
+ restructured code (own directory, ...)
+ authentication
+ flooding
+ ...
2022-03-07 09:19:12 +01:00
9f3da9d490 set IPv6 link-local address to EUI64 2022-03-07 09:19:12 +01:00
47181ca186 ISIS Enhancements (WIP)
+ send IPv6 link-local in in hello
+ extend isis interface command with peer info
+ enhance isis are to str function
+ enhance isis system-id to str function
2022-03-07 09:19:12 +01:00
79a2d3bffe ISIS Initial Draft (WIP) 2022-03-07 09:19:12 +01:00
dc52079b8b fix accounting packets for IPv6 2022-03-02 13:25:42 +01:00
615dd9aca8 add config opton to filter streams from capture
New configuration option `capture-include-streams`
to filter BNG Blaster streams (UC and MC) from captures.
2022-03-01 21:03:44 +01:00
2f5b0d7ce0 fix session-traffic handling 2022-01-28 15:55:13 +01:00
44e146cbe5 fix interfaces command (segfault) 2022-01-27 09:21:05 +01:00
cc355f8959 extend interfaces cmd with traffic stats 2022-01-26 13:41:09 +01:00
28b2f9b254 change timer layout for better cacheline friendlyness, use bool rather than bitflags 2022-01-26 13:40:54 +01:00
553e7e9b18 use less expensive strncpy() rather than snprintf() for formatting a timer name 2022-01-26 13:40:54 +01:00
a96c096c66 MPLS stream support
Add support to send/receive traffic streams
with up to two MPLS labels on network interfaces.
2022-01-26 13:40:54 +01:00
86a37509e3 fix ICMPv6 echo response 2022-01-26 13:40:54 +01:00
9800a43deb #64 IP6CP interface identifier EUI-64
Derive IP6CP interface identifier from
client MAC address (EUI-64).
2022-01-26 13:40:54 +01:00
ed7a9d688b fix ip6cp typo 2022-01-26 13:40:54 +01:00
daaf11ad4f add stream max packets and start delay
Add new option to delay stream traffic start
(start-delay) and max packets (max-packets).
2022-01-26 13:40:54 +01:00
eecb169596 declare local RX functions as static 2022-01-26 13:40:54 +01:00
b01b61e5a7 #63 reject unknown LCP options
Reject all unknown LCP configuration
options by sending LCP conf-reject.
2022-01-26 13:40:54 +01:00
06fb7599f9 fix typo 2022-01-07 09:40:34 +00:00
f4a2c819bf Merge pull request #62 from rtbrick/dev
Dev to Main
0.6.3
2021-12-15 22:06:41 +01:00