mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
aliases: Add support to assign aliases to multiple RED interfaces
This is a little patch which will extend the aliases page to offer an interface selection if there are more than one RED interfaces. This is a little hack to make configuration easier for users who have manually set up more than one RED interface (e.g. for load balancing or fail-over) and want to use the UI to configure firewall rules. As a little benefit on the side, I had to rewrite setaliases.c to use ip(8) instead of ifconfig(8). Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Acked-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
f704d76e08
commit
6395bed8a4
@@ -422,6 +422,7 @@
|
||||
'alcatelusb upload' => 'Upload Speedtouch USB firmware',
|
||||
'alias ip' => 'Alias IP',
|
||||
'aliases' => 'Aliases',
|
||||
'aliases default interface' => '- Default Interface -',
|
||||
'aliases not active' => 'Aliases will not be active unless your RED interface is STATIC',
|
||||
'all' => 'All',
|
||||
'all interfaces' => 'All Interfaces',
|
||||
|
||||
Reference in New Issue
Block a user