[Bug 245181] Proxy ARP (net.link.ether.inet.proxyall) does not work for FIB other than 0

2023-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245181 Mark Linimon changed: What|Removed |Added Resolution|--- |FIXED Status|In Progres

[Bug 191433] After create new vlan sysctl net.link.ether.inet.proxyall sets to 0

2020-10-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191433 Eugene Grosbein changed: What|Removed |Added Assignee|n...@freebsd.org |eu...@freebsd.org -- You are r

[Bug 191433] After create new vlan sysctl net.link.ether.inet.proxyall sets to 0

2020-10-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191433 Eugene Grosbein changed: What|Removed |Added CC||eu...@freebsd.org Resolu

[Bug 245181] Proxy ARP (net.link.ether.inet.proxyall) does not work for FIB other than 0

2020-04-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245181 Kubilay Kocak changed: What|Removed |Added Keywords|needs-qa| -- You are receiving this mail b

[Bug 245181] Proxy ARP (net.link.ether.inet.proxyall) does not work for FIB other than 0

2020-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245181 --- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: melifaro Date: Thu Apr 2 20:06:37 UTC 2020 New revision: 359580 URL: https://svnweb.freebsd.org/changeset/base/359580 Log: Use interface fib for proxy

[Bug 245181] Proxy ARP (net.link.ether.inet.proxyall) does not work for FIB other than 0

2020-03-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245181 --- Comment #6 from Alexander V. Chernikov --- Yep, looking good. I've moved the patch to https://reviews.freebsd.org/D24244 . Will commit tomorrow. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug 245181] Proxy ARP (net.link.ether.inet.proxyall) does not work for FIB other than 0

2020-03-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245181 --- Comment #5 from Scott Aitken --- Created attachment 212895 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212895&action=edit ARP FIB patch The attatched patch worked for me. Some caveats: 1) I'm not a good progranner 2) The

[Bug 245181] Proxy ARP (net.link.ether.inet.proxyall) does not work for FIB other than 0

2020-03-30 Thread bugzilla-noreply
st_2: # sysctl net.add_addr_allfibs net.inet.ip.forwarding net.link.ether.inet.proxyall net.fibs net.add_addr_allfibs: 0 net.inet.ip.forwarding: 1 net.link.ether.inet.proxyall: 1 net.fibs: 2 TESTS (run on Host_2): --- Test FIB 0 and proxy ARP: # ifconfig vmx0 vmx0: flags=8843 metric 0 mtu

[Bug 245181] Proxy ARP (net.link.ether.inet.proxyall) does not work for FIB other than 0

2020-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245181 --- Comment #2 from Kubilay Kocak --- Thank you for the report Scott Can you provide a network configuration (rc.conf , netstat -rn, ifconfig -a output as attachments, sanitized if necessary) that reproduces the issue? -- You are receivi

[Bug 245181] Proxy ARP (net.link.ether.inet.proxyall) does not work for FIB other than 0

2020-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245181 Alexander V. Chernikov changed: What|Removed |Added Assignee|n...@freebsd.org |melif...@freebsd.org

[Bug 245181] Proxy ARP (net.link.ether.inet.proxyall) does not work for FIB other than 0

2020-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245181 Kubilay Kocak changed: What|Removed |Added CC||b...@freebsd.org,

[Bug 191433] After create new vlan sysctl net.link.ether.inet.proxyall sets to 0

2016-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191433 Eric van Gyzen changed: What|Removed |Added CC||vangy...@freebsd.org --- Comment

[Bug 191433] After create new vlan sysctl net.link.ether.inet.proxyall sets to 0

2016-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191433 Mark Linimon changed: What|Removed |Added Assignee|freebsd-standards@FreeBSD.o |freebsd-net@FreeBSD.org

Re: net.link.ether.inet.proxyall

2006-03-27 Thread Ruslan Ermilov
On Mon, Mar 27, 2006 at 03:02:53PM +0200, Jon Otterholm wrote: > Has anyone information about the sysctl "net.link.ether.inet.proxyall" ? > Is this a global ARP-Proxy? > It's briefly mentioned in the arp(4) manpage. When enabled, it will ARP-proxy all IPs on the l

net.link.ether.inet.proxyall

2006-03-27 Thread Jon Otterholm
Hi. Has anyone information about the sysctl "net.link.ether.inet.proxyall" ? Is this a global ARP-Proxy? Does it apply on a bridge or if_bridge? /Jon ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: sysctl -w net.link.ether.inet.proxyall=1 ?

2004-03-19 Thread Ruslan Ermilov
On Thu, Mar 18, 2004 at 05:12:03PM +0100, Juan Rodriguez Hervella wrote: > What this is used for ? > This is an extension to the ARP proxying feature, allowing you to easily set it up. Normally, to do an ARP proxying, you would need to set up all individual ARP proxy entries (see the arp(8) manpa

sysctl -w net.link.ether.inet.proxyall=1 ?

2004-03-18 Thread Juan Rodriguez Hervella
What this is used for ? -- ** JFRH ** ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"