]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove line number of link and useless link
authorHirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp>
Wed, 22 Jul 2015 15:47:38 +0000 (00:47 +0900)
committerHirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp>
Thu, 23 Jul 2015 09:47:39 +0000 (18:47 +0900)
Some line numbers are wrong. This patch removes the number
since the source which link points can be changed very frequently.
The patch also removes useless links.

Change-Id: Ie18f8567893975d4946888d114f0ae2666b56a65

doc/source/devref/security_group_api.rst

index 750c744f3628983686324f32df5ac615a2784db8..c888424f7ba8da9c3dfcd1a366266d88241c3cc5 100644 (file)
@@ -29,7 +29,7 @@ running on the compute nodes, and modifying the IPTables rules on each hyperviso
 
 * `Plugin RPC classes <https://git.openstack.org/cgit/openstack/neutron/tree/neutron/db/securitygroups_rpc_base.py>`_
 
-  * `SecurityGroupServerRpcMixin <https://git.openstack.org/cgit/openstack/neutron/tree/neutron/db/securitygroups_rpc_base.py#39>`_ - defines the RPC API that the plugin uses to communicate with the agents running on the compute nodes
+  * `SecurityGroupServerRpcMixin <https://git.openstack.org/cgit/openstack/neutron/tree/neutron/db/securitygroups_rpc_base.py>`_ - defines the RPC API that the plugin uses to communicate with the agents running on the compute nodes
   * SecurityGroupServerRpcMixin  -  Defines the API methods used to fetch data from the database, in order to return responses to agents via the RPC API
 
 * `Agent RPC classes <https://git.openstack.org/cgit/openstack/neutron/tree/neutron/agent/securitygroups_rpc.py>`_
@@ -43,8 +43,8 @@ IPTables Driver
 
 *  ``prepare_port_filter`` takes a ``port`` argument, which is a ``dictionary`` object that contains information about the port - including the ``security_group_rules``
 
-*  ``prepare_port_filter`` `appends the port to an internal dictionary  <https://git.openstack.org/cgit/openstack/neutron/tree/neutron/agent/linux/iptables_firewall.py#L60>`_, ``filtered_ports`` which is used to track the internal state.
+*  ``prepare_port_filter`` appends the port to an internal dictionary, ``filtered_ports`` which is used to track the internal state.
 
 * Each security group has a `chain <http://www.thegeekstuff.com/2011/01/iptables-fundamentals/>`_ in Iptables.
 
-* The ``IptablesFirewallDriver`` has a method to `convert security group rules into iptables statements <https://git.openstack.org/cgit/openstack/neutron/tree/neutron/agent/linux/iptables_firewall.py#L248>`_
+* The ``IptablesFirewallDriver`` has a method to convert security group rules into iptables statements.