On 8/20/2019 4:43 PM, Matt Darfeuille wrote:
> Hi, on an upgraded Stretch to Buster shorewall-lite system, I'm getting
> the following after a 'shorewall remote-reload':
> 
> 
> "Reloading Shorewall Lite....
> # Warning: iptables-legacy tables present, use iptables-legacy to see them
> done."
> 
> 
> Reporting this before I forget about it, I won't have time to look into
> this untill the end of the month at the earliest.
> All products are Shorewall 5.2.2.
> 

The below commands seem to eliminate the warning:

$ DEBIAN_FRONTEND=readline update-alternatives --config iptables
There are 2 choices for the alternative iptables (providing
/usr/sbin/iptables).

  Selection    Path                       Priority   Status
------------------------------------------------------------
* 0            /usr/sbin/iptables-nft      20        auto mode
  1            /usr/sbin/iptables-legacy   10        manual mode
  2            /usr/sbin/iptables-nft      20        manual mode

Press <enter> to keep the current choice[*], or type selection number: 1
update-alternatives: using /usr/sbin/iptables-legacy to provide
/usr/sbin/iptables (iptables) in manual mode
$ DEBIAN_FRONTEND=readline update-alternatives --config ip6tables
There are 2 choices for the alternative ip6tables (providing
/usr/sbin/ip6tables).

  Selection    Path                        Priority   Status
------------------------------------------------------------
* 0            /usr/sbin/ip6tables-nft      20        auto mode
  1            /usr/sbin/ip6tables-legacy   10        manual mode
  2            /usr/sbin/ip6tables-nft      20        manual mode

Press <enter> to keep the current choice[*], or type selection number: 1
update-alternatives: using /usr/sbin/ip6tables-legacy to provide
/usr/sbin/ip6tables (ip6tables) in manual mode

-Matt
-- 
Matt Darfeuille


_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to