mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
netother.cgi: show content of routing table 220
Since IPsec routing information do not show up in the normal routing table, also displaying the contents of table 220 on netother.cgi might be useful for debugging purposes. The second version of this patch omits the output if routing table 220 is empty and introduces a custom translation for IPsec routing table entries instead of just adding the table number to the generic translation. Cc: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
2c0b745abb
commit
fdf3e9a96b
@@ -1525,6 +1525,7 @@
|
||||
'ipsec mode tunnel' => 'Tunnel',
|
||||
'ipsec network' => 'IPsec-Netzwerk',
|
||||
'ipsec no connections' => 'Keine aktiven IPsec-Verbindungen',
|
||||
'ipsec routing table entries' => 'Einträge der IPsec-Routing-Tabelle',
|
||||
'ipsec settings' => 'IPsec-Einstellungen',
|
||||
'iptable rules' => 'IPTable-Regeln',
|
||||
'iptmangles' => 'IPTable Mangles',
|
||||
|
||||
Reference in New Issue
Block a user