[Differential] [Closed] D1766: Factor out ip6_fragment()

2015-02-15 Thread kristof (Kristof Provost)
kristof closed this revision. kristof added a comment. Submitted as r278842 - head/sys/netinet6 REVISION DETAIL https://reviews.freebsd.org/D1766 To: kristof, glebius Cc: glebius, freebsd-net ___ freebsd-net@freebsd.org mailing list http://lists.free

[Differential] [Accepted] D1766: Factor out ip6_fragment()

2015-02-15 Thread glebius (Gleb Smirnoff)
glebius accepted this revision. This revision is now accepted and ready to land. REVISION DETAIL https://reviews.freebsd.org/D1766 To: kristof, glebius Cc: glebius, freebsd-net ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/

[Differential] [Closed] D1765: PF: Handle fragmented IPv6 packets

2015-02-15 Thread kristof (Kristof Provost)
kristof closed this revision. kristof added a comment. Submitted as r278831 - head/sys/netpfil/pf REVISION DETAIL https://reviews.freebsd.org/D1765 To: kristof, glebius Cc: glebius, freebsd-net ___ freebsd-net@freebsd.org mailing list http://lists.fr

[Differential] [Closed] D1764: Factor out ip6_deletefraghdr()

2015-02-15 Thread kristof (Kristof Provost)
kristof closed this revision. kristof added a comment. Submitted as r278828 - head/sys/netinet6 REVISION DETAIL https://reviews.freebsd.org/D1764 To: kristof, ae, glebius Cc: ae, glebius, freebsd-net ___ freebsd-net@freebsd.org mailing list http://li

[Differential] [Changed Subscribers] D1764: Factor out ip6_deletefraghdr()

2015-02-15 Thread rpaulo (Rui Paulo)
rpaulo added a subscriber: rpaulo. rpaulo added a comment. >>! In D1764#17, @glebius wrote: > Damn f*ckbrikator doesn't allow me to close the revision, since I don't own > it. > > Kristof, looks like you will need to manually close all your revisions as I > commit them. Or we can just leave som

Re: [Differential] [Commented On] D1764: Factor out ip6_deletefraghdr()

2015-02-15 Thread Alfred Perlstein
Can you use the commit log string and try that? Sent from my iPhone > On Feb 15, 2015, at 5:32 PM, glebius (Gleb Smirnoff) > wrote: > > glebius added a comment. > > Damn f*ckbrikator doesn't allow me to close the revision, since I don't own > it. > > Kristof, looks like you will need to ma

[Differential] [Accepted] D1765: PF: Handle fragmented IPv6 packets

2015-02-15 Thread glebius (Gleb Smirnoff)
glebius accepted this revision. This revision is now accepted and ready to land. REVISION DETAIL https://reviews.freebsd.org/D1765 To: kristof, glebius Cc: glebius, freebsd-net ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/

[Differential] [Commented On] D1765: PF: Handle fragmented IPv6 packets

2015-02-15 Thread glebius (Gleb Smirnoff)
glebius added a comment. Thanks. Now let me complete universe with anonymous structs/unions on. INLINE COMMENTS sys/netpfil/pf/pf_norm.c:88 This line looks like cut-n-paste typo. Don't hurry to fix, I am about to improve the code to use anonymous structure, which, I hope, will be enabled for

[Differential] [Commented On] D1764: Factor out ip6_deletefraghdr()

2015-02-15 Thread glebius (Gleb Smirnoff)
glebius added a comment. Damn f*ckbrikator doesn't allow me to close the revision, since I don't own it. Kristof, looks like you will need to manually close all your revisions as I commit them. Or we can just leave some trash in this "pretty" software. REVISION DETAIL https://reviews.freebsd.

[Differential] [Accepted] D1764: Factor out ip6_deletefraghdr()

2015-02-15 Thread glebius (Gleb Smirnoff)
glebius accepted this revision. This revision is now accepted and ready to land. REVISION DETAIL https://reviews.freebsd.org/D1764 To: kristof, ae, glebius Cc: ae, glebius, freebsd-net ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/

more re: NFS and diskless: some questions re nfs_diskless.c

2015-02-15 Thread Rick Macklem
Beeblebrox wrote: > I have several questions on implementing the features in > nfs_diskless.c. Understanding these parameters are necessary to get > a decent menu-driven (grub2) boot process working for clients. > > 1. for diskless clients get mounted as V2 instead of V3. I > have defined { boot.

Re: NFS and diskless: some questions re nfs_diskless.c

2015-02-15 Thread Rick Macklem
Beeblebrox wrote: > I have several questions on implementing the features in > nfs_diskless.c. Understanding these parameters are necessary to get > a decent menu-driven (grub2) boot process working for clients. > > 1. for diskless clients get mounted as V2 instead of V3. I > have defined { boot.

NFS and diskless: some questions re nfs_diskless.c

2015-02-15 Thread Beeblebrox
I have several questions on implementing the features in nfs_diskless.c. Understanding these parameters are necessary to get a decent menu-driven (grub2) boot process working for clients. 1. for diskless clients get mounted as V2 instead of V3. I have defined { boot.nfsroot.options="nfsv3" },