Skip to content

Commit

Permalink
Auto merge of #1972 - zonyitoo:master, r=JohnTitor
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Nov 24, 2020
2 parents f4bd085 + 9578fa1 commit 5598401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/bsd/freebsdlike/freebsd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,7 @@ pub const IP_RECVORIGDSTADDR: ::c_int = IP_ORIGDSTADDR;

pub const IP_RECVTOS: ::c_int = 68;

pub const IPV6_BINDANY: ::c_int = 64;
pub const IPV6_ORIGDSTADDR: ::c_int = 72;
pub const IPV6_RECVORIGDSTADDR: ::c_int = IPV6_ORIGDSTADDR;

Expand Down

0 comments on commit 5598401

Please sign in to comment.