Bug or feature - arp command on vlan in 9.0

2012-11-24 Thread Radek Krejča
-trip min/avg/max/stddev = 0.032/0.032/0.032/0.000 ms %arp 10.219.5.193 10.219.5.193 (10.219.5.193) -- no entry Is it bug or feature? Thanks Radek ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

BUG or FEATURE

2009-01-16 Thread KES
Здравствуйте, Questions. I have two routing tables, three LAN: one internal, two external. I have connected VIA VPN to server through internal LAN. if in firewall I add: setfib 1 all from internal.lan.ip to any The packet inside VPN tunnel is marked to have fib 1 and will leave router acording r

pkg_create: directory-permissions: bug or feature?

2006-04-28 Thread [EMAIL PROTECTED]@mgEDV.net
hi, the packaging-system (pkg_create, pkg_add) uses the tar file format for creating/installing packages and some special files inside the tar. everything is really fine for me, except the handling of directories, especially if they're empty! these dir's never get installed! if they're not empty,

freevrrpd bug or feature?

2005-02-17 Thread Eugene Mitrofanov
Hi Subj from CVS (with vlan support), FreeBSD 4.8-p16, 4.9-p3 and 5.3-Stable. I installed Subj on the two my routers and noticed that it does not work as should. I investigated the problem and discovered the following: vrrpd use the different destination MAC addresses for sending VRRPv2 Advert

Re: can't peform blankspace escape - sh command substitution bug or feature?

2003-02-12 Thread Denis N. Peplin
name > > long\ file\ name > > > > this ok. > > > > second, include this sed expression in sh command substitution: > > $ filename=`echo "long file name" | sed 's/ /\\ /g'` ; echo $filename > > long file name > > > &g

Re: can't peform blankspace escape - sh command substitution bug or feature?

2003-02-12 Thread Stijn Hoop
sed expression in sh command substitution: > $ filename=`echo "long file name" | sed 's/ /\\ /g'` ; echo $filename > long file name > > with csh all ok, but with Bourne not. is this bug or feature? > i'm searched in google and only found different instr

can't peform blankspace escape - sh command substitution bug or feature?

2003-02-12 Thread Denis N. Peplin
/\\ /g'` ; echo $filename long file name with csh all ok, but with Bourne not. is this bug or feature? i'm searched in google and only found different instructions about escaping variables by hand... Thanks! P.S. Sorry for possible offtopic. To Unsubscribe: send mail to [EMAIL PROTECTED]