Joe LeVeque
017eea8a87
[DHCP Relay]: Add support for custom Option 82 circuit_id of the form '<hostname>:<portname>' ( #747 )
...
* Add docker-dhcp-relay/Dockerfile to .gitignore
* Add isc-dhcp-relay .deb package to image build process, along with my Option 82 patch
* Install custom isc-dhcp-relay in dhcp_relay docker
* Install isc-dhcp-relay build dependencies in sonic-slave Docker container
* Copy the built .deb package to the destination directory
* Add dependencies for isc-dhcp-relay
* Change Option 82 string to '<hostname>:<portname>'
* Install dependencies of .deb files implicitly in Dockerfile
* Remove unused line
* Remove unnecessary space
2017-06-24 12:05:04 -07:00
Taoyu Li
00c494f023
[sonic-cfggen]: Add default IP deny rule in translate_acl ( #734 )
...
- Add IPv4 implicit rule: deny ip any any
This implicit rule has lowest priority and ensures that
the device denies all unmatched IP traffic.
2017-06-23 01:08:25 -07:00
Shuotian Cheng
5c852704fe
[sonic-cfggen]: Fix minigraph.py when port_alias_map absent ( #738 )
2017-06-22 14:34:15 -07:00
Taoyu Li
a8e3d9745f
[sonic-cfggen]: Support multiple input yaml files with -y option ( #729 )
2017-06-21 23:49:15 -07:00
sihuihan88
3268946de5
[BGPD]: add bgp dynamic neighbor configuration ( #708 )
...
* add bgp dynamic neighbor configuration
* [bgpd]: update as comments
* update as comment
* update to deployment_id_asn_map
* minor change
2017-06-21 18:52:50 -07:00
Taoyu Li
95906a6490
[installer] Copy old config files rather than only minigraph ( #730 )
2017-06-21 11:02:25 -07:00
lguohan
dd104e1b52
[submodule]: update sonic-platform-daemons submodule ( #731 )
2017-06-20 22:45:36 -07:00
sihuihan88
cc218b3451
[sonic-quagga]:update submodule ( #718 )
...
Signed-off-by: Sihui Han <sihan@microsoft.com>
2017-06-20 12:22:30 -07:00
lguohan
fe56389a0f
[submodule]: update sonic-platform-daemons ( #722 )
2017-06-19 22:16:21 -07:00
lguohan
35cec022e6
[submodule]: update sonic-swss ( #719 )
2017-06-19 11:17:30 -07:00
lguohan
4a780f4a6a
[submodule]: update swss/sairedis/swss-common submodule ( #716 )
...
fix bug for logrotate sairedis log
2017-06-18 16:54:13 -07:00
Andriy Moroz
7267da3ff8
[submodule]: Update sairedis submodule ( #712 )
...
Include fix for saithrift port split parsing
2017-06-16 00:35:36 -07:00
pavel-shirshov
b616a33ff3
[sonic-cfg]: Use vlanid to generate sonic vlan name ( #695 )
...
* Use Vlan{{vlanid}} schema name of sonic vlans
2017-06-13 11:37:43 -07:00
Qi Luo
94f491ecb8
[submodule]: Update submodule sonic-snmpagent ( #698 )
2017-06-12 21:23:27 -07:00
Shuotian Cheng
023a5b9714
[sonic-cfggen]: translate_acl tool adds TCP mask ( #697 )
...
In orchagent, the TCP_FLAGS expects both value and mask as the input.
Right now, translate_acl tool only support one TCP flag and generate
the ACL with both value and mask equal to the flag. This rule will
match packets that have this specific flag set regardless of the other
flags.
2017-06-12 21:22:46 -07:00
Qi Luo
f1ea4aa34f
Update submodule sonic-snmpagent ( #694 )
2017-06-12 16:00:46 -07:00
Joe LeVeque
d094ceecc2
[docker-platform-monitor]: Add LED control daemon and plugin for x86_64-arista_7050_qx32 platform ( #691 )
...
* Add files for building ledd package; add ledd to docker-platform-monitor; Control platform monitor docker using supervisord
* Add sonic-platform-daemons submodule
* Rename ledd.mk -> sonic-ledd.mk
* Add led_control.py plugin for x86_64-arista_7050_qx32 platform
* Rename Dockerfile -> Dockerfile.j2
* Fix build
* Remove blank line
2017-06-10 22:05:11 -07:00
Qi Luo
942e2062af
Update submodule sonic-snmpagent ( #687 )
2017-06-09 08:40:14 -07:00
Marian Pritsak
820e7aafd0
[docker-teamd]: Explicitly set LAG hwaddr ( #664 )
...
* [docker-teamd]: Explicitly set LAG hwaddr
Team device is initially created without any members and has a random HW
address, which is later changed to port's address. This configuration
sets team device's address explicitly to base MAC to avoid reassignment.
Signed-off-by: marian-pritsak <marianp@mellanox.com>
* Update teamd config tests with hwaddr
Signed-off-by: marian-pritsak <marianp@mellanox.com>
* Align HW addr byte for Centec and Mellanox
Signed-off-by: marian-pritsak <marianp@mellanox.com>
* Change HW addr to unicast in config tests
Signed-off-by: marian-pritsak <marianp@mellanox.com>
2017-06-06 16:13:38 -07:00
sihuihan88
aabe9677f2
[sonic-utilities]: update submodule ( #672 )
2017-06-05 22:38:47 -07:00
Shuotian Cheng
d8c55840d0
[swss]: Update swss/common and add --batch_size 8192 option to orchagent ( #668 )
2017-06-04 01:35:47 -07:00
Shuotian Cheng
86f660298a
[swss]: Update swss/sairedis/common submodules ( #654 )
2017-06-01 16:18:53 -07:00
pavel-shirshov
a4f5ae799a
[src/swss]: update submodule ( #657 )
...
* Update swss
2017-06-01 11:09:21 -07:00
pavel-shirshov
01a716cce2
[src/ptf update]: Submodule update ( #652 )
...
* Update ptf submodule with ptf_nn_agent fixes
2017-05-31 10:48:00 -07:00
Joe LeVeque
c3ef102547
[ptf]: Update PTF submodule to include DHCP packet creation changes ( #648 )
2017-05-30 19:29:52 -07:00
Shuotian Cheng
8c11cdfb5d
[swss]: Update swss/sairedis/common submodules ( #646 )
2017-05-30 19:29:25 -07:00
Joe LeVeque
b8c11bccf2
[DHCP Relay]: Listen on all front panel, VLAN and PortChannel interfaces with IPv4 addresses ( #645 )
...
* DHCP relay now listens on all front panel, VLAN and PortChannel interfaces with IPv4 addresses
* Add sample isc-dhcp-relay output file
2017-05-30 18:29:18 -07:00
pavel-shirshov
7dfbca6497
Fix SAI submodule id ( #647 )
2017-05-30 13:21:44 -07:00
pavel-shirshov
2e582d22d1
update SAI and sonic-utilities submodules ( #644 )
...
* Update SAI and sonic-utilites submodules
2017-05-30 12:56:42 -07:00
Shuotian Cheng
e6bb4b20a1
[swss]: Update submodules and mount /var/log to swss docker ( #636 )
...
- [swss]: Update sairedis/swss/common submodules
- [orchagent]: Mount /var/log folder and use the folder to save recording files
- [orchagent]: Use -d to specify the folder path
2017-05-26 17:56:29 -07:00
wadelnn
31fbee21d0
Update sonic-linux-kernel submodule ( #609 )
...
Signed-off-by: Wade He chihen.he@gmail.com
2017-05-24 14:56:39 -07:00
Qi Luo
528effcace
Update submodule ( #629 )
2017-05-24 13:49:43 -07:00
Joe LeVeque
a2eda30a03
[docker-syncd-*]: Properly manage syncd with supervisord ( #617 )
...
- This PR allows supervisord to log syncd exit events to syslog
- Syncd dockers now are built from docker-config-engine instead of docker-base
- Supervisord in all syncd dockers now call syncd_start.s which is installed by sonic-sairedis repo
2017-05-24 11:53:38 -07:00
Andriy Moroz
5cc45a991d
[swss]: Update swss submodule ( #627 )
...
[portsorch]: Add set port MTU function (#218 )
2017-05-24 09:02:46 -07:00
sihuihan88
9669fa8e08
[utilities]: Update submodule ( #623 )
2017-05-23 12:09:01 -07:00
Shuotian Cheng
8b9bc6a5a4
[swss]: Update swss/common submodules ( #614 )
2017-05-19 11:27:46 -07:00
Joe LeVeque
3e5adf0180
[sonic-utilities]: Bump version to 1.1 ( #612 )
2017-05-18 20:07:31 -07:00
pavel-shirshov
14fe4bf6f8
Update sonic-snmpagent ( #610 )
2017-05-18 14:45:04 -07:00
Joe LeVeque
72b8284e57
Update sonic-utilities submodule; Add commands to sudoers as necessary ( #608 )
2017-05-17 13:02:17 -07:00
Joe LeVeque
910e666798
Add /usr/bin/generate_dump to sudoers file; Update sonic-utilities submodule ( #603 )
2017-05-15 14:32:39 -07:00
pavel-shirshov
d296ceadd5
[swss] submodule update ( #604 )
2017-05-15 11:45:41 -07:00
pavel-shirshov
1c767356c5
swss submodule update ( #590 )
2017-05-11 10:28:38 -07:00
lguohan
0b8c06b9e2
[image]: re-patch the support for Broadcom 54616 phy for intel igb driver. ( #574 )
...
Previous patch is not correct.
2017-05-10 22:48:04 -07:00
Joe LeVeque
6393afdb0b
[sonic-utilities]: Update submodule ( #581 )
2017-05-10 12:39:00 -07:00
lguohan
37fc569082
[snmpagent]: update sonic-snmpagent submodule ( #578 )
2017-05-08 21:33:59 -07:00
Shuotian Cheng
2810f25635
[swss]: Update swss/common submodules ( #571 )
...
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
2017-05-05 17:19:19 -07:00
lguohan
1da68f9881
[swss]: update submodule ( #568 )
2017-05-03 09:49:45 -07:00
lguohan
e90d78a143
[quagga]: update quagga submodule ( #567 )
2017-05-03 09:47:40 -07:00
Qi Luo
d6aef59ee8
[swss-common]: Update swss-common submodule ( #564 )
2017-05-02 10:34:50 -07:00
Shuotian Cheng
54dda14af3
[swss]: Update swss submodule ( #565 )
2017-05-02 06:21:41 -07:00