---
 src/PVE/INotify.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm
index 846eb2f..57d7e6f 100644
--- a/src/PVE/INotify.pm
+++ b/src/PVE/INotify.pm
@@ -773,7 +773,7 @@ my $extract_ovs_option = sub {
 #       <known options>, # like bridge_ports, ovs_*
 #
 #       # extra/unknown options stored by-family:
-#       options4 => { <inet options>... }
+#       options => { <inet options>... }
 #       options6 => { <inet6 options>... }
 #     }
 #   },
@@ -1108,7 +1108,7 @@ sub __interface_to_string {
     my $done = { type => 1, priority => 1, method => 1, active => 1, exists => 
1,
                 comments => 1, autostart => 1, options => 1,
                 address => 1, netmask => 1, gateway => 1, broadcast => 1,
-                method6=> 1, families => 1,
+                method6=> 1, families => 1, options6 => 1,
                 address6 => 1, netmask6 => 1, gateway6 => 1, broadcast6 => 1,
                 %$once };
 
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to