On Thu, Jun 04, 2020 at 02:44:45PM +0000, Eugene Grosbein wrote:
> Author: eugen
> Date: Thu Jun  4 14:44:44 2020
> New Revision: 361790
> URL: https://svnweb.freebsd.org/changeset/base/361790
> 
> Log:
>   ifconfig(8): make it possible to filter output by interface group.
>   
>   Now options -g/-G allow to select/unselect interfaces by groups
>   in the "ifconfig -a" output just like already existing -d/-u.
>   
>   Examples:
>   
>   to exclude loopback from the list: ifconfig -a -G lo
>   to show vlan interfaces only: ifconfig -a -g vlan
>   to show tap interfaces that are up: ifconfig -aug tap
>   
>   Arguments to -g/-G may be shell patterns and both may be specified.
>   Later options -g/-G override previous ones.
>   
>   MFC after:          2 weeks
>   Relnotes:           yes
>   Differential Revision:      https://reviews.freebsd.org/D25029
> 
> Modified:
>   head/sbin/ifconfig/ifconfig.8
>   head/sbin/ifconfig/ifconfig.c
> 
> Modified: head/sbin/ifconfig/ifconfig.8
> ==============================================================================
> --- head/sbin/ifconfig/ifconfig.8     Thu Jun  4 14:15:39 2020        
> (r361789)
> +++ head/sbin/ifconfig/ifconfig.8     Thu Jun  4 14:44:44 2020        
> (r361790)

Hey Eugene,

Does the manpage need a date bump?

Thanks,

-- 
Shawn Webb
Cofounder / Security Engineer
HardenedBSD

GPG Key ID:          0xFF2E67A277F8E1FA
GPG Key Fingerprint: D206 BB45 15E0 9C49 0CF9  3633 C85B 0AF8 AB23 0FB2
https://git-01.md.hardenedbsd.org/HardenedBSD/pubkeys/src/branch/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc

Attachment: signature.asc
Description: PGP signature

Reply via email to