Initial merge#12
Closed
andry-tino wants to merge 306 commits into
Closed
Conversation
- doc: remove text that generally explains DHCP and not this model
- added auto interface selection (interface = default(""), chooseInterface())
- manually firing NF_INTERFACE_IPv4CONFIG_CHANGED is unnecessary,
InterfaceTable already does that, and RoutingTable already fires
IPv4_ROUTE_ADDED
- updateDisplayString(): display status over DHCP module, not the host
- support interface autoselection - etc.
- added handleDHCPACK(DHCPMessage *) - handleTimer() throws exception when T2 expires and clientState != RENEWING. - logging in handleDHCPMessage(). - extracted message type in processDHCPMessage().
- delete last added route in unboundLease().
- startTime handling now works similarly as in UDP apps.
- Output warning msg when client receives unexpected DHCP messages, that is, there is no ([clientState],[messageType]) case defined in the RFC 2131 FSM. - Added getAndCheckMessageTypeName(), it throws an exception when client receives unknown or invalid DHCP message type. - Removed some message types as they are not part of RFC 2131.
removed WeightedTopology - already implemented in cTopology removed OPP_Global::getModuleByPath(this, path) - uses cModule::getModuleByPath(path)
Ieee8021D* -> Ieee8021d* IEEE8021D* -> Ieee8021d* ieee8021D* -> ieee8021d*
hasUdp and hasSctp parameters (by Ingmar Baumgart)
This file contains hidden or 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
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.
Created initial files