Displaying 13 results from an estimated 13 matches for "bhardwaj".
Did you mean:
bharadwaj
2008 Sep 24
1
[Bridge] bridge is not forwarding the packet
...c will be
bridged with input device eth0.
----
This describes how to make sure your VLAN tagged traffic ends up on the
bridge you want.
________________________________
From: bridge-bounces at lists.linux-foundation.org
[mailto:bridge-bounces at lists.linux-foundation.org] On Behalf Of rahul
bhardwaj
Sent: Tuesday, 23 September 2008 11:32 PM
To: bridge at lists.linux-foundation.org
Cc: Stephen Hemminger
Subject: Re: [Bridge] bridge is not forwarding the packet
Hi Stephen,
Thanks for your very prompt response!
Actually my problem is not related to MAC address restrictions from
wireless int...
2009 Mar 20
1
[Bridge] BRCTL is displaying only 32 bridge interfaces even /proc/net/dev is showing more then that
...w". I am able see other interfaces into /proc/net/dev but brctl is not showing more then 32. It is also not allowing any operations (add/del) over those interfaces. Is it correct behaviour or I have do some changes in some settings.?
Could anybody please help me in this??
With Regards
Rahul Bhardwaj
?
Check out the all-new Messenger 9.0! Go to http://in.messenger.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/20090320/40440772/attachment.htm
2005 May 05
2
Please help
Hi
I am a novice and need to know how to compile glibc (glibc-2.0.6)
under an i686, redhat 9,
in order to install wine-20050310. The package does not install
otherwise. Is there any other alternative (like older package
versions, I don't know where to find one).
2017 Aug 02
1
Regarding KVM-Qemu Migration code
Respected Sir,
I need to modify kvm-qemu migration code. Please tell me where i can
find the code.
--
*Thank youWith Regards:Aditya Bhardwaj*
*Dept. of CSE *
*NITTTR (Ministry of MHRD, Govt. of India)*
*Sector-26, **Chandigarh - 160019 INDIA*
https://scholar.google.co.in/citations?user=rEHhEnEAAAAJ&hl=en
2014 Dec 30
1
[Bug 992] New: Missing space between NFQUEUE extra parameters
https://bugzilla.netfilter.org/show_bug.cgi?id=992
Bug ID: 992
Summary: Missing space between NFQUEUE extra parameters
Product: iptables
Version: 1.4.x
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: enhancement
Priority: P5
Component: iptables-save
Assignee:
2016 May 30
0
[ANNOUNCE] libnftnl 1.0.6 release
...ate LIBVERSION to prepare a new release
Patrick McHardy (4):
payload: add payload mangling support
trace: fix multiple copy and paste errors
trace: fix missing NFTNL_TRACE_JUMP_TARGET in nftnl_trace_get_str()
libnftnl: constify object arguments to various functions
Shivani Bhardwaj (2):
expr: masq: Add support for port selection
tests: expr-nat: Use different values to test
Vijay Subramanian (3):
expr: Fix compilation with JSON and XML parsing enabled
examples: Fix nft-table-upd example
Add support to print netdev family
2011 Oct 01
1
Fitting 3 beta distributions
Hi,
I want to fit 3 beta distributions to my data which ranges between 0 and 1.
What are the functions that I can easily call and specify that 3 beta
distributions should be fitted?
I have already looked at normalmixEM and fitdistr but they dont seem to be
applicable (normalmixEM is only for fitting normal dist and fitdistr will
only fit 1 distribution, not 3). Is that right?
Also, my data has 26
2012 Sep 14
1
tcltk installation problem in R (Mac OS X version)
Hi all, I just installed R on my Mac OS X machine and wanted to installed
tcl/tk. So, I installed tcl/tk from this page:
http://cran.r-project.org/bin/macosx/tools/
It gets placed in /usr/local dir.
and then I installed R.
Next, in R, I set the TCL_LIBRARY variable by saying
Sys.setenv(TCL_LIBRARY="/usr/local/lib/tcl8.5")
and
Sys.setenv(TK_LIBRARY="/usr/local/lib/tk8.5")
But
2003 Sep 13
0
PXELinux Kernel NFS Root Errors
...to contain to work properly?
- Will an option of using a floppy to mount a very basic root partition,
followed by an NFS mount of root and a 'chroot' command, be an effective
solution? Or will it be too slow/a stopgap approach?
ANY suggestions will help.
Thanks in advance,
Manu
--
Manu Bhardwaj <http://manubhardwaj.net>
<PGP: 0x7EF46A88>
--
Details:
I have searched the web and spent some days trying to get the system up and
running. (Server address = 172.20.0.1, netmask 255.255.255.0). The server has
been different at different points of time (sometimes Tur...
2017 Jan 27
0
[ANNOUNCE] iptables 1.6.1 release
...extensions: libxt_CONNMARK: Add translation to nft
iptables: extensions: libxt_MARK: Fix translation of --set-xmark option
iptables: extensions: libxt_ecn: Add translation to nft
Sami Kerola (1):
extensions: REJECT: do not adjust reject-with type footnote indentation
Shivani Bhardwaj (51):
extensions: libxt_mark: Add translation to nft
extensions: libxt_esp: Add translation to nft
extensions: libxt_NFLOG: Add translation to nft
extensions: libxt_iprange: Add translation to nft
extensions: libxt_mac: Add translation to nft
extensions: libxt_he...
2016 Jun 02
0
[ANNOUNCE] nftables 0.6 release
...within a rule
stmt: support generating stateful statements outside of rule context
src: add flow statement
Piyush Pangtey (3):
doc: nft: Fixed a typo and added/changed punctuation
nft: Modified punctuation used in nft's show_help
rule: Remove memory leak
Shivani Bhardwaj (5):
src: datatype: Modify symbol table for icmpv6 packet types
ip6: Add tests for icmpv6 packet types
src: netlink_linearize: Fix bug for redirect target
src: Add support for masquerade port selection
src: evaluate: Show error for fanout without balance
2005 May 07
0
Thank You
Thanks for your advice. I am able to compile wine now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20050507/69c21067/attachment.html
2010 Mar 29
0
Polymorphic association and has_one retrieval issues
class Address < ActiveRecord::Base
belongs_to :addressable, :polymorphic => true
end
class Client < ActiveRecord::Base
has_one :address, :as => :addressable
end
Now I''am able to create a correct entry in the db for address with
addressable_id = 1#client_id
addreassable_type = ''Client''
but when I retrieve
client = Client.find(1) --> return client