Commit Graph

20 Commits

Author SHA1 Message Date
8c371648d0 Update result type in some files.
Some checks are pending
Rust / build (push) Waiting to run
2024-10-07 10:23:07 +00:00
173487b411 Implemented route manager redistributing routes to peer handlers (not yet announcing to peers)
Some checks failed
Rust / build (push) Has been cancelled
2024-08-18 18:42:50 +00:00
0e45b96440 Misc cleanups
Some checks are pending
Rust / build (push) Waiting to run
2024-08-18 13:59:28 +00:00
82d052ca33 Fix route_del bug: routes are added without protocol, so delete them without protocol too
Some checks are pending
Rust / build (push) Waiting to run
2024-08-18 10:50:27 +00:00
661946b2f8 Add utility binary for testing
Some checks are pending
Rust / build (push) Waiting to run
2024-08-18 10:42:42 +00:00
f937d2e526 Missed returning error on exit
Some checks are pending
Rust / build (push) Waiting to run
2024-08-18 10:16:51 +00:00
f6c6747345 Fix route delete to fail on error instead of just warn
Some checks are pending
Rust / build (push) Waiting to run
2024-08-18 10:10:10 +00:00
a47c1271aa Added additional debug prints
Some checks are pending
Rust / build (push) Waiting to run
2024-08-18 08:53:43 +00:00
9b44ab782d Add EnvLogger and start of trait fn for dumping routes
Some checks are pending
Rust / build (push) Waiting to run
2024-08-17 14:16:46 +00:00
4a7e346153 Change route client bails into warnings.
Some checks failed
Rust / build (push) Has been cancelled
2024-08-08 21:19:19 +00:00
9c9d6beede Fix bug where connection close aborts the peer handler if it's not in Established state.
Some checks are pending
Rust / build (push) Waiting to run
2024-08-08 21:09:14 +00:00
5130177bf4 Assorted cleanups.
Some checks are pending
Rust / build (push) Waiting to run
2024-08-08 20:46:41 +00:00
0cd3a120d0 Cleanups and filtering.
Some checks failed
Rust / build (push) Has been cancelled
2024-07-25 09:57:05 +00:00
8546c37dac Remove large community editing support via RPC for now.
Some checks are pending
Rust / build (push) Waiting to run
2024-07-24 18:59:11 +00:00
e03df6176b Implemented basic input filtering.
Some checks are pending
Rust / build (push) Waiting to run
2024-07-20 16:58:19 +00:00
993d18e873 Remove another SystemTime reference 2024-07-17 17:00:42 +00:00
77919edd15 Add cross connection test and cleanup rpc server a bit 2024-07-16 23:21:29 +00:00
7a99fda7a5 Switch to table_id function of netlink_packet_route 2024-07-16 19:03:02 +00:00
a7b17e99c0 Merge branch 'main' of https://github.com/net-control-plane/bgp 2024-07-16 18:59:57 +00:00
9be6b1d59d Refactored client binary. 2024-07-07 22:34:00 +02:00