Skip to content
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

revise Static_ipv4.connect signature: #382

Closed
wants to merge 1 commit into from

Conversation

hannesm
Copy link
Member

@hannesm hannesm commented Dec 6, 2018

  • ip is a required keyword of type Ipaddr.V4.Prefix.t * Ipaddr.V4.t (no default value)
  • network is gone
  • ?gateway is Ipaddr.V4.t (used to be Ipaddr.V4.t option)
    --> connect does not fail anymore :)

this PR and the others are staged in mirage-dev and lead to a successful build of mirage-skeleton

Mirage-dev build: https://travis-ci.org/mirage/mirage-dev/builds/464044337 (failing is only the genode target which never worked with travis)

Is anyone aware of other Static_ipv4.connect users?

(split off from #380)

- ip is a required keyword of type Ipaddr.V4.Prefix.t * Ipaddr.V4.t (no default value)
- network is gone
- ?gateway is Ipaddr.V4.t (used to be Ipaddr.V4.t option)
--> connect does not fail anymore :)
@hannesm
Copy link
Member Author

hannesm commented Oct 30, 2019

I have a rebase on #420 which will be merged instead

@hannesm hannesm closed this Oct 30, 2019
@hannesm hannesm deleted the ipv4-signature branch October 30, 2019 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant