Package: vlan
Version: 1.8-1
Severity: minor

I have two vlan interfaces and one satellite interface.
sputnik is satellite iface.
net.ipv4.conf.sputnik.rp_filter shold be set to 0, which is done by
this line in /etc/network/interfaces:
 post-up /sbin/sysctl -w net.ipv4.conf.sputnik.rp_filter=0

system was converted to using vlans a month ago, and today
i was disappointed by a fact what rp_filter does not set to 0
on 'ifup sputnik'.
it turns out what /etc/network/if-up.d/ip  set this sysctl on it's own,
and i need additional parameter in /etc/network/interfaces
specifically to tell vlan's ip script to set rp_filter.

I suggest what /etc/network/if-up.d/ip should act only on vlan interfaces,
checking them in a manner if-pre-up.d/vlan script does.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to