-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull changes from development (08/2022) #49
Draft
mathiashro
wants to merge
120
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* commit '8397c64ee044ed87cb116b8cc213615aa085c177':
…te_modifier-plugin-to-olsrd2-by-default to develop * commit '8d70939786c1717c02f1e6302b44c01e9fce3d85': Add route_modifier plugin to olsrd2
_initialize_time_values(): 3 -> 1000 _initialize_memory_values(): 0 -> 1 _initialize_timer_values(): 0 -> 1 _initialize_socket_values(): 0 -> 1 _initialize_logging_values(): 0 -> 1
…-point-exception-bei-der-verwendung-von-systeminfo to develop * commit 'a1a4c7e4b1ae001b352ff6a8f887d9c47613cf98': Fixed scaling factor in methods: _initialize_time_values(): 3 -> 1000 _initialize_memory_values(): 0 -> 1 _initialize_timer_values(): 0 -> 1 _initialize_socket_values(): 0 -> 1 _initialize_logging_values(): 0 -> 1
…ilation-on-32bit-systems to develop * commit 'a661b232ac9b38cbf7184c3b34cd3501f3326323': Fix definition of ethernet multicast groups
…t-socket-interface-name-for-listener to develop * commit '37e029c918328b6f1dfd12e331c6dd1596c3e300': copy packet socket interface name for os_interface listener
…ream-socket-does-not-copy-the-acl-to-the-socket-configuration to develop * commit 'b40c949b111952e741b6d4305b47c1ab4ba939c1': copy acl configuration from managed stream socket into all sub-sockets
…utzung-mehrerer-netlink-sockets-friert-verbindung-zum-kernel-ein to develop * commit '00b20a5a8629a8e1413027a4573dcd9afc6fad6d': Fix some comment/formatting issues First code revision that does not freeze the netlink sockets in automatic test setup
…up-does-not-consider-peer-address-entries to develop * commit '0339b09d8d3df3858a025cf5d479d8f1dc6e0ef4': keep track of peer addresses in L2 db when cleaning up
…o-route-command-output-does-not-match-to-netjson-schema to develop * commit '491ee87d9ded6403aa3cf3efc28f8a3b65872459': Fix type in netjsoninfo route output to match the netjson.org schema
…debugging-output-of-time-and-l2-originators to develop * commit '2f6d196921a2109f3349708ee10d86901daea4c5': Add better debugging output for timer values and l2 originators
…son-link-command to develop * commit '2f0b86e9eeec26febe274f9a9bedcfe6178c9beb': Add support for Netjson LINK command
…fo-reports-output-as-wrong-type to develop * commit '506c7b8ecd317da424f2183b12982e11e42da17d': Fix data type of netjsoninfo
…fo-reports-output-as-wrong-type to develop * commit 'ab24b06c15a62903ce9f32f8ae3677316ed47eaf': Fix custom netjsoninfo extensions
…-netjsoninfo-id-output to develop * commit '7cbd134a2918993e7fc0ff6ecec1479de3b9e27d': Simplify netjsoninfo id output
…etting-to-dlep_radio to develop * commit 'bd940120f782a1a06ccab935bcf5869cbd1eb909': Add ACL setting to dlep_radio to fix TCP session problem because of wrong ACL default
… develop * commit 'e1e49c0496be459f93e1508ff068ae5018622253': ANSN Check must be skipped if we reset the sequence number of a router
seems to trigger another problem, needs more work...
* commit '238c253b124ac241f0899c8e668131f0eeaa8cfe': revert commit e1e49c0
…net to develop * commit '7965956c7e9816e621b5c91e7cde086c7ef6b633': Allow double-slash prefix for auto-quit telnet commands without command chaining
… to develop * commit '6df2af0e1cb8c0219ff5ccdfb691c129027fa630': Add atomic replacement for origin to l2json import
…le DNS plugins for now Merge in FKIEA/oonf-os from bugfix/gcc-problems-with-debian to develop * commit 'fc1ee6414c47304b6847a99c42ef274f6273bdfb': Fix some errors (most likely GCC changes) and disable DNS plugins for now
workaround to handle incoming DLEP messages with TLV 20 (MTU) by ignoring this optional data item without resulting in a session termination
proposed fix by HRogge to avoid errors in PeerUpdate when receiving TLV 20 (MTU)
ignore not yet implemented TLV 20
peer update fix for MTU TLV
Does anyone want to review the changes between current main branch and the development? |
I would not worry about main and just merge/force-push devel into it... I didn't really bother with the main branch when I was still working on the code. |
XDjackieXD
added a commit
to XDjackieXD/routing
that referenced
this pull request
Mar 4, 2023
Development of OONF is very slow. The master branch is completely out of date and new releases haven't been tagged since 2018. According to this PR OLSR/OONF#49 (comment) the authors will probably just abandon the current master branch and replace it by the develop branch. During my testing, the current development branch is more stable than the latest tagged version on current OpenWrt versions. Signed-off-by: Jakob Riepler <[email protected]>
XDjackieXD
added a commit
to XDjackieXD/routing
that referenced
this pull request
Mar 4, 2023
Development of OONF is very slow. The master branch is completely out of date and new releases haven't been tagged since 2018. According to this PR OLSR/OONF#49 (comment) the authors will probably just abandon the current master branch and replace it by the develop branch. During my testing, the current development branch is more stable than the latest tagged version on current OpenWrt versions. Signed-off-by: Jakob Riepler <[email protected]>
XDjackieXD
added a commit
to XDjackieXD/routing
that referenced
this pull request
Mar 9, 2023
Development of OONF is very slow. The master branch is completely out of date and new releases haven't been tagged since 2018. According to this PR OLSR/OONF#49 (comment) the authors will probably just abandon the current master branch and replace it by the develop branch. During my testing, the current development branch is more stable than the latest tagged version on current OpenWrt versions. Signed-off-by: Jakob Riepler <[email protected]>
XDjackieXD
added a commit
to XDjackieXD/routing
that referenced
this pull request
Mar 10, 2023
Development of OONF is very slow. The master branch is completely out of date and new releases haven't been tagged since 2018. According to this PR OLSR/OONF#49 (comment) the authors will probably just abandon the current master branch and replace it by the develop branch. During my testing, the current development branch is more stable than the latest tagged version on current OpenWrt versions. Signed-off-by: Jakob Riepler <[email protected]>
XDjackieXD
added a commit
to XDjackieXD/routing
that referenced
this pull request
Mar 10, 2023
Development of OONF is very slow. The master branch is completely out of date and new releases haven't been tagged since 2018. According to this PR OLSR/OONF#49 (comment) the authors will probably just abandon the current master branch and replace it by the develop branch. During my testing, the current development branch is more stable than the latest tagged version on current OpenWrt versions. Signed-off-by: Jakob Riepler <[email protected]>
BKPepe
pushed a commit
to openwrt/routing
that referenced
this pull request
Mar 11, 2023
Development of OONF is very slow. The master branch is completely out of date and new releases haven't been tagged since 2018. According to this PR OLSR/OONF#49 (comment) the authors will probably just abandon the current master branch and replace it by the develop branch. During my testing, the current development branch is more stable than the latest tagged version on current OpenWrt versions. Signed-off-by: Jakob Riepler <[email protected]>
1582130940
pushed a commit
to 1582130940/OpenWrt-Lean-Routing
that referenced
this pull request
Mar 16, 2023
Development of OONF is very slow. The master branch is completely out of date and new releases haven't been tagged since 2018. According to this PR OLSR/OONF#49 (comment) the authors will probably just abandon the current master branch and replace it by the develop branch. During my testing, the current development branch is more stable than the latest tagged version on current OpenWrt versions. Signed-off-by: Jakob Riepler <[email protected]>
Fix lan_import plugin build
Fix DLEP Router TCP Session Interface
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently master (should be renamed to main) is far behind develop. Currently we receive PRs for master and develop in parallel - but mostly since there is no clear advisory how to support the OLSR(v2) project.
May be we should push the current develop commits to master (main)....