0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
I have added the call for "configure_ddt" in the "mode" pseudo-switch in config_confuse.c For now, I will continue to examine the other "configure" to understand their working, but I'm not sure if the "configure_ddt" can properly be done until the previous' commit changes are checked for correctness. More... over 6 years ago
I have created the structures for authoritative site and delegation site in lisp_ddt_node.h, but I'm stil unsure on how to make them into a db. I have added the structures in oor_config_confuse.c. For the list of delegated sites, I'm not sure if the way I used is the right one, or one of the already defined structures should be used. I have added the DDT-NODE configuration in oor.conf.example. The way of indicating "del-nodes" as a multi-valuated field might not be appropiate for that kind of file. More... over 6 years ago
I have restored the original mapping record structure, and created the new map referral mapping record structure as a sepparate one. This one accounts for the previously reserved values, as well as renaming locator count to referral count. This also allows using different logic for things such as logging the LISP action, of which map-referral has a different array. The main reason to have the two structures as sepparate ones, is to prevent unpredictable behaviours if the currently reserved bytes that are used only by Map-Referral were to also be used, in the future, in an existing or a new type of message. More... over 6 years ago
Fixed a case that was defined wrongly due to a misunderstanding. I, at that time, thought the method being called in that switch was the "flags_to_char", instead of "hdr_to_char", and was returning an empty char, due to Map-Referral having no flags(and so, no flags_to_char method) More... over 6 years ago
I have made lisp_ddt_node.h and lisp_ddt_node.c As I based them off lisp_ms. h and lisp_ms.c, for starters I copied each file, making the appropiate changes. Certain parts are left in comment, because I am still not sure whether they will be needed. At a later time, I will modify the code inside "ddt_node_recv_map_request" and attempt to make it reflect the logic followed by a DDT Node More... over 6 years ago
Merge branch 'testing' of https://github.com/OpenOverlayRouter/oor into testing More... over 6 years ago
Separate xTR from RTR. Define tr (tunnel router) More... over 6 years ago
I've added the map referral options to the switches in liblisp.c I've defined lisp_ref_action_e in lisp_message_fields.h More... over 6 years ago
Map Register support in MS retransmitted by old versions of RTRs More... over 6 years ago
He afegit el campt Firma(Signature) a lisp_message_fields.h More... over 6 years ago
He modificat l'estructura del Record per tal que guardi el flag de Incomplete i he canviat el nom d'un camp reservat que ara està ocupat per el Signature Count. També he adaptat els camps en el struct, i ajustat els procediments inicialitzadors i "to_char" per tal que els incloguin. Com que el Signature Count no sé si s'hi voldria posar, de moment no està al "to_char". També he afegit la secció de signatura/es, que procediré a definir més endavant. More... over 6 years ago
Feta l'estructura i procediments del header del map referral. No té el "flags_to_char" que molts altres tenen perqué, de fet, el header del map referral no té cap flag. El próxim pas serà modificar les coses que calguin del Record(concretament el flag Incomplete). More... over 6 years ago
Add info request and info reply support in the MS More... over 6 years ago
fix spellings mentioned by lintian (#13)
alteholz
as Thorsten Alteholz
More... over 6 years ago
Update README.vpp.md More... almost 7 years ago
Update README format More... almost 7 years ago
Update README.vpp.md More... almost 7 years ago
Add again cmdline. Needed to compile android version (no gengetopt) More... almost 7 years ago
Update Makefile OpenWRT More... almost 7 years ago
Update README files More... almost 7 years ago
When we can not send map request for a entry, set an expiration time to the not active mce More... almost 7 years ago
Fix VPP fault when no configuration file More... almost 7 years ago
Some logs modifications More... almost 7 years ago
Dissable DNS overwrite. In new versions of Android it doesn't work. More... almost 7 years ago
fix vpp patch More... almost 7 years ago
Upload files required to compile VPP plugins More... almost 7 years ago
Fix some bugs in OpenWRT configuration file More... almost 7 years ago
Some bug fixes of VPP and configuration file More... almost 7 years ago
MS: overwrite proxy reply bit from map regiter to map register More... almost 7 years ago
Fix VPP IPv6 control messages More... almost 7 years ago