neutron/neutron/agent/linux
Ihar Hrachyshka 1ae91ce9be ip_lib: ignore gre and lo devices in get_devices by default
This is the most common use pattern for the method, so it makes sense to
make it default.

(Actually, it may be that there are no usage for the arguments
whatsoever, but better safe than sorry.)

NeutronLibImpact this change potentially breaks callers of get_devices
that may want to get the automatic devices by default. Those imaginary
callers may need to set exclude_gre_devices and/or exclude_loopback to
True from now on.

Change-Id: Ic32b8abc7f8502b8907ae21c996e13cb8fd5401d
Related-Bug: #1604115
2017-04-13 15:03:06 -07:00
..
openvswitch_firewall Fixes crash when starting Neutron OVS Agent on Windows 2017-03-07 15:55:40 -05:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
async_process.py Change default exception in wait_until_true 2017-01-09 05:37:27 -05:00
bridge_lib.py LinuxBridge: Use ifindex for logical 'timestamp' 2016-09-14 17:02:46 +00:00
daemon.py Use bytes for python3 friendly os.write 2017-02-02 18:59:03 -08:00
dhcp.py ip_lib: ignore gre and lo devices in get_devices by default 2017-04-13 15:03:06 -07:00
dibbler.py Add PD support in HA router 2017-03-15 04:31:09 +00:00
external_process.py Merge "Don't return null-byte separated string from ExternalProcess.cmdline()" 2017-03-20 23:41:08 +00:00
interface.py Disable RA and IPv6 forwarding on backup HA routers 2017-03-17 15:06:08 +00:00
ip_conntrack.py Move conntrack zones to IPTablesFirewall 2017-03-30 14:54:51 -07:00
ip_lib.py ip_lib: ignore gre and lo devices in get_devices by default 2017-04-13 15:03:06 -07:00
ip_link_support.py Add new configuration test in sanity check: vf_extended_management 2016-08-30 11:27:55 +00:00
ip_monitor.py Ignore possible suffix in iproute commands. 2015-12-10 11:16:12 +02:00
ipset_manager.py Delete conntrack when remote ipset member removed 2016-11-29 16:19:03 +00:00
iptables_comments.py Neutron to Drop Router Advts from VM ports 2015-04-24 03:42:07 +00:00
iptables_firewall.py Move conntrack zones to IPTablesFirewall 2017-03-30 14:54:51 -07:00
iptables_manager.py Agent common config 2017-03-15 09:52:18 -06:00
keepalived.py Enable keepalived debug logs when debug=True 2017-04-05 10:06:56 -07:00
ovsdb_monitor.py Ensure ovsdb_connection enabled before calling monitor 2017-03-06 22:19:18 +00:00
pd.py Add PD support in HA router 2017-03-15 04:31:09 +00:00
pd_driver.py Fix module's import order 2016-01-22 06:38:42 -08:00
polling.py Support ovsdb-client monitor with remote connection 2017-01-17 06:00:58 -08:00
ra.py Remove advertise_mtu config option 2017-01-09 22:17:09 +00:00
tc_lib.py Revert "Linux Bridge: driver support for QoS egress minimum bandwidth" 2017-02-09 19:11:00 +00:00
utils.py Merge "execute: don't call greenthread.sleep directly" 2017-04-13 02:07:15 +00:00
xenapi_root_helper.py Use os-xenapi for neutron when XenServer as hypervisor 2017-03-30 18:33:37 +00:00