]> git.proxmox.com Git - mirror_ifupdown2.git/blobdiff - pkg/iface.py
Fix bug during handling multiple iface sections for same interface
[mirror_ifupdown2.git] / pkg / iface.py
index 3e1b50b4da794f7ae5fdffb34ed5b42abdad3c51..031972ef5a7849ca75eaba9bd53e42ad34fac148 100644 (file)
@@ -169,6 +169,7 @@ class iface():
 
     # flag to indicate that the object was created from pickled state
     _PICKLED = 0x1
+    HAS_SIBLINGS = 0x2
 
     version = '0.1'