ifconfig creatable ifs list

View: New views
3 Messages — Rating Filter:   Alert me  

ifconfig creatable ifs list

by Vladimir Kirillov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello, tech@!

It seems, that pfsync(4) is missing from the list of interfaces which
can be dynamically created:

Index: ifconfig.8
===================================================================
RCS file: /cvs/src/sbin/ifconfig/ifconfig.8,v
retrieving revision 1.184
diff -N -u -p ifconfig.8
--- ifconfig.8  13 Aug 2009 19:33:13 -0000      1.184
+++ ifconfig.8  9 Nov 2009 09:56:04 -0000
@@ -180,6 +180,7 @@ At least the following devices can be created on
deman
 .Xr mpe 4 ,
 .Xr pflog 4 ,
 .Xr pflow 4 ,
+.Xr pfsync 4 ,
 .Xr ppp 4 ,
 .Xr pppoe 4 ,
 .Xr sl 4 ,


Re: ifconfig creatable ifs list

by Vladimir Kirillov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11:57 Mon 09 Nov, Vladimir Kirillov wrote:
> It seems, that pfsync(4) is missing from the list of interfaces which
> can be dynamically created:

Oops, screwed the diff,

Index: ifconfig.8
===================================================================
RCS file: /cvs/src/sbin/ifconfig/ifconfig.8,v
retrieving revision 1.184
diff -N -u -p ifconfig.8
--- ifconfig.8  13 Aug 2009 19:33:13 -0000      1.184
+++ ifconfig.8  9 Nov 2009 10:00:15 -0000
@@ -180,6 +180,7 @@ At least the following devices can be created on deman
 .Xr mpe 4 ,
 .Xr pflog 4 ,
 .Xr pflow 4 ,
+.Xr pfsync 4 ,
 .Xr ppp 4 ,
 .Xr pppoe 4 ,
 .Xr sl 4 ,


Re: ifconfig creatable ifs list

by Jason McIntyre-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Nov 09, 2009 at 12:00:48PM +0200, Vladimir Kirillov wrote:

> On 11:57 Mon 09 Nov, Vladimir Kirillov wrote:
> > It seems, that pfsync(4) is missing from the list of interfaces which
> > can be dynamically created:
>
> Index: ifconfig.8
> ===================================================================
> RCS file: /cvs/src/sbin/ifconfig/ifconfig.8,v
> retrieving revision 1.184
> diff -N -u -p ifconfig.8
> --- ifconfig.8  13 Aug 2009 19:33:13 -0000      1.184
> +++ ifconfig.8  9 Nov 2009 10:00:15 -0000
> @@ -180,6 +180,7 @@ At least the following devices can be created on deman
>  .Xr mpe 4 ,
>  .Xr pflog 4 ,
>  .Xr pflow 4 ,
> +.Xr pfsync 4 ,
>  .Xr ppp 4 ,
>  .Xr pppoe 4 ,
>  .Xr sl 4 ,

fixed, thanks.
jmc