[Bug 559170] New: ip addr flush $ifname causes vanishing /proc/sys/net/ipv6/conf/$ifname
http://bugzilla.novell.com/show_bug.cgi?id=559170 http://bugzilla.novell.com/show_bug.cgi?id=559170#c0 Summary: ip addr flush $ifname causes vanishing /proc/sys/net/ipv6/conf/$ifname Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: All OS/Version: openSUSE 11.2 Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: mt@novell.com QAContact: qa@suse.de CC: jbohac@novell.com Found By: --- Blocker: --- Example: # sysctl -a | grep "net.ipv[46].conf.br1" net.ipv4.conf.br1.forwarding = 1 net.ipv4.conf.br1.mc_forwarding = 0 net.ipv4.conf.br1.accept_redirects = 1 net.ipv4.conf.br1.secure_redirects = 1 net.ipv4.conf.br1.shared_media = 1 net.ipv4.conf.br1.rp_filter = 0 net.ipv4.conf.br1.send_redirects = 1 net.ipv4.conf.br1.accept_source_route = 1 net.ipv4.conf.br1.proxy_arp = 0 net.ipv4.conf.br1.medium_id = 0 net.ipv4.conf.br1.bootp_relay = 0 net.ipv4.conf.br1.log_martians = 0 net.ipv4.conf.br1.tag = 0 net.ipv4.conf.br1.arp_filter = 0 net.ipv4.conf.br1.arp_announce = 0 net.ipv4.conf.br1.arp_ignore = 0 net.ipv4.conf.br1.arp_accept = 0 net.ipv4.conf.br1.arp_notify = 0 net.ipv4.conf.br1.disable_xfrm = 0 net.ipv4.conf.br1.disable_policy = 0 net.ipv4.conf.br1.force_igmp_version = 0 net.ipv4.conf.br1.promote_secondaries = 1 net.ipv6.conf.br1.forwarding = 1 net.ipv6.conf.br1.hop_limit = 64 net.ipv6.conf.br1.mtu = 1500 net.ipv6.conf.br1.accept_ra = 1 net.ipv6.conf.br1.accept_redirects = 1 net.ipv6.conf.br1.autoconf = 1 net.ipv6.conf.br1.dad_transmits = 1 net.ipv6.conf.br1.router_solicitations = 3 net.ipv6.conf.br1.router_solicitation_interval = 4 net.ipv6.conf.br1.router_solicitation_delay = 1 net.ipv6.conf.br1.force_mld_version = 0 net.ipv6.conf.br1.use_tempaddr = 0 net.ipv6.conf.br1.temp_valid_lft = 604800 net.ipv6.conf.br1.temp_prefered_lft = 86400 net.ipv6.conf.br1.regen_max_retry = 5 net.ipv6.conf.br1.max_desync_factor = 600 net.ipv6.conf.br1.max_addresses = 16 net.ipv6.conf.br1.accept_ra_defrtr = 1 net.ipv6.conf.br1.accept_ra_pinfo = 1 net.ipv6.conf.br1.accept_ra_rtr_pref = 1 net.ipv6.conf.br1.router_probe_interval = 60 net.ipv6.conf.br1.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.br1.proxy_ndp = 0 net.ipv6.conf.br1.accept_source_route = 0 net.ipv6.conf.br1.disable_ipv6 = 0 net.ipv6.conf.br1.accept_dad = 1 # ip addr flush br1 # sysctl -a | grep "net.ipv[46].conf.br1" net.ipv4.conf.br1.forwarding = 1 net.ipv4.conf.br1.mc_forwarding = 0 net.ipv4.conf.br1.accept_redirects = 1 net.ipv4.conf.br1.secure_redirects = 1 net.ipv4.conf.br1.shared_media = 1 net.ipv4.conf.br1.rp_filter = 0 net.ipv4.conf.br1.send_redirects = 1 net.ipv4.conf.br1.accept_source_route = 1 net.ipv4.conf.br1.proxy_arp = 0 net.ipv4.conf.br1.medium_id = 0 net.ipv4.conf.br1.bootp_relay = 0 net.ipv4.conf.br1.log_martians = 0 net.ipv4.conf.br1.tag = 0 net.ipv4.conf.br1.arp_filter = 0 net.ipv4.conf.br1.arp_announce = 0 net.ipv4.conf.br1.arp_ignore = 0 net.ipv4.conf.br1.arp_accept = 0 net.ipv4.conf.br1.arp_notify = 0 net.ipv4.conf.br1.disable_xfrm = 0 net.ipv4.conf.br1.disable_policy = 0 net.ipv4.conf.br1.force_igmp_version = 0 net.ipv4.conf.br1.promote_secondaries = 1 There is no br1 interface in the ipv6 tree any more: # ls /proc/sys/net/ipv6/conf/ all br0 default eth0 eth1 lo tap1.0 tap1.1 tun0 # ls /proc/sys/net/ipv4/conf/ all br0 br1 default eth0 eth1 lo tap1.0 tap1.1 tun0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=559170 http://bugzilla.novell.com/show_bug.cgi?id=559170#c Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium CC| |jeffm@novell.com AssignedTo|kernel-maintainers@forge.pr |jbohac@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=559170 http://bugzilla.novell.com/show_bug.cgi?id=559170#c1 Jiri Bohac <jbohac@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Jiri Bohac <jbohac@novell.com> 2009-12-08 19:25:14 UTC --- I found where in the code this is caused, but I don't understand why, so I just asked on the netdev mailing list. Let's see if somebody can explain it. http://www.spinics.net/lists/netdev/msg115260.html -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=559170 https://bugzilla.novell.com/show_bug.cgi?id=559170#c Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Kernel |Kernel Version|Final |Factory Product|openSUSE 11.2 |openSUSE 11.4 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=559170 https://bugzilla.novell.com/show_bug.cgi?id=559170#c2 --- Comment #2 from Bernhard Wiedemann <bwiedemann@suse.com> 2011-12-05 19:00:08 CET --- This is an autogenerated message for OBS integration: This bug (559170) was mentioned in https://build.opensuse.org/request/show/95483 Factory / sysconfig -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=559170 https://bugzilla.novell.com/show_bug.cgi?id=559170#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> 2011-12-19 14:00:10 CET --- This is an autogenerated message for OBS integration: This bug (559170) was mentioned in https://build.opensuse.org/request/show/97040 12.1 / sysconfig https://build.opensuse.org/request/show/97041 11.4 / sysconfig https://build.opensuse.org/request/show/97042 11.3 / sysconfig -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=559170 https://bugzilla.novell.com/show_bug.cgi?id=559170#c4 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Marius Tomaschewski <mt@suse.com> 2011-12-19 13:10:27 UTC --- User space workaround is applied in package for SWAMPID 44544 (bnc#735394) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=559170 https://bugzilla.novell.com/show_bug.cgi?id=559170#c Ludwig Nussel <lnussel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |obs:running:155:moderate -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=559170 https://bugzilla.novell.com/show_bug.cgi?id=559170#c5 --- Comment #5 from Bernhard Wiedemann <bwiedemann@suse.com> 2012-02-17 23:00:08 CET --- This is an autogenerated message for OBS integration: This bug (559170) was mentioned in https://build.opensuse.org/request/show/105749 Evergreen:11.2 / sysconfig -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=559170 https://bugzilla.novell.com/show_bug.cgi?id=559170#c6 --- Comment #6 from Bernhard Wiedemann <bwiedemann@suse.com> 2012-02-22 14:00:10 CET --- This is an autogenerated message for OBS integration: This bug (559170) was mentioned in https://build.opensuse.org/request/show/106448 Evergreen:11.2 / sysconfig -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=559170 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|obs:running:155:moderate | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com