diff options
Diffstat (limited to 'test/lib/quagga.py')
-rw-r--r-- | test/lib/quagga.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/quagga.py b/test/lib/quagga.py index 8f5f17c1..6d65f061 100644 --- a/test/lib/quagga.py +++ b/test/lib/quagga.py @@ -243,6 +243,7 @@ class QuaggaBGPContainer(BGPContainer): c << 'debug zebra packet' c << 'debug zebra kernel' c << 'debug zebra rib' + c << 'ipv6 forwarding' c << '' with open('{0}/zebra.conf'.format(self.config_dir), 'w') as f: @@ -356,6 +357,7 @@ class QuaggaOSPFContainer(OSPFContainer): c << 'debug zebra packet' c << 'debug zebra kernel' c << 'debug zebra rib' + c << 'ipv6 forwarding' c << '' with open('{0}/zebra.conf'.format(self.config_dir), 'w') as f: |