-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[interfaces]: Add support for multiple IP interfaces on eth0 #840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,263 @@ | ||
| # | ||
| # =============== Managed by SONiC Config Engine DO NOT EDIT! =============== | ||
| # generated from /usr/share/sonic/templates/interfaces.j2 using sonic-cfggen | ||
| # file: /etc/network/interfaces | ||
| # | ||
| # The loopback network interface | ||
| auto lo | ||
| iface lo inet loopback | ||
| # Use command 'ip addr list dev lo' to check all addresses | ||
| iface lo inet static | ||
| address 10.1.0.32 | ||
| netmask 255.255.255.255 | ||
| # | ||
| iface lo inet6 static | ||
| address fc00:1::32 | ||
| netmask 128 | ||
| # | ||
| # The management network interface | ||
| auto eth0 | ||
| iface eth0 inet static | ||
| address 10.0.0.100 | ||
| netmask 255.255.255.0 | ||
| ## management network policy routing rules ## | ||
| # management port up rules | ||
| up ip route add default via 10.0.0.1 dev eth0 table default | ||
| up ip rule add from 10.0.0.100/32 table default | ||
| # management port down rules | ||
| down ip route delete default via 10.0.0.1 dev eth0 table default | ||
| down ip rule delete from 10.0.0.100/32 table default | ||
| # | ||
| iface eth0 inet6 static | ||
| address 2603:10e2:0:2903::7 | ||
| netmask 64 | ||
| # | ||
| # The switch front panel interfaces | ||
| # "|| true" is added to suppress the error when interface is already a member of VLAN | ||
| allow-hotplug fortyGigE0/4 | ||
| iface fortyGigE0/4 inet manual | ||
| pre-up ifconfig fortyGigE0/4 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/4 || true | ||
| post-down ifconfig fortyGigE0/4 down | ||
| # | ||
| allow-hotplug fortyGigE0/8 | ||
| iface fortyGigE0/8 inet manual | ||
| pre-up ifconfig fortyGigE0/8 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/8 || true | ||
| post-down ifconfig fortyGigE0/8 down | ||
| # | ||
| allow-hotplug fortyGigE0/12 | ||
| iface fortyGigE0/12 inet manual | ||
| pre-up ifconfig fortyGigE0/12 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/12 || true | ||
| post-down ifconfig fortyGigE0/12 down | ||
| # | ||
| allow-hotplug fortyGigE0/16 | ||
| iface fortyGigE0/16 inet manual | ||
| pre-up ifconfig fortyGigE0/16 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/16 || true | ||
| post-down ifconfig fortyGigE0/16 down | ||
| # | ||
| allow-hotplug fortyGigE0/20 | ||
| iface fortyGigE0/20 inet manual | ||
| pre-up ifconfig fortyGigE0/20 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/20 || true | ||
| post-down ifconfig fortyGigE0/20 down | ||
| # | ||
| allow-hotplug fortyGigE0/24 | ||
| iface fortyGigE0/24 inet manual | ||
| pre-up ifconfig fortyGigE0/24 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/24 || true | ||
| post-down ifconfig fortyGigE0/24 down | ||
| # | ||
| allow-hotplug fortyGigE0/28 | ||
| iface fortyGigE0/28 inet manual | ||
| pre-up ifconfig fortyGigE0/28 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/28 || true | ||
| post-down ifconfig fortyGigE0/28 down | ||
| # | ||
| allow-hotplug fortyGigE0/32 | ||
| iface fortyGigE0/32 inet manual | ||
| pre-up ifconfig fortyGigE0/32 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/32 || true | ||
| post-down ifconfig fortyGigE0/32 down | ||
| # | ||
| allow-hotplug fortyGigE0/36 | ||
| iface fortyGigE0/36 inet manual | ||
| pre-up ifconfig fortyGigE0/36 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/36 || true | ||
| post-down ifconfig fortyGigE0/36 down | ||
| # | ||
| allow-hotplug fortyGigE0/40 | ||
| iface fortyGigE0/40 inet manual | ||
| pre-up ifconfig fortyGigE0/40 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/40 || true | ||
| post-down ifconfig fortyGigE0/40 down | ||
| # | ||
| allow-hotplug fortyGigE0/44 | ||
| iface fortyGigE0/44 inet manual | ||
| pre-up ifconfig fortyGigE0/44 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/44 || true | ||
| post-down ifconfig fortyGigE0/44 down | ||
| # | ||
| allow-hotplug fortyGigE0/48 | ||
| iface fortyGigE0/48 inet manual | ||
| pre-up ifconfig fortyGigE0/48 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/48 || true | ||
| post-down ifconfig fortyGigE0/48 down | ||
| # | ||
| allow-hotplug fortyGigE0/52 | ||
| iface fortyGigE0/52 inet manual | ||
| pre-up ifconfig fortyGigE0/52 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/52 || true | ||
| post-down ifconfig fortyGigE0/52 down | ||
| # | ||
| allow-hotplug fortyGigE0/56 | ||
| iface fortyGigE0/56 inet manual | ||
| pre-up ifconfig fortyGigE0/56 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/56 || true | ||
| post-down ifconfig fortyGigE0/56 down | ||
| # | ||
| allow-hotplug fortyGigE0/60 | ||
| iface fortyGigE0/60 inet manual | ||
| pre-up ifconfig fortyGigE0/60 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/60 || true | ||
| post-down ifconfig fortyGigE0/60 down | ||
| # | ||
| allow-hotplug fortyGigE0/64 | ||
| iface fortyGigE0/64 inet manual | ||
| pre-up ifconfig fortyGigE0/64 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/64 || true | ||
| post-down ifconfig fortyGigE0/64 down | ||
| # | ||
| allow-hotplug fortyGigE0/68 | ||
| iface fortyGigE0/68 inet manual | ||
| pre-up ifconfig fortyGigE0/68 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/68 || true | ||
| post-down ifconfig fortyGigE0/68 down | ||
| # | ||
| allow-hotplug fortyGigE0/72 | ||
| iface fortyGigE0/72 inet manual | ||
| pre-up ifconfig fortyGigE0/72 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/72 || true | ||
| post-down ifconfig fortyGigE0/72 down | ||
| # | ||
| allow-hotplug fortyGigE0/76 | ||
| iface fortyGigE0/76 inet manual | ||
| pre-up ifconfig fortyGigE0/76 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/76 || true | ||
| post-down ifconfig fortyGigE0/76 down | ||
| # | ||
| allow-hotplug fortyGigE0/80 | ||
| iface fortyGigE0/80 inet manual | ||
| pre-up ifconfig fortyGigE0/80 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/80 || true | ||
| post-down ifconfig fortyGigE0/80 down | ||
| # | ||
| allow-hotplug fortyGigE0/84 | ||
| iface fortyGigE0/84 inet manual | ||
| pre-up ifconfig fortyGigE0/84 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/84 || true | ||
| post-down ifconfig fortyGigE0/84 down | ||
| # | ||
| allow-hotplug fortyGigE0/88 | ||
| iface fortyGigE0/88 inet manual | ||
| pre-up ifconfig fortyGigE0/88 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/88 || true | ||
| post-down ifconfig fortyGigE0/88 down | ||
| # | ||
| allow-hotplug fortyGigE0/92 | ||
| iface fortyGigE0/92 inet manual | ||
| pre-up ifconfig fortyGigE0/92 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/92 || true | ||
| post-down ifconfig fortyGigE0/92 down | ||
| # | ||
| allow-hotplug fortyGigE0/96 | ||
| iface fortyGigE0/96 inet manual | ||
| pre-up ifconfig fortyGigE0/96 up mtu 9216 | ||
| post-up brctl addif Vlan1000 fortyGigE0/96 || true | ||
| post-down ifconfig fortyGigE0/96 down | ||
| # | ||
| # "|| true" is added to suppress the error when interface is already a member of LAG | ||
| # "ip link show | grep -q master" is added to ensure interface is enslaved | ||
| allow-hotplug fortyGigE0/112 | ||
| iface fortyGigE0/112 inet manual | ||
| pre-up teamdctl PortChannel01 port add fortyGigE0/112 || true | ||
| post-up ip link show fortyGigE0/112 | grep -q master && ifconfig fortyGigE0/112 up | ||
| post-down ifconfig fortyGigE0/112 down | ||
| # | ||
| allow-hotplug fortyGigE0/116 | ||
| iface fortyGigE0/116 inet manual | ||
| pre-up teamdctl PortChannel02 port add fortyGigE0/116 || true | ||
| post-up ip link show fortyGigE0/116 | grep -q master && ifconfig fortyGigE0/116 up | ||
| post-down ifconfig fortyGigE0/116 down | ||
| # | ||
| allow-hotplug fortyGigE0/120 | ||
| iface fortyGigE0/120 inet manual | ||
| pre-up teamdctl PortChannel03 port add fortyGigE0/120 || true | ||
| post-up ip link show fortyGigE0/120 | grep -q master && ifconfig fortyGigE0/120 up | ||
| post-down ifconfig fortyGigE0/120 down | ||
| # | ||
| allow-hotplug fortyGigE0/124 | ||
| iface fortyGigE0/124 inet manual | ||
| pre-up teamdctl PortChannel04 port add fortyGigE0/124 || true | ||
| post-up ip link show fortyGigE0/124 | grep -q master && ifconfig fortyGigE0/124 up | ||
| post-down ifconfig fortyGigE0/124 down | ||
| # | ||
| # Vlan interfaces | ||
| auto Vlan1000 | ||
| iface Vlan1000 inet static | ||
| bridge_ports none | ||
| address 192.168.0.1 | ||
| netmask 255.255.255.224 | ||
| # | ||
| # Portchannel interfaces | ||
| allow-hotplug PortChannel01 | ||
| iface PortChannel01 inet static | ||
| mtu 9216 | ||
| address 10.0.0.56 | ||
| netmask 255.255.255.254 | ||
| # | ||
| allow-hotplug PortChannel01 | ||
| iface PortChannel01 inet6 static | ||
| mtu 9216 | ||
| address fc00::71 | ||
| netmask 126 | ||
| # | ||
| allow-hotplug PortChannel02 | ||
| iface PortChannel02 inet static | ||
| mtu 9216 | ||
| address 10.0.0.58 | ||
| netmask 255.255.255.254 | ||
| # | ||
| allow-hotplug PortChannel02 | ||
| iface PortChannel02 inet6 static | ||
| mtu 9216 | ||
| address fc00::75 | ||
| netmask 126 | ||
| # | ||
| allow-hotplug PortChannel03 | ||
| iface PortChannel03 inet static | ||
| mtu 9216 | ||
| address 10.0.0.60 | ||
| netmask 255.255.255.254 | ||
| # | ||
| allow-hotplug PortChannel03 | ||
| iface PortChannel03 inet6 static | ||
| mtu 9216 | ||
| address fc00::79 | ||
| netmask 126 | ||
| # | ||
| allow-hotplug PortChannel04 | ||
| iface PortChannel04 inet static | ||
| mtu 9216 | ||
| address 10.0.0.62 | ||
| netmask 255.255.255.254 | ||
| # | ||
| allow-hotplug PortChannel04 | ||
| iface PortChannel04 inet6 static | ||
| mtu 9216 | ||
| address fc00::7d | ||
| netmask 126 | ||
| # | ||
|
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are quite a few other places using minigraph_mgmt_interface, need to change as well
'''
lgh@lgh-issaquah:/data/sonic/sonic-buildimage$ git grep minigraph_mgmt_interface
dockers/docker-fpm-frr/zebra.conf.j2:ip route 0.0.0.0/0 {{ minigraph_mgmt_interface['gwaddr'] }} 200
dockers/docker-fpm-gobgp/zebra.conf.j2:ip route 0.0.0.0/0 {{ minigraph_mgmt_interface['gwaddr'] }} 200
dockers/docker-fpm-quagga/zebra.conf.j2:ip route 0.0.0.0/0 {{ minigraph_mgmt_interface['gwaddr'] }} 200
dockers/docker-snmp-sv2/snmpd.conf.j2:{% if minigraph_mgmt_interface.addr | ipv4 %}
dockers/docker-snmp-sv2/snmpd.conf.j2:agentAddress udp:{{ minigraph_mgmt_interface.addr }}:161
files/image_config/interfaces/interfaces.j2:{% if minigraph_mgmt_interface['addr'] %}
files/image_config/interfaces/interfaces.j2: address {{ minigraph_mgmt_interface['addr'] }}
files/image_config/interfaces/interfaces.j2: netmask {{ minigraph_mgmt_interface['mask'] }}
files/image_config/interfaces/interfaces.j2: up ip route add default via {{ minigraph_mgmt_interface['gwaddr'] }} dev eth0 table default
files/image_config/interfaces/interfaces.j2: up ip rule add from {{ minigraph_mgmt_interface['addr'] }}/32 table default
files/image_config/interfaces/interfaces.j2: down ip route delete default via {{ minigraph_mgmt_interface['gwaddr'] }} dev eth0 table default
files/image_config/interfaces/interfaces.j2: down ip rule delete from {{ minigraph_mgmt_interface['addr'] }}/32 table default
files/image_config/ntp/ntp.conf.j2:interface listen {{ minigraph_mgmt_interface.addr }}
src/sonic-config-engine/minigraph.py: results['minigraph_mgmt_interface'] = mgmt_intf
src/sonic-config-engine/minigraph.py: results['minigraph_mgmt_interface'] = mgmt_intf
src/sonic-config-engine/tests/test_cfggen.py: argument = '-v "minigraph_mgmt_interface['addr']" -M "' + self.sample_device_desc + '"'
'''
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is working on that
btw, does IPv6 have a gateway IP?