Change-Id: Ifd458495992a0fd1b7437c315b4fe45906830cb1
| ... | ... |
@@ -164,11 +164,6 @@ In this configuration we are defining FLOATING_RANGE to be a |
| 164 | 164 |
subnet that exists in the private RFC1918 address space - however in |
| 165 | 165 |
in a real setup FLOATING_RANGE would be a public IP address range. |
| 166 | 166 |
|
| 167 |
-Note that extension drivers for the ML2 plugin is set by |
|
| 168 |
-`Q_ML2_PLUGIN_EXT_DRIVERS`, and it includes 'port_security' by default. If you |
|
| 169 |
-want to remove all the extension drivers (even 'port_security'), set |
|
| 170 |
-`Q_ML2_PLUGIN_EXT_DRIVERS` to blank. |
|
| 171 |
- |
|
| 172 | 167 |
Neutron Networking with Open vSwitch and Provider Networks |
| 173 | 168 |
========================================================== |
| 174 | 169 |
|
| ... | ... |
@@ -304,5 +299,11 @@ disable ufw if it was enabled, do the following: |
| 304 | 304 |
sudo service iptables save |
| 305 | 305 |
sudo ufw disable |
| 306 | 306 |
|
| 307 |
+Configuring Extension Drivers for the ML2 Plugin |
|
| 308 |
+------------------------------------------------ |
|
| 307 | 309 |
|
| 310 |
+Extension drivers for the ML2 plugin are set with the variable |
|
| 311 |
+`Q_ML2_PLUGIN_EXT_DRIVERS`, and includes the 'port_security' extension |
|
| 312 |
+by default. If you want to remove all the extension drivers (even |
|
| 313 |
+'port_security'), set `Q_ML2_PLUGIN_EXT_DRIVERS` to blank. |
|
| 308 | 314 |
|