summaryrefslogtreecommitdiff
path: root/neutron/agent/linux/iptables_manager.py
Commit message (Expand)AuthorAgeFilesLines
* Fix not working use_random_fully config optionAlexander2023-05-161-3/+4
* Allow operator to disable usage of random-fullyDavid Hill2022-08-251-0/+4
* Make iptables rules diff to be case insensitiveSlawek Kaplonski2022-07-281-0/+16
* Remove rootwrap execution (4)Rodolfo Alonso Hernandez2021-02-081-5/+8
* Remove "IptablesManager" unneeded input parameter "_execute"Rodolfo Alonso Hernandez2021-02-081-14/+9
* [OVN] Ensure metadata checksumRodolfo Alonso Hernandez2020-12-101-2/+5
* Set metering iptables chain not found LOG level to WARNINGRafael Weingärtner2020-11-191-1/+9
* metadata-ipv6: Router namespaceBence Romsics2020-08-311-1/+4
* Bump pylint version to support python 3.8Bernard Cafarelli2020-08-061-1/+1
* Log the IPTables rules if "debug_iptables_rules"Rodolfo Alonso Hernandez2019-09-231-0/+1
* Merge "Do not initialize the iptables nat table in the dhcp-agent"Zuul2019-04-261-2/+3
|\
| * Do not initialize the iptables nat table in the dhcp-agentBrian Haley2019-04-241-2/+3
* | Packets getting lost during SNAT with too many connectionsSwaminathan Vasudevan2019-04-121-0/+22
|/
* remove neutron.common.constantsBoden R2019-04-041-1/+1
* Fix pep8 E128 warnings in non-test codeBrian Haley2019-03-121-1/+1
* remove neutron.common.exceptionsBoden R2019-02-011-5/+6
* iptables-restore wait period cannot be zeroRodolfo Alonso Hernandez2018-10-311-1/+1
* fix spell errorhujin2018-08-291-1/+1
* Merge "Fix neutron-openvswitch-agent Windows support"Zuul2018-08-271-1/+1
|\
| * Fix neutron-openvswitch-agent Windows supportClaudiu Belu2018-07-181-1/+1
* | Move MAX_CHAIN_LEN constants to constants fileSlawek Kaplonski2018-08-031-7/+3
|/
* Adopt hacking 1.1.0IWAMOTO Toshihiro2018-07-051-0/+1
* Fix all pep8 E129 errorsBrian Haley2018-05-031-1/+1
* Use same instance of iptables_manager in L2 agent and extensionsSławek Kapłoński2018-01-051-46/+54
* Change iptables-restore lock interval to 5 per secondBrian Haley2017-11-091-1/+4
* Always call iptables-restore with -w if done onceBrian Haley2017-10-241-10/+24
* Merge "iptables: don't log lock error if we haven't passed -w"Jenkins2017-10-151-1/+2
|\
| * iptables: don't log lock error if we haven't passed -wIhar Hrachyshka2017-10-111-1/+2
* | Merge "Change ip_lib network namespace code to use pyroute2"Jenkins2017-10-131-1/+1
|\ \ | |/ |/|
| * Change ip_lib network namespace code to use pyroute2Brian Haley2017-10-041-1/+1
* | use synchronized lock decorator from neutron-libBoden R2017-10-041-2/+2
|/
* Make use of -w argument for iptables callsIhar Hrachyshka2017-08-311-27/+63
* Make code follow log translation guidelineInessa Vasilevskaya2017-08-141-10/+10
* Replace six.iteritems with dict.items(Part-2)fpxie2017-04-181-2/+1
* Dont try to apply iptables rules in a endless loopSaverio Proto2017-04-141-1/+15
* Agent common configJohn Perkins2017-03-151-1/+1
* Fix a typo in iptables_manager.pyCao Xuan Hoang2017-01-051-1/+1
* Merge "Improve performance of _modify_rules"Jenkins2016-12-021-7/+7
|\
| * Improve performance of _modify_rulesQuan Tian2016-11-221-7/+7
* | Speed-up iptables_manager remove_chain() codeBrian Haley2016-11-171-12/+6
|/
* Fix metering-agent iptables restore failureBrian Haley2016-09-161-0/+5
* Preventing iptables rule to be thrashedgaozhengwei2016-09-131-1/+4
* Add debug option to verify iptables rulesKevin Benton2016-08-121-1/+13
* Move address scope specific code out of iptables_managerHong Hui Xiao2016-05-061-43/+0
* Using LOG.warning replace LOG.warnLiuNanke2016-03-101-6/+6
* Add address scopes support to the L3 agentCarl Baldwin2016-02-031-1/+52
* Use _ from neutron._i18nAkihiro Motoki2015-12-061-1/+1
* Move i18n to _i18n, as per oslo_i18n guidelinesDoug Wiegley2015-12-011-1/+1
* Merge "Use diffs for iptables restore instead of all rules"Jenkins2015-11-261-184/+171
|\
| * Use diffs for iptables restore instead of all rulesKevin Benton2015-11-231-184/+171